Unsolved

This post is more than 5 years old

1 Message

2751

November 29th, 2004 09:00

RIS unattended help !

HELP, I have the following .SIF which works fine but fails to set the ip settings for the onboard NIC on a GX270, evrything else including domain suffixs etc works fine. But the adapter specific details fail.
 
Anyone got any ideas, the script is below with some number and name changes for security etc ....
 

[data]
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1

[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice ="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
SysPrepDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%SYSPREPPATH%"
SysPrepDriversDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%SYSPREPDRIVERS%"

[Unattended]
OemPreinstall = yes
OemPnPDriversPath = Drivers\NIC
DriverSigningPolicy = Ignore
NoWaitAfterTextMode = 0
FileSystem = LeaveAlone
ExtendOEMPartition = 0
ConfirmHardware = no
NtUpgrade = no
Win31Upgrade = no
TargetPath = \WINNT
OverwriteOemFilesOnUpgrade = no
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"

[UserData]
FullName = "myname"
OrgName = "myorg"
ComputerName ="%MACHINENAME%"
ProductID="12345-12345-12345-12345-12345"

[GuiUnattended]
OemSkipWelcome = 1
;OemSkipRegional = 1
TimeZone = 085
AdminPassword = "*"

[LicenseFilePrintData]
AutoMode = PerSeat

[Display]
ConfigureAtLogon = 0
BitsPerPel = 32
XResolution = 1024
YResolution = 768
VRefresh = 75
AutoConfirm = 1

[Networking]
;ProcessPageSections=Yes

[Identification]
JoinDomain=domain
DomainAdmin=Install
DomainAdminPassword=domainpassword
;CreateComputerAccountInDomain = No
DoOldStyleDomainJoin = Yes

[NetAdapters]
Adapter1=params.Adapter1
 
[params.Adapter1]
;NetCardAddress=000d56832422
InfID=*
;PCIBusNumber=1
;PCIDeviceNumber=12
;PCIFunctionNumber=0

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
; transport: TC (TCP/IP Protocol)
InfID=MS_TCPIP
AdapterSections=params.MS_TCPIP.Adapter1
DHCP=No
DNSDomain=firts.second.third.ac.uk
DNSSuffixSearchOrder=
DNSServerSearchOrder=123.123.123.123,123.123.123.123

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
EnableLMHosts=No
IPAddress=111.222.333.444
SubNetMask=255.255.224.0
DefaultGateway=111.222.333.254
WINS=Yes
WINSServerList=123.123.123.213,123.123.213.213

[NetClients]
MS_MSClient=params.MS_MSClient

[params.MS_MSClient]
InfID=MS_MSClient

[NetServices]
MS_Server=params.MS_Server

[params.MS_Server]
; service: SRV (Server)
InfID=MS_Server
BroadcastsToLanman2Clients = No

[ServicesSection]

[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes

[OSChooser]
Description ="Dell Desktop image, running  Windows 2000."
Help ="Windows 2000"
LaunchFile ="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType =SYSPREP
Version="5.0 (2195)"
SysPrepSystemRoot="Mirror1\UserData\WINNT"
HalName=halaacpi.dll
ProductType=0

No Responses!

0 events found

No Events found!

Top