Tony said:
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. (?)
Possible, although syntax errors usually cause Setup to halt with a
diagnostic message.
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.
I have never actually used RIS myself (see
http://unattended.sourceforge.net/), but as far as I know, what you
are attempting should be possible.
Here's the $OEM$ directory structure for my RIS image:
[snip]
Looks fine.
[MassStorageDrivers]
"VIA Serial ATA RAID Controller(Windows 2000)" = "OEM"
Problem. Here you have no space between "Controller" and "(Windows
2000)"...
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
....but here you do. These strings must match *exactly*, or the driver
will not be installed.
Also, when you have a "[MassStorageDrivers]" section, Setup assumes
you know what you are doing and skips trying to load any other
mass-storage drivers, even the retail ones in your OS image. So your
setup is not loading any mass-storage drivers at all, which is
probably bad.
Your txtsetup.oem file looks OK to me, althoufgh most of the ones I
have seen include a [Config.xxx] section to set registry entries. Is
this txtsetup.oem file derived from one you got from VIA?
- Pat
MVP, Windows Server - Setup/Deployment
http://unattended.sourceforge.net/