Need to build a clean XP VM to host a legacy app and came across several pages describing the process of extracting the disk image from the XP Mode installer. I extracted the image (VirtualXPVHD) would like to use it to boot a KVM machine. Following the directions on http://blog.allanglesit.com/2011/03/linux-kvm-migrating-hyper-v-vhd-images-to-kvm/ I copied the file to the host using SCP and then tried to run kvm-img, which is apparently not included with Proxmox. Trying to install it, I get a conflict
Code:
root@pve1:~# apt-get -s install qemu-kvm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
qemu-kvm : Depends: libspice-server1 (>= 0.11.0)
E: Unable to correct problems, you have held broken packages.