Not sure if you got this working yet, but I had the same
issues. I did notice one or 2 things in the steps that
you have described below however, that might be causing
your issues.
First...when copying the files into the I386 folder, it
only has to be do in the flat image. Also, copy all the
E100BNT files from Intel...not just the INF file. That
INF file is modified to work with the BINLSVC, and calls
for specific drivers..if they are in your FLAT image,
then it will fail. (Before copying in, delete any
E100BNT files that are in the I386 folder as well)
Then for OEM folder, it too only has to be in the Flat
image, at the same level as the I386 Folder.
The structure is $OEM$\1$\Drivers\NIC (You have $1$..so
that might be causing some issues.
For the SIF...I put quotes around the variable for
OemPnPDriversPath...for instance "Drivers\NIC"
Also..make sure you net stop binlsvc and net start
binlsvc before attempting to run the image.
-----Original Message-----
Tried this already. Let me explain what I have done.
Step one was setup RIS on the windows 2000 server I am up to SP4.
Once I had the basic flat image called win2000.pro I
then ran riprep on a laptop I wanted to get a image from.
Once this was completed.
I took the INF recommended by Intel and placed it in the
reminst\setup\english\images\win2000.pro\I386 Directory
I then created the $oem$\$1$\drivers\nic directory
structure at the same level as the I386 directory.
I then copied the INF, sys and dll files into the nic directory.
I then modified the sif file as directed by microsoft
for both the win2000.pro image and the laptop image I
created.
[Unattended]
OemPreinstall = yes
OemPnpDriversPath = \Drivers\Nic
DriverSigningPolicy = ignore
I also copied the nic drivers to the I386 folder on the
laptop image I created as well as created the $oem$
directory structure at the same level as the I386 folder.
I have done everything and can't win. Any suggestions
would helpful. Am I doing something wrong.