windows xp sp3 setup blank screen on boot When attempting to run Windows XP SP3 setup in qemu on a Lubuntu host with the following kernel: Linux michael-XPS-M1530 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Qemu does not get past a blank screen after "Setup is inspecting your computer's hardware configuration" Qemu 1.0.1 - Doesn't have a problem Qemu 1.1.0 - has the problem Qemu master commit eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 - has the problem qemu-system-x86_64 -L ../path/to/bios -cdrom winxp.iso -hda winxp.img -boot d where ../path/to/bios is the location of the pc-bios files from that version of qemu hi, same problem on centos 6.2 with vanilla kernel 3.4.2. I compiled qemu 1.0.1 from source and qemu 1.1.0 from source. /opt/qemu-1.0.1/bin/qemu-system-i386 -m 2048 -cdrom Win_XP_Pro_SP3.iso -hda test.winXP.qcow2 : works /opt/qemu-1.1.0/bin/qemu-system-i386 -m 2048 -cdrom Win_XP_Pro_SP3.iso -hda test.winXP.qcow2 : hangs /opt/qemu-1.1.0/bin/qemu-system-i386 -m 2048 -cdrom Win_XP_Pro_SP3.iso -hda test.winXP.qcow2 -L /opt/qemu-1.0.1/data/ : hangs and on stderr give: Could not open option rom 'kvmvapic.bin': No such file or directory /opt/qemu-1.1.0/bin/qemu-system-i386 -m 2048 -cdrom Win_XP_Pro_SP3.iso -hda test.winXP.qcow2 -L /opt/qemu-1.0.1/data/ -cpu qemu32,-apic : hangs regards Luigi On Fri, Jun 15, 2012 at 11:49:36PM -0000, Michael Sabino wrote: > Qemu 1.0.1 - Doesn't have a problem > Qemu 1.1.0 - has the problem > Qemu master commit eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 - has the problem I was also able to reproduce with commit: eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 The problem appears to have been fixed upstream though. A reverse bisect points to this patch being the fix: commit c52acf60b6c12ff5eb58eb6ac568c159ae0c8737 Author: Pavel Hrdina