Create VHD HD disk image to transfer onto new boot drive


Recommended Posts

My current boot drive is on its way out and I have ordered a new one but due to the festive holidays / delivery delays I am not expecting it before Chirstmas.

Is it possible to create a VHD in a VM and transfer all the data from the VHD onto the new drive when it arrives to save mucking about when it eventually turns up?

As stated, I am intending on it being my Windows boot drive.

Thanks

You can use Acronis True Image to convert the VHD to .tib (True Image backup format) and then restore the image to your boot drive. There's a trial version available.

Keep in mind, the trials will not do dissimilar hardware.

Keep in mind, the trials will not do dissimilar hardware.

sysprep, and imagex

C:\windows\system32\sysprep\sysprep /generalize /shutdown

imagex /apply d:\install.wim 4 x:\

Should get you started in the right direction.

sysprep, and imagex

C:\windows\system32\sysprep\sysprep /generalize /shutdown

imagex /apply d:\install.wim 4 x:\

Should get you started in the right direction.

That will transfer most things but you lose the User Data and settings.

This topic is now closed to further replies.