Re: [Qemu-devel] Cannot boot my VM image after switching to ahci.

2014-04-25 Thread Alex Davis
John Baboval Wrote: >I assume Windows 7 or newer? > >In order to speed boot time, Windows will remove the AHCI driver from the >critical driver database when you boot with no AHCI controller on the bus. If >you later want >to switch to AHCI mode, you have to boot with IDE again, and >re-add the

Re: [Qemu-devel] Cannot boot my VM image after switching to ahci.

2014-04-24 Thread John Baboval
I assume Windows 7 or newer? In order to speed boot time, Windows will remove the AHCI driver from the critical driver database when you boot with no AHCI controller on the bus. If you later want to switch to AHCI mode, you have to boot with IDE again, and re-add the AHCI driver, reboot, and t

[Qemu-devel] Cannot boot my VM image after switching to ahci.

2014-04-23 Thread Alex Davis
I currently run my QEMU VM using the following command: /spare/qemu-1.7.1/bin/qemu-system-x86_64 -soundhw ac97 -sdl -vga std -net nic,macaddr=de:ad:be:ef:89:32 -net user -m 2048 -enable-kvm -drive file="$1",media=disk,if=ide,index=0 -drive file=/dev/sr0,media=cdrom,if=ide,index=1 -boot c -smp 2