I know it was a bug, I spend 2 days trying to figure out what happened when trying to clone from a system image. Now I was trying to figure out how to scrap the system image that is no longer working after the fall update and update and find another way
to clone computers without having to buy third party software.
Mainly we use cloning for swapping out machines. For example, we have a Surface Pro 4 battery start to expand and bulge the screen. We used to simple click on Windows backup and then create a image and then get the new Surface and then simple boot from
a Windows boot disk and choose restore with image and then the new Surface Pro 4 is an exact clone and the user is back up and running exactly the way they were with all software and programs in a few hours.
So in your post it sounded like the VHD would do the same thing without having to mess with 3rd party software, is this true?
Installing Windows 10 usually creates 4 partitions (when using UEFI to boot). These are System, C:, EFI and recovery. The quickest way is to create these correctly is to install Windows 10 (20 minutes) and then replace C: with DISM.
DISM takes .wim files. You can convert a mounted disk image to WIM or you can capture a WIM directly by using DISM. The only reason we would start with a VHDX is that SIB created one.
e.g
Dism /Capture-Image /ImageFile:E:\c.wim /CaptureDir:C:\ /Name:Drive-C
You may also be able to capture a physical disk as a FFU (full flash utility) image with DISM. This would not require Windows 10 installation on the destination. You do need to have a good understanding of what you are doing.
Capturing the FFU with something like
Dism /Capture-FFU /ImageFile:E:\d0.ffu /CaptureDrive:\\.\PhysicalDrive0 /Name:Drive-0
Apply the FFU with something like
Dism /Apply-Ffu /ImageFile:E:\d0.ffu /ApplyDrive:\\.\PhysicalDrive0
Microsoft recommends that you use one of the following:-
Acronis https://www.acronis.com/
EaseUS https://www.easeus.com/
Paragon Software https://www.paragon-software.com/
Parted Magic https://partedmagic.com/