Howdy all, it seems that a lot of people have run into a common problem with the NIC driver. Because the NIC driver that needs to be used isn't included on the Windows cd, obviously the driver isn't being loaded. I ran into this same problem, but what I did was just build a Windows 2003 Standard cd that has it incorporated. This process is fairly easy to do. The CD I use to boot has Sp1 and the additional NIC driver. I didnt modify the asr.sif file though as stated earlier. Here is what I use:
- Windows 2003 Standard Edition Slipstreamed SP1 and hp 7782 NIC driver cd.
- CD with the TSMCLI.exe
- ASR diskette
The first one is what everyone, well a lot of people have issues with. Getting that NIC driver incorporated in. My cd is fully unattended , well except for the partitioning portion, which I do myself. Well here is how I built my Server 2003 std cd with the driver incorporated:
I am assuming you already know how to build a bootable cd with sp1 slipstreamed and how to modify your winnt.sif(answer file). In the winnt.sif which is located in the i386, you will see a heading of Unattended. Add the following:
OemPnPDriversPath=\Drivers\Nic
DriverSigningPolicy=Ignore
Make sure:
OemPreinstall=Yes
This is what mine looks like:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=*
UnattendSwitch=yes
OemPnPDriversPath=\Drivers\Nic
DriverSigningPolicy=Ignore
Ok, so now you've told it where to look and to ignore the digital signing requirement. Next you want to make sure you have the proper structure. On the root of the cd I have a folder named:
$oem$
In that folder there is another folder named:
$1
In that folder there is another folder named:
Drivers
In that folder there is another folder named:
Nic
In the Nic folder, you've guessed it, put your NIC drivers inside. There should be a *.dll, *.inf, *.sys, *.cat and and *.xml.
That's it, you've just told it to install the driver you want and to forget about the digital signature. Since you had mentioned applying a specific IP, yes you can do that in the answer file also. It's very simple to do. Please let me know how it goes/went. If you need help with building the cd, also let me know and I can help you build a cd.
I've been able to get the restore complete. Although, the user profiles are not restoring to the last recorded state. I am currently working on that. Hope to figure it out soon.