RIS: How to use OEM mass-storage drivers?

J

Jussi

We have a pile of machines to install, and RIS would help a lot.
Trouble is that in most cases OEM drivers are needed.

There's KB on NIC drivers, but how to use mass-storage drivers? Can't add
them with F6.
Any advice?


Thanks in advance,

Jussi
 
J

Johan Arwidmark

Check this article I wrote some time ago...

How to add mass storage drivers to RIS Images
http://www.wug-nordic.net/articles/ris-add-storage.htm´

Inlcudes examples for the following adapters:

Adaptec HostRAID U320
Compaq Smart Array 53xx-series
QLogic QLA12160 SCSI
Silicon Image SiI 3112 SATARaid Controller
VIA Serial ATA RAID (ASUS motherboard)
Intel(R) 82801ER SATA RAID Controller (Intel Perl L Motherboard
Adaptec 1210as Serial ATA HostRAID driver (PCI)


Heres are some additional references

HOWTO: Unattended Installation of Third Party Mass Storage Drivers in
Windows NT and Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288344

Txtsetup.sif Internals
http://www.jsiinc.com/SUBN/tip6500/rh6575.htm

The txtsetup.oem File Format
http://msdn.microsoft.com/library/d...ry/en-us/install/hh/install/txtsetup_1wmq.asp

[Unattended] TXTSETUP.OEM, MassStorageDrivers, etc.
http://www.mail-archive.com/[email protected]/msg00107.html

Error Message: Illegal or Missing File Types Specified in Section
Files.SCSI.Name
http://support.microsoft.com/?id=275334

Windows 2000 Resource Kit, Chapter 5 - Customizing and Automating
Installations
http://www.microsoft.com/resources/.../professional/reskit/en-us/part2/proch05.mspx

How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

817616 How to Add OEM Mass Storage Drivers to the Windows Recovery
Console
http://support.microsoft.com/?id=817616


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
J

Jussi

Thanks Johan,

Actually I've already read the article - did you know that if you google
for "ris" "mass-storage", your page comes in third, right after MS KB
articles?

My case is RIS installation with VIASRAID. I've followed instructions
carefully, but unfortunately haven't been unable to get it work.
The setup *very slow* and ends in ~"error in txtsetup.oem" message. That
might have something to do with paths not pointing correctly to drivers
files.

Actually I'm bit confused about drivers location in TEXTMODE folder and
location of the TEXTMODE folder itself:
- Do the *.inf, *.sys, *.cat and TXTSETUP.OEM files have to be on same
level? The driver disk has subfolders for different platforms, but I assume
this is taken care in the TXTSETUP.OEM.
- If the TEXTMODE driver folder has subfolders, is it necessary to put paths
before filenames in [OEMBootFiles] section of the .sif file? (like
winxp\somedriver.inf)
- I've read all the articles I could find on the subject, some say that the
path for the TEXTMODE files should be placed under i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\i386\$OEM$\TEXTMODE\somedriver.i
nf)
Some, like the instructions for adaptec on your page, say that it should go
under the $OEM$ on same level as the i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\$OEM$\TEXTMODE\somedriver.inf)

After many frustrating attempts I've placed TEXTMODE drivers to all possible
locations, but still no luck.
Right now I'm about to give up hope and dig up the cd's... I'm trying it for
the last time tonight - if you know what I'm doing wrong please let me know,
you'll save me from a long late night at the office!


Sorry about the long (and whining) post,

Jussi


Johan Arwidmark said:
Check this article I wrote some time ago...

How to add mass storage drivers to RIS Images
http://www.wug-nordic.net/articles/ris-add-storage.htm´

Inlcudes examples for the following adapters:

Adaptec HostRAID U320
Compaq Smart Array 53xx-series
QLogic QLA12160 SCSI
Silicon Image SiI 3112 SATARaid Controller
VIA Serial ATA RAID (ASUS motherboard)
Intel(R) 82801ER SATA RAID Controller (Intel Perl L Motherboard
Adaptec 1210as Serial ATA HostRAID driver (PCI)


Heres are some additional references

HOWTO: Unattended Installation of Third Party Mass Storage Drivers in
Windows NT and Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288344

Txtsetup.sif Internals
http://www.jsiinc.com/SUBN/tip6500/rh6575.htm

The txtsetup.oem File Format
http://msdn.microsoft.com/library/d...ry/en-us/install/hh/install/txtsetup_1wmq.asp

[Unattended] TXTSETUP.OEM, MassStorageDrivers, etc.
http://www.mail-archive.com/[email protected]/msg00107.html

Error Message: Illegal or Missing File Types Specified in Section
Files.SCSI.Name
http://support.microsoft.com/?id=275334

Windows 2000 Resource Kit, Chapter 5 - Customizing and Automating
Installations
http://www.microsoft.com/resources/.../professional/reskit/en-us/part2/proch05.mspx

How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

817616 How to Add OEM Mass Storage Drivers to the Windows Recovery
Console
http://support.microsoft.com/?id=817616


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net



We have a pile of machines to install, and RIS would help a lot.
Trouble is that in most cases OEM drivers are needed.

There's KB on NIC drivers, but how to use mass-storage drivers? Can't add
them with F6.
Any advice?


Thanks in advance,

Jussi
 
J

Johan Arwidmark

That's good news...thanks for the info ...:)

When working with txtsetup.sif (and I strongly suggest you do that
instead of oempnpdriverspath when dealing with masstorage device
drivers) you dont create a textmode folder...

The below steps should be enough:

Copy the viasraid.sys to the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\System32\Drivers
folder.

Modify the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\txtsetup.sif file.

[SourceDisksFiles]
viasraid.sys = 1,,,,,,_x,4,1

[HardwareIdsDatabase]
PCI\VEN_1106&DEV_3149 = "viasraid"

[SCSI.Load]
viasraid = viasraid.sys,4

[SCSI]
viasraid = "VIA Serial ATA RAID Controller"


Make sure the PNPID matches your hardware, use devcon or device
manager (in detailed mode) to find out...Otherwise you have to change
the txtsetup.sif

Just add antoher line in the [HardwareIdsDatabase] section (also make
sure that the txtsetup.sif doesnt contain other drivers referencing
that pnpid)

FILE: DevCon Command Line Utility Alternative to Device Manager
http://support.microsoft.com/?kbid=311272

How to Configure Device Manager to Display Detailed Information
http://support.microsoft.com/?kbid=304514


If the viasraid driver set has additional inf and dll files, put the
*.inf files in i386\Inf and the *.dll files in i386\System32



regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
'

Thanks Johan,

Actually I've already read the article - did you know that if you google
for "ris" "mass-storage", your page comes in third, right after MS KB
articles?

My case is RIS installation with VIASRAID. I've followed instructions
carefully, but unfortunately haven't been unable to get it work.
The setup *very slow* and ends in ~"error in txtsetup.oem" message. That
might have something to do with paths not pointing correctly to drivers
files.

Actually I'm bit confused about drivers location in TEXTMODE folder and
location of the TEXTMODE folder itself:
- Do the *.inf, *.sys, *.cat and TXTSETUP.OEM files have to be on same
level? The driver disk has subfolders for different platforms, but I assume
this is taken care in the TXTSETUP.OEM.
- If the TEXTMODE driver folder has subfolders, is it necessary to put paths
before filenames in [OEMBootFiles] section of the .sif file? (like
winxp\somedriver.inf)
- I've read all the articles I could find on the subject, some say that the
path for the TEXTMODE files should be placed under i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\i386\$OEM$\TEXTMODE\somedriver.i
nf)
Some, like the instructions for adaptec on your page, say that it should go
under the $OEM$ on same level as the i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\$OEM$\TEXTMODE\somedriver.inf)

After many frustrating attempts I've placed TEXTMODE drivers to all possible
locations, but still no luck.
Right now I'm about to give up hope and dig up the cd's... I'm trying it for
the last time tonight - if you know what I'm doing wrong please let me know,
you'll save me from a long late night at the office!


Sorry about the long (and whining) post,

Jussi


Johan Arwidmark said:
Check this article I wrote some time ago...

How to add mass storage drivers to RIS Images
http://www.wug-nordic.net/articles/ris-add-storage.htm´

Inlcudes examples for the following adapters:

Adaptec HostRAID U320
Compaq Smart Array 53xx-series
QLogic QLA12160 SCSI
Silicon Image SiI 3112 SATARaid Controller
VIA Serial ATA RAID (ASUS motherboard)
Intel(R) 82801ER SATA RAID Controller (Intel Perl L Motherboard
Adaptec 1210as Serial ATA HostRAID driver (PCI)


Heres are some additional references

HOWTO: Unattended Installation of Third Party Mass Storage Drivers in
Windows NT and Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288344

Txtsetup.sif Internals
http://www.jsiinc.com/SUBN/tip6500/rh6575.htm

The txtsetup.oem File Format
http://msdn.microsoft.com/library/d...ry/en-us/install/hh/install/txtsetup_1wmq.asp

[Unattended] TXTSETUP.OEM, MassStorageDrivers, etc.
http://www.mail-archive.com/[email protected]/msg00107.html

Error Message: Illegal or Missing File Types Specified in Section
Files.SCSI.Name
http://support.microsoft.com/?id=275334

Windows 2000 Resource Kit, Chapter 5 - Customizing and Automating
Installations
http://www.microsoft.com/resources/.../professional/reskit/en-us/part2/proch05.mspx

How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

817616 How to Add OEM Mass Storage Drivers to the Windows Recovery
Console
http://support.microsoft.com/?id=817616


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net



We have a pile of machines to install, and RIS would help a lot.
Trouble is that in most cases OEM drivers are needed.

There's KB on NIC drivers, but how to use mass-storage drivers? Can't add
them with F6.
Any advice?


Thanks in advance,

Jussi
 
G

Guest

Hi!

I have same problem with the Adaptec U320 drivers.
I've been following your guide but not getting it to work (error in
txtsetup.oem...) and after reading that you recommend the txtsetup approach
(and that approach on the U320 not beeing on your site) I wonder if you could
help me out?

Sincerely

Niklas Andersson


Johan Arwidmark said:
That's good news...thanks for the info ...:)

When working with txtsetup.sif (and I strongly suggest you do that
instead of oempnpdriverspath when dealing with masstorage device
drivers) you dont create a textmode folder...

The below steps should be enough:

Copy the viasraid.sys to the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\System32\Drivers
folder.

Modify the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\txtsetup.sif file.

[SourceDisksFiles]
viasraid.sys = 1,,,,,,_x,4,1

[HardwareIdsDatabase]
PCI\VEN_1106&DEV_3149 = "viasraid"

[SCSI.Load]
viasraid = viasraid.sys,4

[SCSI]
viasraid = "VIA Serial ATA RAID Controller"


Make sure the PNPID matches your hardware, use devcon or device
manager (in detailed mode) to find out...Otherwise you have to change
the txtsetup.sif

Just add antoher line in the [HardwareIdsDatabase] section (also make
sure that the txtsetup.sif doesnt contain other drivers referencing
that pnpid)

FILE: DevCon Command Line Utility Alternative to Device Manager
http://support.microsoft.com/?kbid=311272

How to Configure Device Manager to Display Detailed Information
http://support.microsoft.com/?kbid=304514


If the viasraid driver set has additional inf and dll files, put the
*.inf files in i386\Inf and the *.dll files in i386\System32



regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
'

Thanks Johan,

Actually I've already read the article - did you know that if you google
for "ris" "mass-storage", your page comes in third, right after MS KB
articles?

My case is RIS installation with VIASRAID. I've followed instructions
carefully, but unfortunately haven't been unable to get it work.
The setup *very slow* and ends in ~"error in txtsetup.oem" message. That
might have something to do with paths not pointing correctly to drivers
files.

Actually I'm bit confused about drivers location in TEXTMODE folder and
location of the TEXTMODE folder itself:
- Do the *.inf, *.sys, *.cat and TXTSETUP.OEM files have to be on same
level? The driver disk has subfolders for different platforms, but I assume
this is taken care in the TXTSETUP.OEM.
- If the TEXTMODE driver folder has subfolders, is it necessary to put paths
before filenames in [OEMBootFiles] section of the .sif file? (like
winxp\somedriver.inf)
- I've read all the articles I could find on the subject, some say that the
path for the TEXTMODE files should be placed under i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\i386\$OEM$\TEXTMODE\somedriver.i
nf)
Some, like the instructions for adaptec on your page, say that it should go
under the $OEM$ on same level as the i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\$OEM$\TEXTMODE\somedriver.inf)

After many frustrating attempts I've placed TEXTMODE drivers to all possible
locations, but still no luck.
Right now I'm about to give up hope and dig up the cd's... I'm trying it for
the last time tonight - if you know what I'm doing wrong please let me know,
you'll save me from a long late night at the office!


Sorry about the long (and whining) post,

Jussi


Johan Arwidmark said:
Check this article I wrote some time ago...

How to add mass storage drivers to RIS Images
http://www.wug-nordic.net/articles/ris-add-storage.htm´

Inlcudes examples for the following adapters:

Adaptec HostRAID U320
Compaq Smart Array 53xx-series
QLogic QLA12160 SCSI
Silicon Image SiI 3112 SATARaid Controller
VIA Serial ATA RAID (ASUS motherboard)
Intel(R) 82801ER SATA RAID Controller (Intel Perl L Motherboard
Adaptec 1210as Serial ATA HostRAID driver (PCI)


Heres are some additional references

HOWTO: Unattended Installation of Third Party Mass Storage Drivers in
Windows NT and Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288344

Txtsetup.sif Internals
http://www.jsiinc.com/SUBN/tip6500/rh6575.htm

The txtsetup.oem File Format
http://msdn.microsoft.com/library/d...ry/en-us/install/hh/install/txtsetup_1wmq.asp

[Unattended] TXTSETUP.OEM, MassStorageDrivers, etc.
http://www.mail-archive.com/[email protected]/msg00107.html

Error Message: Illegal or Missing File Types Specified in Section
Files.SCSI.Name
http://support.microsoft.com/?id=275334

Windows 2000 Resource Kit, Chapter 5 - Customizing and Automating
Installations
http://www.microsoft.com/resources/.../professional/reskit/en-us/part2/proch05.mspx

How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

817616 How to Add OEM Mass Storage Drivers to the Windows Recovery
Console
http://support.microsoft.com/?id=817616


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net




We have a pile of machines to install, and RIS would help a lot.
Trouble is that in most cases OEM drivers are needed.

There's KB on NIC drivers, but how to use mass-storage drivers? Can't add
them with F6.
Any advice?


Thanks in advance,

Jussi
 
G

Guest

Finally sorted it, picking bits from your guide and changing after my
hardware & driver.
Thanks for an excellent guide Johan!
God knows there are a need for more good RIS guides, hopefully MS will take
a look on this feature for upcoming versions.

Sincerely

Niklas Andersson

Niklas Andersson said:
Hi!

I have same problem with the Adaptec U320 drivers.
I've been following your guide but not getting it to work (error in
txtsetup.oem...) and after reading that you recommend the txtsetup approach
(and that approach on the U320 not beeing on your site) I wonder if you could
help me out?

Sincerely

Niklas Andersson


Johan Arwidmark said:
That's good news...thanks for the info ...:)

When working with txtsetup.sif (and I strongly suggest you do that
instead of oempnpdriverspath when dealing with masstorage device
drivers) you dont create a textmode folder...

The below steps should be enough:

Copy the viasraid.sys to the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\System32\Drivers
folder.

Modify the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\txtsetup.sif file.

[SourceDisksFiles]
viasraid.sys = 1,,,,,,_x,4,1

[HardwareIdsDatabase]
PCI\VEN_1106&DEV_3149 = "viasraid"

[SCSI.Load]
viasraid = viasraid.sys,4

[SCSI]
viasraid = "VIA Serial ATA RAID Controller"


Make sure the PNPID matches your hardware, use devcon or device
manager (in detailed mode) to find out...Otherwise you have to change
the txtsetup.sif

Just add antoher line in the [HardwareIdsDatabase] section (also make
sure that the txtsetup.sif doesnt contain other drivers referencing
that pnpid)

FILE: DevCon Command Line Utility Alternative to Device Manager
http://support.microsoft.com/?kbid=311272

How to Configure Device Manager to Display Detailed Information
http://support.microsoft.com/?kbid=304514


If the viasraid driver set has additional inf and dll files, put the
*.inf files in i386\Inf and the *.dll files in i386\System32



regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
'

Thanks Johan,

Actually I've already read the article - did you know that if you google
for "ris" "mass-storage", your page comes in third, right after MS KB
articles?

My case is RIS installation with VIASRAID. I've followed instructions
carefully, but unfortunately haven't been unable to get it work.
The setup *very slow* and ends in ~"error in txtsetup.oem" message. That
might have something to do with paths not pointing correctly to drivers
files.

Actually I'm bit confused about drivers location in TEXTMODE folder and
location of the TEXTMODE folder itself:
- Do the *.inf, *.sys, *.cat and TXTSETUP.OEM files have to be on same
level? The driver disk has subfolders for different platforms, but I assume
this is taken care in the TXTSETUP.OEM.
- If the TEXTMODE driver folder has subfolders, is it necessary to put paths
before filenames in [OEMBootFiles] section of the .sif file? (like
winxp\somedriver.inf)
- I've read all the articles I could find on the subject, some say that the
path for the TEXTMODE files should be placed under i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\i386\$OEM$\TEXTMODE\somedriver.i
nf)
Some, like the instructions for adaptec on your page, say that it should go
under the $OEM$ on same level as the i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\$OEM$\TEXTMODE\somedriver.inf)

After many frustrating attempts I've placed TEXTMODE drivers to all possible
locations, but still no luck.
Right now I'm about to give up hope and dig up the cd's... I'm trying it for
the last time tonight - if you know what I'm doing wrong please let me know,
you'll save me from a long late night at the office!


Sorry about the long (and whining) post,

Jussi


"Johan Arwidmark" <[email protected]>
kirjoitti viestissä Check this article I wrote some time ago...

How to add mass storage drivers to RIS Images
http://www.wug-nordic.net/articles/ris-add-storage.htm´

Inlcudes examples for the following adapters:

Adaptec HostRAID U320
Compaq Smart Array 53xx-series
QLogic QLA12160 SCSI
Silicon Image SiI 3112 SATARaid Controller
VIA Serial ATA RAID (ASUS motherboard)
Intel(R) 82801ER SATA RAID Controller (Intel Perl L Motherboard
Adaptec 1210as Serial ATA HostRAID driver (PCI)


Heres are some additional references

HOWTO: Unattended Installation of Third Party Mass Storage Drivers in
Windows NT and Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288344

Txtsetup.sif Internals
http://www.jsiinc.com/SUBN/tip6500/rh6575.htm

The txtsetup.oem File Format

http://msdn.microsoft.com/library/d...ry/en-us/install/hh/install/txtsetup_1wmq.asp

[Unattended] TXTSETUP.OEM, MassStorageDrivers, etc.

http://www.mail-archive.com/[email protected]/msg00107.html

Error Message: Illegal or Missing File Types Specified in Section
Files.SCSI.Name
http://support.microsoft.com/?id=275334

Windows 2000 Resource Kit, Chapter 5 - Customizing and Automating
Installations

http://www.microsoft.com/resources/.../professional/reskit/en-us/part2/proch05.mspx

How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

817616 How to Add OEM Mass Storage Drivers to the Windows Recovery
Console
http://support.microsoft.com/?id=817616


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net




We have a pile of machines to install, and RIS would help a lot.
Trouble is that in most cases OEM drivers are needed.

There's KB on NIC drivers, but how to use mass-storage drivers? Can't add
them with F6.
Any advice?


Thanks in advance,

Jussi
 
J

Johan Arwidmark

For what I have heard...ADS and RIS will be combined to WDS (Windows
Deployment Services) in the Longhorn timeframe.

I hope Microsoft actually provide better tools to add thirdparty
drivers to that product... :)

regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net


On Tue, 24 Aug 2004 02:21:01 -0700, "Niklas Andersson" <Niklas
Finally sorted it, picking bits from your guide and changing after my
hardware & driver.
Thanks for an excellent guide Johan!
God knows there are a need for more good RIS guides, hopefully MS will take
a look on this feature for upcoming versions.

Sincerely

Niklas Andersson

Niklas Andersson said:
Hi!

I have same problem with the Adaptec U320 drivers.
I've been following your guide but not getting it to work (error in
txtsetup.oem...) and after reading that you recommend the txtsetup approach
(and that approach on the U320 not beeing on your site) I wonder if you could
help me out?

Sincerely

Niklas Andersson


Johan Arwidmark said:
That's good news...thanks for the info ...:)

When working with txtsetup.sif (and I strongly suggest you do that
instead of oempnpdriverspath when dealing with masstorage device
drivers) you dont create a textmode folder...

The below steps should be enough:

Copy the viasraid.sys to the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\System32\Drivers
folder.

Modify the
RemoteInstall\Setup\Eng\Images\MyHappyServer\i386\txtsetup.sif file.

[SourceDisksFiles]
viasraid.sys = 1,,,,,,_x,4,1

[HardwareIdsDatabase]
PCI\VEN_1106&DEV_3149 = "viasraid"

[SCSI.Load]
viasraid = viasraid.sys,4

[SCSI]
viasraid = "VIA Serial ATA RAID Controller"


Make sure the PNPID matches your hardware, use devcon or device
manager (in detailed mode) to find out...Otherwise you have to change
the txtsetup.sif

Just add antoher line in the [HardwareIdsDatabase] section (also make
sure that the txtsetup.sif doesnt contain other drivers referencing
that pnpid)

FILE: DevCon Command Line Utility Alternative to Device Manager
http://support.microsoft.com/?kbid=311272

How to Configure Device Manager to Display Detailed Information
http://support.microsoft.com/?kbid=304514


If the viasraid driver set has additional inf and dll files, put the
*.inf files in i386\Inf and the *.dll files in i386\System32



regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
'

On Tue, 27 Jul 2004 11:31:59 +0300, "Jussi"


Thanks Johan,

Actually I've already read the article - did you know that if you google
for "ris" "mass-storage", your page comes in third, right after MS KB
articles?

My case is RIS installation with VIASRAID. I've followed instructions
carefully, but unfortunately haven't been unable to get it work.
The setup *very slow* and ends in ~"error in txtsetup.oem" message. That
might have something to do with paths not pointing correctly to drivers
files.

Actually I'm bit confused about drivers location in TEXTMODE folder and
location of the TEXTMODE folder itself:
- Do the *.inf, *.sys, *.cat and TXTSETUP.OEM files have to be on same
level? The driver disk has subfolders for different platforms, but I assume
this is taken care in the TXTSETUP.OEM.
- If the TEXTMODE driver folder has subfolders, is it necessary to put paths
before filenames in [OEMBootFiles] section of the .sif file? (like
winxp\somedriver.inf)
- I've read all the articles I could find on the subject, some say that the
path for the TEXTMODE files should be placed under i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\i386\$OEM$\TEXTMODE\somedriver.i
nf)
Some, like the instructions for adaptec on your page, say that it should go
under the $OEM$ on same level as the i386 (in my case,
X:\RemoteInstall\Setup\Finnish\Images\winxp\$OEM$\TEXTMODE\somedriver.inf)

After many frustrating attempts I've placed TEXTMODE drivers to all possible
locations, but still no luck.
Right now I'm about to give up hope and dig up the cd's... I'm trying it for
the last time tonight - if you know what I'm doing wrong please let me know,
you'll save me from a long late night at the office!


Sorry about the long (and whining) post,

Jussi


"Johan Arwidmark" <[email protected]>
kirjoitti viestissä Check this article I wrote some time ago...

How to add mass storage drivers to RIS Images
http://www.wug-nordic.net/articles/ris-add-storage.htm´

Inlcudes examples for the following adapters:

Adaptec HostRAID U320
Compaq Smart Array 53xx-series
QLogic QLA12160 SCSI
Silicon Image SiI 3112 SATARaid Controller
VIA Serial ATA RAID (ASUS motherboard)
Intel(R) 82801ER SATA RAID Controller (Intel Perl L Motherboard
Adaptec 1210as Serial ATA HostRAID driver (PCI)


Heres are some additional references

HOWTO: Unattended Installation of Third Party Mass Storage Drivers in
Windows NT and Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288344

Txtsetup.sif Internals
http://www.jsiinc.com/SUBN/tip6500/rh6575.htm

The txtsetup.oem File Format

http://msdn.microsoft.com/library/d...ry/en-us/install/hh/install/txtsetup_1wmq.asp

[Unattended] TXTSETUP.OEM, MassStorageDrivers, etc.

http://www.mail-archive.com/[email protected]/msg00107.html

Error Message: Illegal or Missing File Types Specified in Section
Files.SCSI.Name
http://support.microsoft.com/?id=275334

Windows 2000 Resource Kit, Chapter 5 - Customizing and Automating
Installations

http://www.microsoft.com/resources/.../professional/reskit/en-us/part2/proch05.mspx

How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

817616 How to Add OEM Mass Storage Drivers to the Windows Recovery
Console
http://support.microsoft.com/?id=817616


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net




We have a pile of machines to install, and RIS would help a lot.
Trouble is that in most cases OEM drivers are needed.

There's KB on NIC drivers, but how to use mass-storage drivers? Can't add
them with F6.
Any advice?


Thanks in advance,

Jussi
 

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