Multi-system sysprep.

Soldato
Joined
5 Jul 2003
Posts
16,206
Location
Atlanta, USA
Hi.
At the moment, to create systems at work, i build a system from the ground up, install the software, sysprep it, then ghost it. That image is then applicable to all systems of the same type.

Im wondering if its possible for me to create an image that'll work on ANY of the systems we have here?

Possible?
 
I know.
But its between different chipsets, processors, memory configurations, ect; that im wondering about.
 
BoomAM said:
I know.
But its between different chipsets, processors, memory configurations, ect; that im wondering about.

not cheaply

that requires different drivers and the image being able to install the relavant drivers for that system.

not possible with normal imaging software.
 
The way I've achieved this at work (using sysprep and bootng) is to dump all of your drivers in C:\Drivers for example. Then specify the path in the OEMPNPDRIVERS entry in your sysprep file.

It should look something like this.

OemPnPDriversPath=drivers\nic;drivers\video;drivers\audio1;drivers

Basically, whenever we get a new batch of machines in, we add the next batch of drivers to the image and ammend the drivers path above.
 
Misan said:
The way I've achieved this at work (using sysprep and bootng) is to dump all of your drivers in C:\Drivers for example. Then specify the path in the OEMPNPDRIVERS entry in your sysprep file.

It should look something like this.

OemPnPDriversPath=drivers\nic;drivers\video;drivers\audio1;drivers

Basically, whenever we get a new batch of machines in, we add the next batch of drivers to the image and ammend the drivers path above.
Is there a more indepth guide to that anywhere?
What would i do in the game of a system using generic drivers? Like old P3 based systems?
Is there not a way to reset the hardware database in windows and have windows, on boot, to redetect everything and either get its stuff from i386 or from the OEM driver folder?

burnsy2023 said:
Acronis do a universal hardware image tool, if your willing to pay for it.

Burnsy
How much, roughly?
 
Back
Top Bottom