MSFN Forum: Slipstreaming Intel RAID drives - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Slipstreaming Intel RAID drives Rate Topic: -----

#1 User is offline   Ropera 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 02-August 04

Posted 08 August 2004 - 12:57 AM

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


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy