Román
May 22nd, 2008, 04:36 PM
Hi!
I'm trying to install a Windows XP virtual machine on libvirt + kvm + qemu on a ubuntu 8.04 system), but it fails every time on this AMD 64 machine. As soon as it boots (from a win XP installer CD), the installation aborts because it can't find APIC. The virt-install command I'm using is:
sudo virt-install -n windows1024 -r 1024 -f ./uindows_recursiva.img -s 10 -v -c /dev/hdb --os-type=windows --os-variant=winxp
This same machine has a windows xp installed so I guess somehow apic is not getting "exported" to the virtual machine.
My questions are:
a) ¿Is my guess right? ¿Am I doing something else wrong?
b) If I'm right ¿How do I fix it?
Beside this particular issue:
c) Every time an install fails, I have to change the VM name because qemu says
ERROR: Domain named windows1024 already exists!
¿How/where do I delete failed domains?
d) I made an ISO out of the CD (I think I used kiso or genisoimage, I don't remember now) but I can't boot a VM from that iso ¿Did I forget to tell it "make this iso bootable"?
I hope I'm giving all the information needed, if you need anything else, just ask.
I'm trying to install a Windows XP virtual machine on libvirt + kvm + qemu on a ubuntu 8.04 system), but it fails every time on this AMD 64 machine. As soon as it boots (from a win XP installer CD), the installation aborts because it can't find APIC. The virt-install command I'm using is:
sudo virt-install -n windows1024 -r 1024 -f ./uindows_recursiva.img -s 10 -v -c /dev/hdb --os-type=windows --os-variant=winxp
This same machine has a windows xp installed so I guess somehow apic is not getting "exported" to the virtual machine.
My questions are:
a) ¿Is my guess right? ¿Am I doing something else wrong?
b) If I'm right ¿How do I fix it?
Beside this particular issue:
c) Every time an install fails, I have to change the VM name because qemu says
ERROR: Domain named windows1024 already exists!
¿How/where do I delete failed domains?
d) I made an ISO out of the CD (I think I used kiso or genisoimage, I don't remember now) but I can't boot a VM from that iso ¿Did I forget to tell it "make this iso bootable"?
I hope I'm giving all the information needed, if you need anything else, just ask.