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.
2 Answers
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
You can try vhd2disk by Mark Russinovich, one of the sysinternals guys.
- the Link is Dead. any chance anyone knows updated link?Boris Daich– Boris Daich2023-04-21 22:26:35 +00:00Commented Apr 21, 2023 at 22:26