30.03.2015 18:46, David Lee Lambert wrote: > > Built "qemu-system-i386" from upstream source (on RHEL6.5 64-bit), tried to > run this same ISO image, get a similar but not-quite-the-same error...
Are you sure this ISO image is capable to run on a 32bit system? > Error Code: 0x0000000A > QEMU emulator version 2.2.1, Copyright (c) 2003-2008 Fabrice Bellard Note this is run without kvm, with CPU emulation. Please try the same with -enable-kvm. > Also get a different error (earlier in the boot process; before Windows logo?) > with this same ISO image under the RHEL6.5 KVM package... > > Error Code: 0x0000005D > QEMU PC emulator version 0.12.1 (qemu-kvm-0.12.1.2-2.448.el6_6), Copyright > (c) 2003-2008 Fabrice Bellard This is more like lack of some CPU flags needed by windows (NX comes to mind). I don't remember whenever that old version had NX support. But this is at least the right binary (qemu-system-x86_64 renamed to qemu-kvm) run with proper flags (-enable-kvm). Please ensure you run 64bit version and with kvm enabled. Also with 0x05D, you may try using some more modern CPU, eg -cpu host. Thanks, /mjt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

