Sysprep and NIC's (For JeffTA or anyone else)

  • Thread starter Thread starter rsm
  • Start date Start date
R

rsm

I'm using SysPrep 1.1 to deploy Win2k Server images before
Ghosting.

The NIC's are not being configured with the correct IP
address after the SysPrep runs. (All other information is
correct; computername, organization, server licensing,
etc.)

Here is my Networking section on SysPrep.inf

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter1=params.Adapter1
Adapter2=params.Adapter2

[params.Adapter1]
INFID=pci\ven_14e4&dev_16a7

[params.Adapter2]
INFID=pci\ven_14e4&dev_16a7

[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=Yes
AdapterSections=params.MS_TCPIP.Adapter1,params.MS_
TCPIP.Adapter2

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
IPAddress=10.10.10.199
SubnetMask=255.255.255.0
DefaultGateway=10.10.10.254
WINS=No
NetBIOSOptions=0

[params.MS_TCPIP.Adapter2]
SpecificTo=Adapter2
DHCP=Yes
DNSServerSearchOrder=10.10.10.60
WINS=No
NetBIOSOptions=0

I'm running this on a IBM x335 server with dual Broadcom
NIC's. I'm ghosting this to duplicate (and I mean
duplicate) x335's... That's all I work with, but SysPrep
keeps defaulting to the original IP that was created with
the Ghost image.

Question is: how can I get the IP data to be configured
correctly through SysPrep?
 
RSM,

See the following KB for info on this issue:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;271369'

Scott McArthur[MS]
Microsoft Windows Server Setup Support
--------------------
| Content-Class: urn:content-classes:message
| From: "rsm" <[email protected]>
| Sender: "rsm" <[email protected]>
| Subject: Sysprep and NIC's (For JeffTA or anyone else)
| Date: Wed, 8 Oct 2003 13:46:11 -0700
| Lines: 66
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcON3TUspNACvO0VRnGhyfCzK+ETpg==
| Newsgroups: microsoft.public.win2000.setup_deployment
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.setup_deployment:7093
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.win2000.setup_deployment
|
| I'm using SysPrep 1.1 to deploy Win2k Server images before
| Ghosting.
|
| The NIC's are not being configured with the correct IP
| address after the SysPrep runs. (All other information is
| correct; computername, organization, server licensing,
| etc.)
|
| Here is my Networking section on SysPrep.inf
|
| [Identification]
| JoinWorkgroup=WORKGROUP
|
| [Networking]
| InstallDefaultComponents=No
|
| [NetAdapters]
| Adapter1=params.Adapter1
| Adapter2=params.Adapter2
|
| [params.Adapter1]
| INFID=pci\ven_14e4&dev_16a7
|
| [params.Adapter2]
| INFID=pci\ven_14e4&dev_16a7
|
| [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=Yes
| AdapterSections=params.MS_TCPIP.Adapter1,params.MS_
| TCPIP.Adapter2
|
| [params.MS_TCPIP.Adapter1]
| SpecificTo=Adapter1
| DHCP=No
| IPAddress=10.10.10.199
| SubnetMask=255.255.255.0
| DefaultGateway=10.10.10.254
| WINS=No
| NetBIOSOptions=0
|
| [params.MS_TCPIP.Adapter2]
| SpecificTo=Adapter2
| DHCP=Yes
| DNSServerSearchOrder=10.10.10.60
| WINS=No
| NetBIOSOptions=0
|
| I'm running this on a IBM x335 server with dual Broadcom
| NIC's. I'm ghosting this to duplicate (and I mean
| duplicate) x335's... That's all I work with, but SysPrep
| keeps defaulting to the original IP that was created with
| the Ghost image.
|
| Question is: how can I get the IP data to be configured
| correctly through SysPrep?
|
 
Back
Top