Best technique for reusing a Windows system image across configurations

Posted by Martin Wiboe on Server Fault See other posts from Server Fault or by Martin Wiboe
Published on 2011-02-15T16:33:06Z Indexed on 2011/02/15 23:27 UTC
Read the original article Hit count: 230

We are a small company that provides solutions for ventilation systems. Part of the solution is a "controller" which communicates with the ventilation equipment. These controllers are simply Dell computers that come with our Windows 7 system image on them and sometimes some special hardware.

We typically do a batch of 10 controllers at a time. We have been using Norton Ghost to apply the system image, but this process breaks because Dell changes the system configuration often, and our Windows image now does not contain the correct drivers. This is especially a problem when they change the RAID controller.

To improve this, I see 2 options:

  1. use some kind of virtualization and install a hypervisor on each PC. This would solve the driver problem, but probably cause trouble with our special hardware.
  2. use some method of adding the proper drivers to our Windows image in offline mode.

I haven't got much experience in either of these approaches. How would you solve our problem?

© Server Fault or respective owner

Related posts about Windows

Related posts about virtualization