Setup:
- Virtual Server (VS) - The host server running KVM
- Test-Laptop - The WinXP laptop that I'm trying to virtualize
Procedure:
- Follow the steps on Microsoft's KB to enable IDE on the WinXP machine.
- Download, install, and run VMWare Converter on the WinXP machine.
- I used the defaults with "VMWare Workstation 6.5.x" as the type & stored the resulting image on a file share on the Virtual Server host.
- While (or before) the image is being created, download & install VMWare Server on the Virtual Server host.
- Once the image of the WinXP machine is created, use vmware-vdiskmanager to create a single file:
vmware-vdiskmanager -r test-laptop.vmdk -t 0 test-laptop-single.vmdk
- Download the fixntldr.iso to the Virtual Server host and use it as the boot CD for the image you just created:
kvm -hda test-laptop-single.vmdk -cdrom fixntldr.iso -boot d

