I am trying to get a VM with the ICH9 architecture to boot, but I keep running into messages of:
Booting from Hard Disk...
Boot failed: could not read the boot disk
No bootable device.
I've tried the following combination of flags...
qemu-system-x86_64 -enable-kvm -M q35 -m 1024 -hda /vm-images/vm2.img -cdrom /tmp/CentOS-6.4-x86_64-minimal.iso -boot d
qemu-system-x86_64 -M q35 -enable-kvm -m 1024 -drive file=/vm-images/vm2.img -cdrom /tmp/CentOS-6.4-x86_64-minimal.iso -boot d
How have other people done this? Does anyone have any suggestions as to what I'm doing wrong or missing?
Thanks,
Gary