Virtual machine – import VHD to Parallels Desktop 6 on MAC
I see everywhere, but I can't find the answer, so:
I have a VHD image created for me by a customer - he installed win7 on the machine and then used sysinternal's tools to create a VHD. He shared it with me and a colleague
I can use the parallels Mounter to install the VHD on my Mac and see the content, but in my opinion, I don't know how to import the VHD to create a new parallels VM from the VHD file Parallels transporter seems to want to create a virtual machine from a live windows box, which is not
My colleagues can use Virtual@R_940_2419 @To create a virtual machine from VHD, I want to use Parallels Desktop 6 to do the same
Any ideas?
Solution
Parallels is designed to import virtual machines rather than virtual hard disks VHD is only a hard disk and does not specify anything about the machine
So the answer is that you need to create a simple virtual machine using VHD; Then, parallels can be imported (for parallels 7, see the answer to FTT below) To do this, create a simple UTF - 8 text file with the extension VMC, including the following:
<?xml version="1.0" encoding="UTF-8"?> <preferences> <version type="string">2.0</version> <hardware> <pci_bus> <ide_adapter> <ide_controller id="0"> <location id="0"> <drive_type type="integer">1</drive_type> <pathname> <absolute type="string">/Users/Shared/VirtualPC/BaseDrive.vhd</absolute> <relative type="string">BaseDrive.vhd</relative> </pathname> </location> </ide_controller> </ide_adapter> </pci_bus> </hardware> </preferences>
Ensure that the above is The VHD reference is changed to the actual location of the VHD file
The above code comes from the suggestions of parallels team members on parallels forum