expert question: Howto Add 3th party Mass Storage Drives unattended?

I

Ivo Michiel

unattended you can do only over network: with unattended.txt
or hack: soms files in i386.

Over the network, I must boot in DOS with network.
The first second of winnt.exe he said that he isn't able to find a
place to put his swapfile. Afcourse, he has no driver! But how see
Microsoft, to boot in DOS and format a RAID drive ?
How you can format in a drive without driver in dos?
Intel ICH6R has no DOS driver !
How to solve?

[Unattended]
UnattendMode=FullUnattended
ExtendOemPartition = 1
FileSystem = ConvertNTFS
OemSkipEula=Yes
OemPnPDriversPath=Drivers\0chipset;Drivers\1netwerk;Drivers\2intRAID;Drivers\3wireles;Drivers\4_sound;Drivers\5RAID_IT;Drivers\6RAID_Si;Drivers\7_acpi
OemPreinstall=Yes
DriverSigningPolicy=Ignore
TargetPath=\WINDOWS
WaitForReboot = Yes
Repartition = Yes
DisableVirtualOemDevices = Yes

[MassStorageDrivers]
"Intel(R) 82801FR SATA RAID Controller" = OEM

; See comments for [MassStorageDrivers]
[OEMBootFiles]
IASTOR.SYS
IASTOR.CAT
TXTSETUP.OEM
IASTOR.INF
 
D

Darrell Gorter[MSFT]

Hello Ivo,
When you boot from MS-DOS, the first thing the happens is that Winnt tries
to create files and folder(s) to start copying files to the local hard
drive so you have to be able to access the local hard drive from MS-DOS
before setup runs.
Drivers are not loaded until the first reboot into text mode setup. We
then load the files for the Mass Storage drivers for the first time.
So the drive has to be partitioned and formatted with Fat or Fat32 to be
able to use Winnt.exe and drive letter has to exist in MS-DOS for Winnt.exe
to copy files to. All Winnt.exe is really doing is copying files to the
drive, drivers are loaded at the next stage after the reboot.
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: (e-mail address removed) (Ivo Michiel)
Newsgroups: microsoft.public.windowsxp.setup_deployment
Subject: expert question: Howto Add 3th party Mass Storage Drives unattended?
Date: 12 Aug 2004 15:21:36 -0700
Organization: http://groups.google.com
Lines: 33
Message-ID: <[email protected]>
NNTP-Posting-Host: 213.118.26.178
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1092349297 25692 127.0.0.1 (12 Aug 2004 22:21:37 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Thu, 12 Aug 2004 22:21:37 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews2.go
ogle.com!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.windowsxp.setup_deployment:118978
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

unattended you can do only over network: with unattended.txt
or hack: soms files in i386.

Over the network, I must boot in DOS with network.
The first second of winnt.exe he said that he isn't able to find a
place to put his swapfile. Afcourse, he has no driver! But how see
Microsoft, to boot in DOS and format a RAID drive ?
How you can format in a drive without driver in dos?
Intel ICH6R has no DOS driver !
How to solve?

[Unattended]
UnattendMode=FullUnattended
ExtendOemPartition = 1
FileSystem = ConvertNTFS
OemSkipEula=Yes
OemPnPDriversPath=Drivers\0chipset;Drivers\1netwerk;Drivers\2intRAID;Driver s\3wireles;Drivers\4_sound;Drivers\5RAID_IT;Drivers\6RAID_Si;Drivers\7_acpi
OemPreinstall=Yes
DriverSigningPolicy=Ignore
TargetPath=\WINDOWS
WaitForReboot = Yes
Repartition = Yes
DisableVirtualOemDevices = Yes

[MassStorageDrivers]
"Intel(R) 82801FR SATA RAID Controller" = OEM

; See comments for [MassStorageDrivers]
[OEMBootFiles]
IASTOR.SYS
IASTOR.CAT
TXTSETUP.OEM
IASTOR.INF
 
P

Patrick J. LoPresti [MVP]

Nothing in unattend.txt will help you here; you need DOS drivers for
your mass storage hardware. For some hardware, such drivers might not
even exist.

One option is to switch to using the Windown Preinstallation
Environment (WinPE). Sorry, can't help you with that.

Another option, which I use, is to boot a diskless Linux system
instead (http://unattended.sourceforge.net/). For a recent
testimonial, see
<http://www.mail-archive.com/[email protected]/msg02135.html>.

- Pat
 

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