XP sysprep oempnpdriverpath

A

Aaron Klepinger

I am trying to build a single "master" XP image that will
work on a variety of Dell laptops and desktops. Does
anyone know of a comprehensive document to accomplish this?
Please read what I've done below and see if you can help.

http://www.gc.peachnet.edu/www/wbeck/W2KXP.htm#Master
is the best I've found, but doesn't explain the issues I am
having and is a little too customized for what I need right
now.

Here is my sysprep.inf file:
___________________________________________________________
;SetupMgrTag
[Unattended]
;UnattendedMode=FullUnattended
OemSkipEula=Yes
KeepPageFile=0
ExtendOemPartition=1

OemPnPDriversPath=Drivers\chipset;Drivers\GX150\Audio\SMAXWDM\W2K;Drivers\GX150\NIC;Drivers\GX150\Video\Graphics\Win2000;drivers\GX260\Audio\SMAXWDM\W2K_XP;drivers\GX260\Chipset\XP;drivers\GX260\NIC\WinXP;drivers\GX260\Video\Graphics\Win2000;drivers\GX270\Audio\SMAXWDM\W2K_XP;drivers\GX270\Chipset\xp;drivers\GX270\NIC\WinXP;drivers\GX270\Video\Graphics\Win2000
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS
DriversSigningPolicy=ignore
OEMPreInstall=Yes
UpdateInstalledDrivers=Yes

[GuiUnattended]
AdminPassword=<REMOVED FOR SECURITY>
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
AutoLogonCount=1
OEMDuplicatorstring=GX150, GX260, GX270, GX280 Image
EncryptedAdminPassword=Yes

[UserData]
;ComputerName=*
ProductID=<REMOVED FOR SECURITY>

[Display]
BitsPerPel=16
Xresolution=800
YResolution=600
Vrefresh=60

[Identification]
JoinDomain=<REMOVED FOR SECURITY>

[Networking]
InstallDefaultComponents=Yes

[Sysprep]
BuildMassStorageSection=yes

[SysprepMassStorage]
PCI\VEN_10B9&DEV_5215=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=%systemroot%\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=%systemroot%\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=%systemroot%\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=%systemroot%\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_24DB=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=%systemroot%\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=%systemroot%\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=%systemroot%\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=%systemroot%\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=%systemroot%\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=%systemroot%\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=%systemroot%\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=%systemroot%\inf\mshdc.inf

[TapiLocation]
AreaCode=770
LongDistanceAccess="9"
CountryCode=1

[OEM_Ads]
;Logo=info.bmp

[Branding]
;BrandIEUsingUnattended=Yes

[Proxy]
;Proxy_Enable=0
;Use_Same_Proxy=0

[GuiRunOnce]
;Command0=c:\winnt\system32\chguid.exe
___________________________________________________________

I created Drivers folders at c:\drivers\GX150\audio
c:\drivers\gx150\video
ETC I unzipped all the Dell driver files to those
directories, but now I see that some of the folders do not
contain INF files (specifically the Intel chipset drivers I
noticed).

I changed the driver on the Dell GX280 to ACPI from ACPI
Uniprocessor and also changed all hard drive controllers to
their "Standard" equivalents from the Intel drivers. I
then sysprepped the machine using mini-setup and
pre-activated switches. The machine I cloned the GX280 to
(a GX260), using Ghost 7.5, is in a reboot loop. It gets
to the Windows XP Logo BOX as if it's trying to start the
mini-setup but it finally stops and reboots spontaneously
with no error.

Help! It seems like this should be a lot easier than the
time I am having. I have read suggestions to build the
image on the lowest hardware you have and I may try that
next. Also, I have read that the size of the hard drive
should be small to make the image more compatible over a
wide range of hardware. Mine is an NTFS partition over
30GB, so maybe that's an issue.

Thanks in advance,
Aaron
 
G

Guest

first: don't change the Advance Configuration & Power Interface (ACPI) gave
me problems when I did it. Works like a charm when left a lone.
second: then change the disk drivers, CD drivers, to standard drivers.
Third: Uninstall the following display drivers, network drivers, usb, modem,
ports, sound and System devices related to ACPI.

Aaron Klepinger said:
I am trying to build a single "master" XP image that will
work on a variety of Dell laptops and desktops. Does
anyone know of a comprehensive document to accomplish this?
Please read what I've done below and see if you can help.

http://www.gc.peachnet.edu/www/wbeck/W2KXP.htm#Master
is the best I've found, but doesn't explain the issues I am
having and is a little too customized for what I need right
now.

Here is my sysprep.inf file:
___________________________________________________________
;SetupMgrTag
[Unattended]
;UnattendedMode=FullUnattended
OemSkipEula=Yes
KeepPageFile=0
ExtendOemPartition=1

OemPnPDriversPath=Drivers\chipset;Drivers\GX150\Audio\SMAXWDM\W2K;Drivers\GX150\NIC;Drivers\GX150\Video\Graphics\Win2000;drivers\GX260\Audio\SMAXWDM\W2K_XP;drivers\GX260\Chipset\XP;drivers\GX260\NIC\WinXP;drivers\GX260\Video\Graphics\Win2000;drivers\GX270\Audio\SMAXWDM\W2K_XP;drivers\GX270\Chipset\xp;drivers\GX270\NIC\WinXP;drivers\GX270\Video\Graphics\Win2000
InstallFilesPath=C:\sysprep\i386
TargetPath=\WINDOWS
DriversSigningPolicy=ignore
OEMPreInstall=Yes
UpdateInstalledDrivers=Yes

[GuiUnattended]
AdminPassword=<REMOVED FOR SECURITY>
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
AutoLogonCount=1
OEMDuplicatorstring=GX150, GX260, GX270, GX280 Image
EncryptedAdminPassword=Yes

[UserData]
;ComputerName=*
ProductID=<REMOVED FOR SECURITY>

[Display]
BitsPerPel=16
Xresolution=800
YResolution=600
Vrefresh=60

[Identification]
JoinDomain=<REMOVED FOR SECURITY>

[Networking]
InstallDefaultComponents=Yes

[Sysprep]
BuildMassStorageSection=yes

[SysprepMassStorage]
PCI\VEN_10B9&DEV_5215=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5219=%systemroot%\inf\mshdc.inf
PCI\VEN_10B9&DEV_5229=%systemroot%\inf\mshdc.inf
PCI\VEN_1097&DEV_0038=%systemroot%\inf\mshdc.inf
PCI\VEN_1095&DEV_0640=%systemroot%\inf\mshdc.inf
PCI\VEN_1095&DEV_0646=%systemroot%\inf\mshdc.inf
PCI\VEN_0E11&DEV_AE33=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_1222=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_1230=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7010=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7111=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_2411=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_2421=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_24DB=%systemroot%\inf\mshdc.inf
PCI\VEN_8086&DEV_7199=%systemroot%\inf\mshdc.inf
PCI\VEN_1042&DEV_1000=%systemroot%\inf\mshdc.inf
PCI\VEN_1039&DEV_0601=%systemroot%\inf\mshdc.inf
PCI\VEN_1039&DEV_5513=%systemroot%\inf\mshdc.inf
PCI\VEN_10AD&DEV_0001=%systemroot%\inf\mshdc.inf
PCI\VEN_10AD&DEV_0150=%systemroot%\inf\mshdc.inf
PCI\VEN_105A&DEV_4D33=%systemroot%\inf\mshdc.inf
PCI\VEN_1106&DEV_0571=%systemroot%\inf\mshdc.inf

[TapiLocation]
AreaCode=770
LongDistanceAccess="9"
CountryCode=1

[OEM_Ads]
;Logo=info.bmp

[Branding]
;BrandIEUsingUnattended=Yes

[Proxy]
;Proxy_Enable=0
;Use_Same_Proxy=0

[GuiRunOnce]
;Command0=c:\winnt\system32\chguid.exe
___________________________________________________________

I created Drivers folders at c:\drivers\GX150\audio
c:\drivers\gx150\video
ETC I unzipped all the Dell driver files to those
directories, but now I see that some of the folders do not
contain INF files (specifically the Intel chipset drivers I
noticed).

I changed the driver on the Dell GX280 to ACPI from ACPI
Uniprocessor and also changed all hard drive controllers to
their "Standard" equivalents from the Intel drivers. I
then sysprepped the machine using mini-setup and
pre-activated switches. The machine I cloned the GX280 to
(a GX260), using Ghost 7.5, is in a reboot loop. It gets
to the Windows XP Logo BOX as if it's trying to start the
mini-setup but it finally stops and reboots spontaneously
with no error.

Help! It seems like this should be a lot easier than the
time I am having. I have read suggestions to build the
image on the lowest hardware you have and I may try that
next. Also, I have read that the size of the hard drive
should be small to make the image more compatible over a
wide range of hardware. Mine is an NTFS partition over
30GB, so maybe that's an issue.

Thanks in advance,
Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top