Hello everyone. I have problems with launch qemu with machine type Q35 from HDD.
I use this command:
qemu-system-i386 -m 2048 -cpu host -usb -vga cirrus -enable-kvm -soundhw ac97 -M pc-q35-1.7 -usbdevice mouse -hda /dev/sda
but I get "No bootable device":
Screenshot - 25.01.2014 - 02:43:22.png
I's because option: '-M pc-q35-1.7'. And it appears with all Q35 (Q35 + ICH9, 2009) machine types, independently of version ('-M pc-q35-1.X'), where X = [4; 7].
But all works with machine type i440FX (i440FX + PIIX, 1996). Option is from '-M pc-0.10' till '-M pc-1.3'.
So with command
qemu-system-i386 -m 2048 -cpu host -usb -vga cirrus -enable-kvm -soundhw ac97 -M pc-1.3 -usbdevice mouse -hda /dev/sda
all launch sucussfull.
I found similar question, but not about boot from HDD, and this problem resolved by using '-drive file=/../..' syntax unlike my question.
So, how I can boot qemu with machine type Q35 from HDD?
Does anyone have any suggestions as to what I'm doing wrong or missing?
I use this command:
qemu-system-i386 -m 2048 -cpu host -usb -vga cirrus -enable-kvm -soundhw ac97 -M pc-q35-1.7 -usbdevice mouse -hda /dev/sda
but I get "No bootable device":
Screenshot - 25.01.2014 - 02:43:22.png
I's because option: '-M pc-q35-1.7'. And it appears with all Q35 (Q35 + ICH9, 2009) machine types, independently of version ('-M pc-q35-1.X'), where X = [4; 7].
But all works with machine type i440FX (i440FX + PIIX, 1996). Option is from '-M pc-0.10' till '-M pc-1.3'.
So with command
qemu-system-i386 -m 2048 -cpu host -usb -vga cirrus -enable-kvm -soundhw ac97 -M pc-1.3 -usbdevice mouse -hda /dev/sda
all launch sucussfull.
I found similar question, but not about boot from HDD, and this problem resolved by using '-drive file=/../..' syntax unlike my question.
So, how I can boot qemu with machine type Q35 from HDD?
Does anyone have any suggestions as to what I'm doing wrong or missing?