Trying to add Adding sata drivers to mass storage in sysprep.inf

lkeneston

n00b
Joined
Nov 9, 2006
Messages
8
Hello,
I am trying to add a Intel® 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH) to the mass storage options on my sysprep image to add support for a HP XW4400,
I copied iaahci.cat, iaahci.inf, iastor.cat, iastor.inf, iastor.sys, and txtsetup.oem to the c:\windows\inf directory, and added


[SysprepMassStorage]
PCI\VEN_8086&DEV_27C1&CC_0106=c:\windows\inf\iaahci.inf ; Intel® 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_27C5&CC_0106=c:\windows\inf\iaahci.inf ; Intel® 82801GBM SATA AHCI Controller (Mobile ICH7M)
PCI\VEN_8086&DEV_2652&CC_0106=c:\windows\inf\iaahci.inf ; Intel® 82801FR SATA AHCI Controller (Desktop ICH6R)
PCI\VEN_8086&DEV_2653&CC_0106=c:\windows\inf\iaahci.inf ; Intel® 82801FBM SATA AHCI Controller (Mobile ICH6M)
PCI\VEN_8086&DEV_27C3&CC_0104=c:\windows\inf\iastor.inf ; Intel® 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_24DF&CC_0104=c:\windows\inf\iastor.inf ; Intel® 82801ER SATA RAID Controller (Desktop ICH5R)
PCI\VEN_8086&DEV_25B0&CC_0104=c:\windows\inf\iastor.inf ; Intel® 6300ESB SATA RAID Controller
PCI\VEN_8086&DEV_2652&CC_0104=c:\windows\inf\iastor.inf ; Intel® 82801FR SATA RAID Controller (Desktop ICH6R)

My image is still blue screening, any ideas?
I know this isn't a hal issue, as i use the Advanced Configuration and Power Interface (ACPI) PC", ACPI PIC HAL (Halacpi.dll) on the base image and use a script to copy the right hal in.

any ideas?
Thanks in advance.
 
[Unattended]
OemPreinstall=yes
OemFilesPath = C:\sysprep\i386\
OemPnPDriversPath="%SystemRoot%\Inf, longer but parsed"
ResetSourcePath=C:\i386
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386\
Driversigningpolicy=ignore
UpdateInstalledDrivers=Yes
TargetPath=\WINDOWS

[GuiUnattended]
AdminPassword="password"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=2
TimeZone=35
OemSkipWelcome=1
OemDuplicatorstring=20061014

[UserData]
FullName=""
OrgName=""
ProductKey=XXXX-XXXX-XXXX-XXXX

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

[TapiLocation]
CountryCode=1
AreaCode=518

[SysprepMassStorage]
PCI\VEN_8086&DEV_27C1&CC_0106=c:\windows\inf\iaahci.inf ; Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_27C5&CC_0106=c:\windows\inf\iaahci.inf ; Intel(R) 82801GBM SATA AHCI Controller (Mobile ICH7M)
PCI\VEN_8086&DEV_2652&CC_0106=c:\windows\inf\iaahci.inf ; Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)
PCI\VEN_8086&DEV_2653&CC_0106=c:\windows\inf\iaahci.inf ; Intel(R) 82801FBM SATA AHCI Controller (Mobile ICH6M)
PCI\VEN_8086&DEV_27C3&CC_0104=c:\windows\inf\iastor.inf ; Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)
PCI\VEN_8086&DEV_24DF&CC_0104=c:\windows\inf\iastor.inf ; Intel(R) 82801ER SATA RAID Controller (Desktop ICH5R)
PCI\VEN_8086&DEV_25B0&CC_0104=c:\windows\inf\iastor.inf ; Intel(R) 6300ESB SATA RAID Controller
PCI\VEN_8086&DEV_2652&CC_0104=c:\windows\inf\iastor.inf ; Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)
Blah, Blah, parsed

[Identification]
JoinDomain=DOMAIN

[Networking]
InstallDefaultComponents=Yes
 
Others can probably help, but if all else fails, you could try forcing the installation of those drivers in Windows before imaging it. I took that route for some Adaptec SCSI adapters in a few Dells we have.
 
I loaded the image back on my baseline box, resysprepped it, and it worked, not sure what happened.
 
Back
Top