G
Guest
Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
Hi,
I am trying to install Windows 2000 Advanced Server from CD with an answer file located on a floppy disk. This process works fine on our existing server models, but not on a new server we have bought. The problem with the new server is that the network card is not automatically detected and configured as part of the W2K installation. This is because the drivers do not exist on the W2K CD we are using. I have placed the necessary drivers on the floppy disk in the following location:
A:\$OEM$\$1\Drivers
There are three files, a .cat .inf and .sys
In the WINNT.SIF file, I have the following entries (there are others that I have ommitted, but the pertinant ones are included below):
[Data]
AutoPartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes
[Unattended]
UnattendMode = FullUnattended
OemSkipEula = Yes
OemPreinstall = No
TargetPath = \WINNT
FileSystem = ConvertNTFS
DriverSigningPolicy = Ignore
Repartition = No
OemFilesPath = a:\$OEM$
OemPnPDriversPath = "Drivers"
[Networking]
InstallDefaultComponents=No
[NetAdapters]
Adapter1=params.Adapter1
[params.Adapter1]
INFID=*
ConnectionName="HP OnBoard Ethernet"
[NetClients]
MS_MSClient=params.MS_MSClient
[NetServices]
MS_SERVER=params.MS_SERVER
[NetProtocols]
MS_TCPIP=params.MS_TCPIP
[params.MS_TCPIP]
DNS=No
UseDomainNameDevolution=No
EnableLMHosts=No
AdapterSections=params.MS_TCPIP.Adapter1
[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
IPAddress=10.10.10.9
SubnetMask=255.255.255.0
DefaultGateway=10.10.10.1
WINS=No
NetBIOSOptions=1
I have tried changing various settings in the WINNT.SIF file, but to no effect. If anyone can tell me what I an doing wrong, it would be most appreciated.
Many thanks,
Martin
Hi,
I am trying to install Windows 2000 Advanced Server from CD with an answer file located on a floppy disk. This process works fine on our existing server models, but not on a new server we have bought. The problem with the new server is that the network card is not automatically detected and configured as part of the W2K installation. This is because the drivers do not exist on the W2K CD we are using. I have placed the necessary drivers on the floppy disk in the following location:
A:\$OEM$\$1\Drivers
There are three files, a .cat .inf and .sys
In the WINNT.SIF file, I have the following entries (there are others that I have ommitted, but the pertinant ones are included below):
[Data]
AutoPartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes
[Unattended]
UnattendMode = FullUnattended
OemSkipEula = Yes
OemPreinstall = No
TargetPath = \WINNT
FileSystem = ConvertNTFS
DriverSigningPolicy = Ignore
Repartition = No
OemFilesPath = a:\$OEM$
OemPnPDriversPath = "Drivers"
[Networking]
InstallDefaultComponents=No
[NetAdapters]
Adapter1=params.Adapter1
[params.Adapter1]
INFID=*
ConnectionName="HP OnBoard Ethernet"
[NetClients]
MS_MSClient=params.MS_MSClient
[NetServices]
MS_SERVER=params.MS_SERVER
[NetProtocols]
MS_TCPIP=params.MS_TCPIP
[params.MS_TCPIP]
DNS=No
UseDomainNameDevolution=No
EnableLMHosts=No
AdapterSections=params.MS_TCPIP.Adapter1
[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
IPAddress=10.10.10.9
SubnetMask=255.255.255.0
DefaultGateway=10.10.10.1
WINS=No
NetBIOSOptions=1
I have tried changing various settings in the WINNT.SIF file, but to no effect. If anyone can tell me what I an doing wrong, it would be most appreciated.
Many thanks,
Martin