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.

Aleks
  • 21
  • 1
  • 2
  • 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. – Eddie Dunn Sep 16 '15 at 14:26

2 Answers2

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

Greg Askew
  • 35,880
  • 5
  • 54
  • 82
0

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

camilohe
  • 283
  • 2
  • 6