vote up 2 vote down star

I'd like to convert a Parallels Virtual Machine image on my mac into an image usable by Virtual PC 2007. Does anyone know how to do that, or if it is possible?

flag

2 Answers

vote up 1 vote down check

It looks like qemu-img from qemu can do this, at least looking at its commandline help on a Ubuntu 8.04 machine where it claims support for, among others, the "parallels" and the "vpc" format.

Have not tried myself, though. Hope this helps.

link|flag
vote up 0 vote down

If it's a Windows image, I would mount the VM using a tool like SmartVDK, then capture the VM with ImageX to a WIM file. You can then mount a blank VHD with SmartVDK and apply the image using ImageX /APPLY.

The qemu-img tool is better if you're performing the conversion on a Mac or Linux machine.

Keep in mind that you will probably encounter difficulties booting the drive if the drive serials have changed. Also, the hardware will be different. It is often better to build a new image and then to mount the converted drive, copying over anything else you need.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.