LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   Moving Windows XP from VirtualBox to KVM -- and crashing (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/moving-windows-xp-from-virtualbox-to-kvm-and-crashing-919716/)

KenJackson 12-20-2011 04:12 PM

Moving Windows XP from VirtualBox to KVM -- and crashing
 
I'm trying to transition my WindowsXP guest from VirtualBox to KVM.
I converted the disk image like this:
Code:

qemu-img convert -O qcow2 WindowsXP.vmdk WindowsXP.qemu
And I try to run it like this on my Fedora 16 host:
Code:

qemu-kvm -boot c -vnc :3 -m 1G -hda /vm/WindowsXP.qemu \
-name corew -net nic,name=corew \
-net tap,script=no,downscript=no,ifname=tap2 \
-usb -usbdevice tablet &

But it starts, crashes, gives me a blue screen, restarts so fast I can't read the blue screen, and the cycle repeats. I'm given the choice to start it in safe mode, but it's nearly the same.

What else should I check or try?

Has anyone successfully transitioned from VirtualBox to KVM without reinstalling Windows?

I already moved it from VMWare to VirtualBox, but I can't remember if I reinstalled or not.

silkmoon 12-20-2011 05:19 PM

i just figured it out from this other post I had to put the bundle on my desk top and then run the gnome terminal
type cd Desktop and then enter then type ls enter
sudo sh VMware-Workstation-Full-8.0.1-528992.i386.bundle --- enter then password enter
thanks for the help member TobiSGD


All times are GMT -5. The time now is 08:35 PM.