View Full Version : [ubuntu] KVM, QEMU and XP
rolodoom
May 30th, 2008, 02:25 PM
I haven't been able to install XP on qemu using KVM . It doesn't boot after xp installer copies files.
I read something about an APIC trouble but don't know.
Any suggestions??
igwk
May 30th, 2008, 03:27 PM
Start kvm with the -no-acpi command-line option. Apparently if you have ACPI enabled in the virtual machine, it tries to write to a ACPI register a lot and causes the VM to run slowly because kvm has to virtualize the ACPI registers. A Windows XP guest seems to run just fine without ACPI enabled. For reference, I'm running WinXP under kvm on hardy with the following command-line:
kvm -hda ~/vm/winxp_vm.qcow2 -cdrom /dev/cdrom -m 768 -soundhw es1370 -no-frame -no-acpi -localtime &
Hope that helps!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.