2

I'm trying to take a VHD containing a generalized Windows install from azure and deploy the image to a physical disk on one of our servers. What's the best way to go about doing this? Can I use ImageX to handle this sort of scenario? I know that it can handle WIM images, but not too sure about VHD. I've tried to use Vhd2disk but to no avail as it didn't see any volumes on the VHD, which there must be because I can mount and browse the VHD just fine.

1
  • You need to convert the VHD into a RAW format first. Vboxmanage that comes with virtualbox has that capability.Then you can use a regular imaging tool such as clonezilla or dd. Commented Sep 16, 2015 at 14:26

2 Answers 2

1

Native VHD Boot may be one option. (Should only be used in test environments, not production).

http://social.technet.microsoft.com/wiki/contents/articles/516.how-to-boot-from-a-vhd.aspx

0

You can try vhd2disk by Mark Russinovich, one of the sysinternals guys.

1
  • the Link is Dead. any chance anyone knows updated link? Commented Apr 21, 2023 at 22:26

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.