1. At the same level as the I386 folder of the RIS image, create a $OEM$
folder. Under the $OEM$ folder create a folder $1\Drivers\Perc3di take the
files from the Perc3di drivers disk and place them in the
$oem$\$1\Drivers\Perc3di folder.
2. Create a new folder under $OEM$ named textmode. Copy all of the files
included from the driver disk as we did with the Perc3di folder.
3. Create a new folder under $OEM$ named $$ under that create a folder named
OEMDIR and place the following files in this folder:
perc2cin.dll
perc2evt.exe
3. In the Txtsetup.oem (in both folders) modify the file slightly:
change
------
[Files.Scsi.perc2]
driver = d1, perc2.sys, perc2
driver = d1, perc2hib.sys, perc2hib
catalog = d1, perc2.cat
inf = d1, perc2.inf
inf = d1, perc2mgt.inf
dll = d1, perc2cin.dll
dll = d1, perc2evt.exe
to
----
[Files.Scsi.perc2]
driver = d1, perc2.sys, perc2
driver = d1, perc2hib.sys, perc2hib
catalog = d1, perc2.cat
inf = d1, perc2.inf
inf = d1, perc2mgt.inf
;dll = d1, perc2cin.dll
;dll = d1, perc2evt.exe
NOTE: If you do not remark out the 2 dll entries you will get an error
during the
install.
You may also have to edit the line:
[Disks]
d1 = "Dell PERC 2, 2/Si, 3/Si, 3/Di Windows 2000 Device Drivers", \raidisk1,
....depending on file system. If using NTFS then the line is fine, If using
FAT use the following:
[Disks]
d1 = "Dell PERC 2, 2/Si, 3/Si, 3/Di Windows 2000 Device Drivers", \raidisk1,
..
4. Next we have to edit the .SIF file that we are using. Add 2 sections to
the file
[MassStorageDrivers]
"Dell PERC 2, 2/Si, 3/Si, 3/Di RAID Controllers"=OEM
and
[OEMBootFiles]
perc2.sys
perc2hib.sys
perc2.inf
txtsetup.oem
NOTE: The default name of the .SIF file is
RemoteInstall\Setup\<Language>\Images\<Dir_name>\I386\Templates\Ristndrd.sif
5. This should be all we have to do to make this work. stop and restart the
BINL service and test.
--
Emmers Presson [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Joe Flynn said:
I am trying to use RIS to deploy 50 servers. I am having issues with the
SCSI drivers for this Dell System. The SCSI device is a Perc 3di. I can do
a network install but I need to press F6 to load the scsi drivers. Is there
anyway I can have the entire RIS Install automated so I do not have to do
anything. Any help would be great