General discussion
June 12, 2002 at 03:28 AM
achen2002

sysprep to work for different platforms

by achen2002 . Updated 24 years, 1 month ago

I am creating sysprep disk for out company. There are two major different systems we purchsed,, here is a list of “CPU/Motherboard/Chipset” of them:

(A) Pentium 4 1.6GHz / Intel D845BG / Intel 845
(B) Pentium 3 1 GHz / Asus TUSL2-C / Intel 815EP

The goal I want to achieve is to have *one* sysprep disk work for both systems.

I created sysprep disk under a new OS build on system (A), it works verey well if I duplicate it to another new box with identical or similar hardware. It’ll work as long as it’s the same motherboard.

I am trying to make it work for system (B), I know I need to add some more information about the mass storage device of system (B) into the section [SysprepMassStorage] in sysprep.inf. However I could not get it to work.

I don’t want to give up with the result that I need two sysprep disks for two platforms, that means when we start to have another choice of new purchase, I need to create one more sysprep disk for it.

I am seeking a solution for this case here, and I will appreciate any suggestion. Here is my sysprep.ini:

[Unattended]
InstallFilesPath=C:\sysprep\i386
OemPnPDriversPath=C:\sysprep\drivers
TargetPath=\WINNT OemSkipEula=yes
[GuiUnattended]
AdminPassword=xxx
OEMSkipRegional=1
OEMDuplicatorstring=”Windows 2000 Pro Sysprep”
TimeZone=4

[UserData]
ProductID=”xxxxx-xxxxx-xxxxx-xxxxx-xxxxx”
OrgName=”Company Name”
[OEM_Ads]
Logo=oemlogo.bmp

[Identification]
JoinDomain=DOMAIN

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[sysprep]
BuildMassStorageSection=Yes

[SysprepMassStorage]

This discussion is locked

All Comments