OEM Files and WINNT.SIF from Floppy Disk (W2K Adv Serv installation)

G

Guest

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\Driver
There are three files, a .cat .inf and .sy

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 =
MsDosInitiated =
UnattendedInstall = Ye

[Unattended
UnattendMode = FullUnattende
OemSkipEula = Ye
OemPreinstall = N
TargetPath = \WINN
FileSystem = ConvertNTF
DriverSigningPolicy = Ignor
Repartition = N
OemFilesPath = a:\$OEM
OemPnPDriversPath = "Drivers

[Networking
InstallDefaultComponents=N

[NetAdapters
Adapter1=params.Adapter

[params.Adapter1
INFID=
ConnectionName="HP OnBoard Ethernet

[NetClients
MS_MSClient=params.MS_MSClien

[NetServices
MS_SERVER=params.MS_SERVE

[NetProtocols
MS_TCPIP=params.MS_TCPI

[params.MS_TCPIP
DNS=N
UseDomainNameDevolution=N
EnableLMHosts=N
AdapterSections=params.MS_TCPIP.Adapter

[params.MS_TCPIP.Adapter1
SpecificTo=Adapter
DHCP=N
IPAddress=10.10.10.
SubnetMask=255.255.255.
DefaultGateway=10.10.10.
WINS=N
NetBIOSOptions=

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

Marti
 
O

Oli Restorick [MVP]

Hi

Out of interest, where did you get the OEMFilesPath setting from? As far as
I know, the only place Windows Setup when booted from CD will look is for
the $OEM$ in the same folder as i386. (The same applies to RIS; for other
unattended methods, $OEM$ lives inside i386).

Take a look at www.willowhayes.co.uk/windows2000 for some documentation I
did on how to create your own Windows CD, with extra drivers.

Hope this helps

Oli
 
O

Oli Restorick [MVP]

Yo will also need to set OEMPreinstall to "yes" for anything related to
$OEM$ to happen.

HTH

Oli
 
G

Guest

Hell

The OEMFilesPath setting is detailed in the Microsoft Windows 2000 Guide To Unattended Setup document which is on the setup CD (\Support\Tools\Deploy.cab --> extract Unattend.doc

I am checking out your website now, thanks

M

----- Oli Restorick [MVP] wrote: ----

H

Out of interest, where did you get the OEMFilesPath setting from? As far as
I know, the only place Windows Setup when booted from CD will look is for
the $OEM$ in the same folder as i386. (The same applies to RIS; for other
unattended methods, $OEM$ lives inside i386)

Take a look at www.willowhayes.co.uk/windows2000 for some documentation I
did on how to create your own Windows CD, with extra drivers

Hope this help

Ol


Martin Burcombe said:
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\Driver
There are three files, a .cat .inf and .sy
In the WINNT.SIF file, I have the following entries (there are others that
I have ommitted, but the pertinant ones are included below)
AutoPartition =
MsDosInitiated =
UnattendedInstall = Ye
[Unattended
UnattendMode = FullUnattende
OemSkipEula = Ye
OemPreinstall = N
TargetPath = \WINN
FileSystem = ConvertNTF
DriverSigningPolicy = Ignor
Repartition = N
OemFilesPath = a:\$OEM
OemPnPDriversPath = "Drivers
[Networking InstallDefaultComponents=N[QUOTE]
[NetAdapters
Adapter1=params.Adapter
[params.Adapter1
INFID=
ConnectionName="HP OnBoard Ethernet
[NetClients MS_MSClient=params.MS_MSClien[QUOTE]
[NetServices MS_SERVER=params.MS_SERVE
[NetProtocols MS_TCPIP=params.MS_TCPI
[params.MS_TCPIP
DNS=N
UseDomainNameDevolution=N
EnableLMHosts=N
AdapterSections=params.MS_TCPIP.Adapter
[params.MS_TCPIP.Adapter1
SpecificTo=Adapter
DHCP=N
IPAddress=10.10.10.
SubnetMask=255.255.255.
DefaultGateway=10.10.10.
WINS=N
NetBIOSOptions=
I have tried changing various settings in the WINNT.SIF file, but to no[/QUOTE]
effect. If anyone can tell me what I an doing wrong, it would be most
appreciated
Many thanks
Marti
[/QUOTE]
 
G

Guest

Thanks Oli, I checked out your website and set up the $OEM$ folder accordingly. I had tried setting the CD up with the $OEM$ folder WITHIN the i386 folder rather than alongside it. I have corrected this as per your instructions, and set the OemPnPDriversPath accordingly. I have also set OemPreinstall = Ye

Unfortunatly, the process is still not working

The folder structure is as follows

|- $OEM
| |- $
| |- |- DRIVER
| |- |- |- NE
| |- |- |- RAI
|- i38

The $OEM$ folder also exists on the floppy disk (from earlier failed trials), although I have also renamed this to a dummy name so it gets ignored

The process seems to work as follows at the moment

1) On boot up, I create a Raid 1 partition within the Raid Card Hardware setting
2) Setup load
3) Press <F6> to load extra driver
4) Wait for setup to let me specify the RAID card driver
5) Select the RAID card drivers from floppy disk (which also holds the winnt.sif file
6) Setup continue
7) Create and format hard disk partitio
8) Setup continues and starts copying driver

At this point I hit a problem. The message "The file cpqcissm.sys cannot be copied

This is one of the files for the RAID driver loaded in step 5 and stored within the RAID folder in the $OEM$ folder structure on the CD. The files for the RAID driver are also stored on the floppy disk in the root, $OEM$ folder and $OEM\$1\Drivers folder

This error only seems to appear when I have OemPreinstall = Ye

We have traditionally just loaded the drivers from the root of the floppy disk, and not integrated them onto the CD, but we have not previously needed to load any drivers not supplied with W2K as standard. Once I have the build working properly, I will be carrying out an exercise to clean up the floppy disk of superfluous files and folders

Can you suggest why this error should appear and how to stop it

Many thanks

Marti

----- Oli Restorick [MVP] wrote: ----

Yo will also need to set OEMPreinstall to "yes" for anything related to
$OEM$ to happen

HT

Ol


Martin Burcombe said:
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\Driver
There are three files, a .cat .inf and .sy
In the WINNT.SIF file, I have the following entries (there are others that
I have ommitted, but the pertinant ones are included below)
AutoPartition =
MsDosInitiated =
UnattendedInstall = Ye
[Unattended
UnattendMode = FullUnattende
OemSkipEula = Ye
OemPreinstall = N
TargetPath = \WINN
FileSystem = ConvertNTF
DriverSigningPolicy = Ignor
Repartition = N
OemFilesPath = a:\$OEM
OemPnPDriversPath = "Drivers
[Networking InstallDefaultComponents=N[QUOTE]
[NetAdapters
Adapter1=params.Adapter
[params.Adapter1
INFID=
ConnectionName="HP OnBoard Ethernet
[NetClients MS_MSClient=params.MS_MSClien[QUOTE]
[NetServices MS_SERVER=params.MS_SERVE
[NetProtocols MS_TCPIP=params.MS_TCPI
[params.MS_TCPIP
DNS=N
UseDomainNameDevolution=N
EnableLMHosts=N
AdapterSections=params.MS_TCPIP.Adapter
[params.MS_TCPIP.Adapter1
SpecificTo=Adapter
DHCP=N
IPAddress=10.10.10.
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[/QUOTE]
effect. If anyone can tell me what I an doing wrong, it would be most
appreciated.
Many thanks,
Martin
[/QUOTE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top