Jump to content

Slipstreaming Intel RAID drives


Recommended Posts

This is how I do it: (UPDATED 8-10-04)

Copy to I386:

iaStor.inf

iaStor.sys

=====

On iaStor.inf:

change:

[SourceDisksNames]
1 = %DiskName%,,,

for:

[SourceDisksNames]
1 = %DiskName%,,,\I386

=====

Add to I386\DOSNET.INF

[FloppyFiles.2] 
d1,iaStor.sys

[Files]
d1,iaStor.sys

NOTE: There are 2 "Files" sections. Add the code to the second section.

=====

Add to I386\TXTSETUP.SIF

[SourceDisksFiles] 
iaStor.inf = 1,,,,,,,20,0,0
iaStor.sys = 1,,,,,,3_,4,1

[HardwareIdsDatabase]
PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor"

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

[SCSI]  
iaStor = "Intel(R) 82801ER SATA RAID Controller"

=====

Add to I386\Winnt.sif

NOTE: This is to avoid the "Unsigned Driver" warning that pops up during installation

[Unattended]
DriverSigningPolicy=Ignore

NOTE: If you dont have an I386\Winnt.sif file, this is the bare minimum that you need (make it with Notepad and save as Winnt.sif)

[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=ProvideDefault
   OemPreinstall=No
   DriverSigningPolicy=Ignore

[GuiUnattended]
   EncryptedAdminPassword=NO
   OEMSkipRegional=1

[UserData]
   FullName=""
   OrgName=""

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

Burn and install. No more need for FDD or press F6

=====

Any comments are appreciated

Ropera

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...