Can I use VHD file to boot VMWare?

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.

1

The 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

1

Just use Oracle Virtualbox. It supports VHD files directly.

  1. New VM
  2. Select the Operating system of the VHD
  3. Select the RAM
  4. Select "Use Existing Virtual Hard Disk" and browse to your VHD file.
  5. Click "Create".
  6. Done.

Your VHD will be booted immediately.

I did this with a 127GB VHD file downloaded from Microsoft Azure.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like