Best technique for reusing a Windows system image across configurations
- by Martin Wiboe
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:
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.
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?