Unattended installation - fails to set static IP
From: Ecee (ecee_at_napkinidea.com)
Date: 07/24/04
- Next message: Scott Stabb: "Re: Adding the DC role"
- Previous message: Dave Patrick: "Re: difference bettween "Enable VGA Mode" and normal boot"
- Next in thread: Hawkens: "Unattended installation - fails to set static IP"
- Reply: Hawkens: "Unattended installation - fails to set static IP"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 24 Jul 2004 23:41:56 +0800
Hi,
I am trying to install a new instance of Windows 2003 Standard Server using
unattended installation by calling the following command in my bootdisk.
Z:\i386\winnt /s:z:\2OS\i386 /u:A:\unattend.txt (where Z: is a mapped drive
on the network; the network portion of my unattend.txt is attached at the
bottom of this post. ).
When this command was executed, the installation all went well except that
the network adapter 1 fails to receive the static IP settings.
I have a feeling that its just a simple setting that I've missed - any
suggestion? Oh, btw, did I mention that the NIC driver needs to be added
into the \$OEM$\$1\PnpDrvs directory.
TIA
****************************************************************************
*************
[Networking]
[NetAdapters]
Adapter1=Params.Adapter1
Adapter2=Params.Adapter2
[Params.Adapter1]
; InfID="*"
; PCIBusNumber=3
; PCIDeviceNumber=4
; PCIFunctionNumber=0
[Params.Adapter2]
; PCIBusNumber=3
; PCIDeviceNumber=5
; PCIFunctionNumber=0
[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
MS_NETMON=NetMonParams
[params.MS_TCPIP]
DNS=Yes
DNSDomain=mydomain.com
UseDomainNameResolution=Yes
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1,params.MS_TCPIP.Adapter2
[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
NetBIOSOptions=0
DHCP=No
IPAddress=192.168.1.100
SubnetMask=255.255.255.0
DefaultGateway=192.168.1.1
DNSServerSearchOrder=192.168.1.10
WINS=Yes
WINSServerList=192.168.1.10
[params.MS_TCPIP.Adapter2]
SpecificTo=Adapter2
NetBIOSOptions=0
[NetMonParams]
[NetServices]
MS_Server=FPServicesParams
[NetOptionalComponents]
ACS=0
DHCPServer=0
; DNS=0
IAS=0
ILS=0
LPDSVC=0
MacPrint=0
MacSrv=0
NetCM=0
NetMonTools=1
SimpTcp=1
SNMP=1
; WINS=0
- Next message: Scott Stabb: "Re: Adding the DC role"
- Previous message: Dave Patrick: "Re: difference bettween "Enable VGA Mode" and normal boot"
- Next in thread: Hawkens: "Unattended installation - fails to set static IP"
- Reply: Hawkens: "Unattended installation - fails to set static IP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|