Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deployment - Universal Images / nLite / etc

Status
Not open for further replies.

Leozack

MIS
Oct 25, 2002
867
GB
I've spent a lot of time reading up lately on this issue, because as far as I was aware everytime you changed hardware (mobo) you had to reinstall XP, and for every type of PC/laptop in a domain you needed a seperate image for that batch of PCs for the same reason.

Now after spending weeks reading up on this stuff it seems people are managing to do away with both those things and yet I'd never even heard about it! My reading has included :


Sorry to post all that but maybe it will be of use to others to read too :) Or maybe there is other helpful material I should read?

My issue however is despite reading all of that, I'm still not sure exactly how to go about it. From what I can see it may be as simple as this :

1 - set the HAL on the master PC (physical or virtual) to one any Pc you want can use (this seems to mean set it to APCI PC because they'll all run that, then turn it from wihtout windows device manager to ACPI MultiCPU on newer dualcore PCs after they've taken the image)

2 - add [SysprepMassStorage] section to the sysprep.inf, and add a line for each mass storage driver you'll need eg PCI\VEN_10B9&DEV_5215=%systemroot%\inf\mshdc.inf

However - I'm not sure if that's all it takes, nor am I sure if I have to remoev things from the device manager on the master PC before imaging, nor am I sure what mass storage drivers I'll need for the various PCs and laptops on any given site :(

I posted this over here
and got a few ideas, including UIU
( but that sort of thing is out of the question in my job so I'm back to trying to do it the manual way as long as it's feasible. From what I've read on some of the above links (guides) it is totally doable but I feel I'm just lacking a cutdown short n sweet version. So all help welcome!

_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);
 
Leozack,

We use Ghost to create and deploy all our sysprepped images. We have one master image for all platforms of pc's (Dell, HP and IBM). With the ghost console you can add all the drivers you need to the "Drivers" folder and upon reboot it basically does "Plug and Play" detecting the different hardware and installing the correct drivers for which ever platform we are deploying. Pretty easy...

John
 
Hmm I've not used the console before, only ghostcast 8.5 and network booting or bootcds, both of which can be a pain on their own. Is there a miniguide to that anywhere? And doesn't the "plug and play" part (the sysprep PnP option?) add a while to the time?

_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);
 
I've found PXE booting can have issues. I've been using the 3com boot services to do it. I also found some new laptops (a hp compaq 6715a or something) that wouldn't transfer the PXE image to boot on no matter what I did ...

As for that support link, it seems to mostly be about symantec business deployment or something, and I've only come accross ghost so I don't have access to other symantec products.

I thought, judging by those links I posted (have you checked them out?) it was a fairly easy thing to do if you just knew how, without needing other software, and pretty much just sysprep?

_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top