I am using VMWare and my OS image is in the form of a VHD (virtual hard drive). I've done some searching but I don't see anything on this.
So my question is: Is it possible to load my OS onto my VMWare virtual machine using a .VHD file? If so, how?
3 Answers
From what I know, you have to convert it to a VMDK format image. You can use a tool like VBoxHDTools to convert between image formats.
1The latest version of VMWare player seems to play .vhd files out of the box.
Create the VM using "I will install the operating system later." and then when the VM has been created edit its settings to remove the existing empty virtual hard disk (.vmdk) and then add the one you created from the .vhd
1Just use Oracle Virtualbox. It supports VHD files directly.
- New VM
- Select the Operating system of the VHD
- Select the RAM
- Select "Use Existing Virtual Hard Disk" and browse to your VHD file.
- Click "Create".
- Done.
Your VHD will be booted immediately.
I did this with a 127GB VHD file downloaded from Microsoft Azure.