First of all, thanks for your reply. This is turning into
something of a nightmare.
-----------
I've copied the i386 folder from my Win2K Pro CD-ROM to
a "distribution point"which just happens to be on my RIS
server. Then I slipstreamed in sp4 into the i386 folder.
Then I ran RISetup and created an image folder from the
distribution point. I ran the setupmgr.exe to create
a .sif file which I'm using instead of the statndard
ristndrd.sif file. I then created the appropriate $OEM$
directory structure as a peer of the i386 folder in the
RISimage folder and copied the appropriate third-party
SATA drivers so that I can use my SATA hard drive during
the installation process.
After some... ah... experimentation for several days I
realized that my problem probably lies with the
txtsetup.oem file and I've been working on that for the
last few days. The installation starts with "Setup is
inspecting yourcomuter's hardware configuration" and then
just hangs. I'm 95% sure this is because it's looking for
the appropriate mass storage drivers to install and is not
finding them, probably due to syntax issues in my
txtsetup.oem file. (?)
In a nutshell, I'm trying to run LAN-based installs from
the RIS server so that I can set up unattended, network-
based installs on many PC's at once. The problem seems to
be that I'm using a 3rd-party mass storage driver during
the text mode of the installation and the installation is
not finding those drivers.
Without further ado, here is the other information that
you asked for.
Here's the $OEM$ directory structure for my RIS image:
=======================================
G:\RIS\SETUP\ENGLISH\IMAGES\WIN2000.PRO.SP4\$OEM$
+---$$
¦ +---OEMDIR
+---$1
¦ +---DRIVERS
¦ +---SATA
¦ VIAPDSK.SYS
¦ VIAPIDE.INF
¦ VIASRAID.CAT
¦ VIASRAID.INF
¦ VIASRAID.SYS
¦
+---TEXTMODE
Copy of txtsetup.oem
txtsetup.oem
VIASRAID.CAT
VIASRAID.INF
VIASRAID.SYS
VT6420
=======================================
Here are the relevant contents of my .sif file for the RIS
image (it is _not_ ristndrd.sif; I'm using a custom file
called win2k-pro-sp4-default.sif):
=======================================
[Data]
AutoPartition=1
MsDosInitiated="1"
UnattendedInstall="Yes"
floppyless="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
; OriTyp="4"
LocalSourceOnCD=1
[SetupData]
OsLoadOptions="/noguiboot /fastdetect"
SetupSourceDevice="\Device\LanmanRedirector\%
SERVERNAME%\RemInst\%INSTALLPATH%"
[Unattended]
UnattendMode=FullUnattended
ExtendOemPartition = 0
OemSkipEula=Yes
OemPreinstall=Yes
OemPnpDriversPath = "Drivers\SATA"
TargetPath=\WINNT
UseFullDisk = 1
FileSystem = ConvertNTFS
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No
DriverSigningPolicy = Ignore
[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes
[OSChooser]
Description="Default Base Win2K Pro sp4 PLUS RAID"
Help="This installs Win2K Pro sp4 and adds printers"
LaunchFile="%INSTALLPATH%\%MACHINETYPE%
\templates\startrom.com"
ImageType=Flat
[MassStorageDrivers]
"VIA Serial ATA RAID Controller(Windows 2000)" = "OEM"
[OEMBootFiles]
viasraid.sys
viasraid.inf
viasraid.cat
txtsetup.oem
=======================================
And here's my txtsetup.oem file:
=======================================
[Disks]
d5 = "VIA Serial ATA RAID Controller
Driver ",\txtsetup.sif,""
[scsi]
VIARAID_VT3149_2K = "VIA Serial ATA RAID Controller
(Windows 2000)",VT6420
[Files.scsi.VIARAID_VT3149_2K]
driver = d5,viasraid.sys, viasraid
inf = d5, viasraid.inf
catalog = d5,viasraid.cat
[HardwareIds.scsi.VIARAID_VT3149_2K]
id = "PCI\VEN_1106&DEV_3149","viasraid"
=======================================
>-----Original Message-----
>The definitive document on the txtsetup.oem file format
is Microsoft's
>own:
>
> http://msdn.microsoft.com/library/en-
us/install/hh/install/txtsetup_1wmq.asp
>
>But since that is the first hit at
><http://www.google.com/search?q=txtsetup.oem>, you
probably saw it
>already.
>
>I know of no other general document on the topic,
although I am
>considering writing one...
>
>If you could explain exactly what you are trying to do,
including the
>txtsetup.oem file you started with, what you did to it,
and what
>precise errors (if any) you are seeing, someone here
might be able to
>help.
>
> - Pat
> MVP, Windows Server - Setup/Deployment
> http://unattended.sourceforge.net/
>
>
>"Tony" <(E-Mail Removed)> writes:
>
>> My LAN Boot remote install session is having problems
>> installing the mass storage drivers. I'm trying to
>> address this by modifying my
$OEM$\textmode\txtsetup.oem
>> file and am having some real problems.
>>
>> Does anyone know where I can find information on
modifying
>> txtsetup.oem files _specifically_ for use with RIS?
>>
>> TIA
>.
>