1

Using the System Image Recovery option in Windows 7 & 8 (as detailed here for Win8, and here for Win8.1) is it possible to create a system image on one machine, and restore it to another machine, with different hardware?

Of course, the target machine will need to already have Windows installed (or use a system recovery disc) and be of the same CPU architecture as the source.

I know in the past Microsoft added a limitation to Windows of x number of changes to hardware permitted before it would cease functioning.

I've searched and can't find this. These questions are related, but don't answer my question:

1 Answers1

1

Most likely not. If you're looking to build an image that will on multiple makes and models, you really want to look into building a reference image in a VM with MDT 2013 and then pushing an image to the make and model.

The issue you'll have is less to do with windows itself, but the drivers. Something as simple as a network card driver from config A could cause BSODs or other problems when loaded onto config B.

While you may have some luck loading the image to a VM and regeneralizing it, that method is likely doomed to fail. The problem is the image captured from hareware config A will have drivers that will cause nothing but problems in config B. You're really, really better off just building a reference image.

SEE: http://mdtguy.wordpress.com/build-a-windows-8-image/

MDT Guy
  • 3,727