re: How to Integrate mass storage device drivers in windows server 2003
Saturday, December 4, 2010 at 3:53 am Windows Server 2003 Annoyances Discussion Forum
Posted by lovespell88
(1 messages posted)
To modify the txtsetup.sif file, you can follow
these:
1. Add the following for [SourceDisksFiles] section
PERCSAS.SYS = 1,,,,,,4_,4,1,,,1,4
2. Add the following
values to [HardwareIdsDatabase] section
[HardwareIdsDatabase] PCI\VEN_1028&DEV_0015&SUBSYS_1F011028
= "percsas" PCI\VEN_1028&DEV_0015&SUBSYS_1F021028 = "percsas" PCI\VEN_1028&DEV_0015&SUBSYS_1F031028
= "percsas" PCI\VEN_1000&DEV_0060&SUBSYS_1F0A1028 = "percsas" PCI\VEN_1000&DEV_0060&SUBSYS_1F0B1028
= "percsas" PCI\VEN_1000&DEV_0060&SUBSYS_1F0C1028 = "percsas" PCI\VEN_1000&DEV_0060&SUBSYS_1F0D1028
= "percsas" PCI\VEN_1000&DEV_0060&SUBSYS_1F111028 = "percsas"
3.
Add below values to the [SCSI.Load] section
percsas = percsas.sys,4
4. Add below values to the [scsi] section
[SCSI] percsas
= "DELL PERC5 and PERC6/CERC6 RAID Controller Driver (Server 2003 32 bit)"
save txtsetup.sif file then close the file.
You can check this guide on mass storage device drivers if you need further help.
|