Jump to content

Multiple SYMMPI OEM Mass Storage drivers


giarc

Recommended Posts

Hi all,

Am trying to create an unattended CD for the machines we use in the office, these are Dell Precision 530, 670, 690 & 390.

This is for the text mode setup portion of the install.

I have merged the txtsetup.oem files into one, but the problem that I have is that two of the driver files are named symmpi.sys.

One of them is for the LSI Logic Ultra 320 in the P530, and the other is for the Dell SAD 5ir/6ir in the P690 & P390.

So obvioulsy I cannot include both sets of files.

Can I simply just rename the files of one set of drivers, or is it a bit more complicated than that?

Below is my merged txtsetup.oem file to include all three drivers.

[Disks]
# Dell Precision 530
d1 = "LSI Logic Ultra320 1020/1030 Driver (XP)", \symmpi.tag, \
# Dell Precision 670
d2 = "Adaptec U320 SCSI HostRAID Controller", \hraidsk1
# Dell Precision 390, 690
d3 = "Dell SAS 5x and SAS 6x Controller Driver (Windows XP 32-bit)",\symmpi.tag,\

[Defaults]
scsi = SYMMPI_XP32
scsi = ADAPTEC_U320HOSTRAID
scsi = DELL_SAS

[scsi]
SYMMPI_XP32 = "LSI Logic Ultra320 1020/1030 Driver (XP 32-bit)",symmpi
ADAPTEC_U320HOSTRAID = "Adaptec U320 SCSI HostRAID Controller"
DELL_SAS = "Dell SAS 5x and SAS 6x Controller Driver (Windows XP 32-bit)",symmpi

[HardwareIds.scsi.SYMMPI_XP32]
id = "PCI\VEN_1000&DEV_0621", "symmpi"
id = "PCI\VEN_1000&DEV_0622", "symmpi"
id = "PCI\VEN_1000&DEV_0624", "symmpi"
id = "PCI\VEN_1000&DEV_0626", "symmpi"
id = "PCI\VEN_1000&DEV_0628", "symmpi"
id = "PCI\VEN_1000&DEV_0030", "symmpi"

[HardwareIds.scsi.ADAPTEC_U320HOSTRAID]
id = "PCI\VEN_9005&DEV_809F","a320raid"
id = "PCI\VEN_9005&DEV_8090","a320raid"
id = "PCI\VEN_9005&DEV_8091","a320raid"
id = "PCI\VEN_9005&DEV_8092","a320raid"
id = "PCI\VEN_9005&DEV_8093","a320raid"
id = "PCI\VEN_9005&DEV_8094","a320raid"
id = "PCI\VEN_9005&DEV_809E","a320raid"
id = "PCI\VEN_9005&DEV_808F","a320raid"
id = "PCI\VEN_9005&DEV_8080","a320raid"
id = "PCI\VEN_9005&DEV_8097","a320raid"
# Rev B IDs
id = "PCI\VEN_9005&DEV_809D","a320raid"
id = "PCI\VEN_9005&DEV_809C","a320raid"
id = "PCI\VEN_9005&DEV_8095","a320raid"
id = "PCI\VEN_9005&DEV_8096","a320raid"

[HardwareIds.scsi.DELL_SAS]
id = "PCI\VEN_1000&DEV_0054&SUBSYS_1F041028", "symmpi"
id = "PCI\VEN_1000&DEV_0054&SUBSYS_1F061028", "symmpi"
id = "PCI\VEN_1000&DEV_0054&SUBSYS_1F071028", "symmpi"
id = "PCI\VEN_1000&DEV_0054&SUBSYS_1F081028", "symmpi"
id = "PCI\VEN_1000&DEV_0054&SUBSYS_1F091028", "symmpi"
id = "PCI\VEN_1000&DEV_0058&SUBSYS_1F0E1028", "symmpi"
id = "PCI\VEN_1000&DEV_0058&SUBSYS_1F0F1028", "symmpi"
id = "PCI\VEN_1000&DEV_0058&SUBSYS_1F101028", "symmpi"
id = "PCI\VEN_1000&DEV_0058&SUBSYS_021D1028", "symmpi"

[Files.scsi.SYMMPI_XP32]
driver = d1,symmpi.sys,SYMMPI
inf = d1,symmpi.inf
catalog = d1,mpixp32.cat

[Files.scsi.ADAPTEC_U320HOSTRAID]
driver = d1,a320raid.sys, a320raid
inf = d1,a320raid.inf
inf = d1,a320mgt.inf
catalog = d1,a320raid.cat
catalog = d1,a320mgt.cat

[Files.scsi.ADAPTEC_U320HOSTRAID_NT4]
driver = d2,a320raid.sys, a320raid
inf = d2,a320raid.inf

[Files.scsi.DELL_SAS]
driver = d1,symmpi.sys,SYMMPI
inf = d1,symmpi.inf
inf = d1,delpseud.inf
catalog = d1,mpixp32.cat

[Config.SYMMPI]
value = Parameters\PnpInterface,5,REG_DWORD,1

[Config.a320raid]
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...