I used Clonezilla to create and restore images from a master computer to other workstations with the same specs. But the problem now is there are new computers whose hardware specs are different than the ones I maintained (mostly the videocard is different).

Is it possible to create a customize Windows XP installer using Nlite and integrate all potential videocard and motherboard drivers ? If I then used this NLite ISO to install to a master computer which i will later clone and restore the image to other workstations, will windows xp still pick up the correct driver set?

During XP installation, does the installer transfers all the drivers to the computer's harddisk?

Thanks!

Ryan

link|improve this question

11% accept rate
feedback

3 Answers

Yes, all preloaded drivers slipstreamed using Nlite will be installed during installation. What I'm not of is if this will cause a conflict if you are installing multiple drivers, I have the inclination that it wouldn't since the the drivers that would be in use would be for the hardware that is currently there.

link|improve this answer
feedback

Try Driver Packs, it will bloat the install disc to DVD size if you include all driver packs.

http://driverpacks.net/

Tutorial for using Driver Packs Base software, read carefully.

http://forum.driverpacks.net/viewtopic.php?id=1449

.

If you do use Nlite, be sure to use it first, then use Driverppacks base last or there will be problems during installation.

.

There is Paragon software that can clone>migrate and installation to new hardware. See scenario 3, I don't think it installs drivers, but will allow it to be bootable in the new system.

.

http://www.paragon-software.com/home/dc-personal/

link|improve this answer
feedback

Another option is to sysprep the machine with a custom sysprep.inf and add something like below.

OemPnPDriversPath = Sysprep\drivers\audio\analog_devices\hd;Sysprep\drivers\audio\analog_devices\ac97;Sysprep\drivers\audio\realtek\hd;Sysprep\drivers\audio\realtek\ac97;Sysprep\drivers\audio\sigmatel;Sysprep\drivers\bluetooth\toshiba;Sysprep\drivers\bluetooth\widcomm

Then after sysprepping you image the machine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.