Jump to content

Unattended on CD (no floppy) with iastor driver


Recommended Posts

Posted

I am attempting to fully install XPSP2 from a CD with Intel SATA RAID drivers normally installed at F6. I have read and duplicated code listed here but am having the Error (18) referencing the TEXTSETUP.OEM file on line 1747 and after allowing the install to proceed an error that stops it down saying "The manufacturer File that setup is trying to use is corrupted or invalid. Line 1 contains a syntax error." I have the slipstreamed install working perfectly with most other drivers (a topic for another thread) in the OEMPnPDrivers path and a simpler version without any drivers. I have included my winnt.sif, txtsetup.oem and pertinent parts of my txtsetup.sif file for your help and comments. This is my first posting here so be gentle......thanks.

WINNT.SIF

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

[Unattended]
   UnattendMode=FullUnattended
   OEMSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=Yes
   FileSystem=ConvertNTFS
   WaitForReboot=No
   UnattendSwitch=Yes
   DriverSigningPolicy=Ignore
   OEMPnPDriversPath=Drivers\000_RAID;Drivers\001_INF;Drivers\002_NIC;Drivers\003_Video;Drivers\004_Sound

[GuiUnattended]
   AdminPassword=xxxxx
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=20
   OEMSkipWelcome=1

[MassStorageDrivers]
   "Intel Application Accelerator driver" = "OEM"

[OEMBootFiles]
   iaStor.sys
   iaStor.cat
   iaStor.inf
   txtsetup.eom

[UserData]
   ProductKey=xxxxxxxx
   FullName=xxxx
   OrgName=xxxx
   ComputerName=xxxxx

[Display]
   Xresolution=1024
   YResolution=768
   Vrefresh=60

[TapiLocation]
   CountryCode=1
   Dialing=Tone
   AreaCode=940

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[WindowsFirewall]
   Profiles=WindowsFirewall.TurnOffFirewall

TXTSETUP.OEM

[Disks]
disk1 = "Intel Application Accelerator driver", iaStor.sys, \

[Defaults]
scsi = iaStor

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

;-------------------------------------------

[Files.scsi.iaStor]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat

;-------------------------------------------

[Config.iaStor]
value = "", tag, REG_DWORD, 1b
value = "", ErrorControl, REG_DWORD, 1
value = "", Group, REG_SZ, "SCSI miniport"
value = "", Start, REG_DWORD, 0
value = "", Type, REG_DWORD, 1

;-------------------------------------------------------
; Uncomment appropriate ID string by removing semi-colon
;-------------------------------------------------------
[HardwareIds.scsi.iaStor]
id = "PCI\VEN_8086&DEV_24DF&CC_0104","iaStor"

TXTSETUP.SIF

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

[HardwareIdsDatabase]
1394\609E&10483 = "sbp2port"
GenDisk = "Disk",{4D36E967-E325-11CE-BFC1-08002BE10318}
GenOptical = "Disk"
GenCdRom = "CdRom"
SCSI\WormSONY____CD-R___CDU920S__ = "CdRom"
GenFloppyDisk = "flpydisk"
PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor"

[SCSI.Load]
cpqarray = cpqarray.sys,4
atapi = atapi.sys,4
aha154x = aha154x.sys,4
sparrow = sparrow.sys,4
symc810  = symc810.sys,4
aic78xx  = aic78xx.sys,4
i2omp = i2omp.sys,4
dac960nt = dac960nt.sys,4
ql10wnt = ql10wnt.sys,4
amsint = amsint.sys,4
asc = asc.sys,4
asc3550 = asc3550.sys,4
mraid35x = mraid35x.sys,4
ini910u = ini910u.sys,4
ql1240 = ql1240.sys,4
aic78u2  = aic78u2.sys,4
symc8xx  = symc8xx.sys,4
sym_hi  = sym_hi.sys,4
sym_u3  = sym_u3.sys,4
asc3350p = asc3350p.sys,4
abp480n5 = abp480n5.sys,4
cd20xrnt = cd20xrnt.sys,4
ultra = ultra.sys,4
adpu160m = adpu160m.sys,4
dpti2o = dpti2o.sys,4
ql1080 = ql1080.sys,4
ql1280 = ql1280.sys,4
ql12160 = ql12160.sys,4
perc2 = perc2.sys,4
hpn = hpn.sys,4
cbidf2k = cbidf2k.sys,4
dac2w2k = dac2w2k.sys,4
iaStor = iaStor.sys,4

[SCSI]
sparrow  = "Adaptec AHA-151X/AHA-152X/AIC-6X60 SCSI Adapter"
aha154x  = "Adaptec AHA-154X/AHA-164X SCSI Host Adapter"
aic78xx  = "Adaptec AHA-294X/AHA-394X/AIC-78XX SCSI Controller"
aic78u2  = "Adaptec AHA-294XU2/AIC-7890 SCSI Controller"
adpu160m = "Adaptec AIC-789X/AHA-3960 Ultra160 PCI SCSI Card"
afcnt = "Agilent HHBA-510x PCI Fibre Channel Controller"
dpti2o = "Adaptec 2000S/3000S Ultra160 SCSI RAID Controller"
afc9xxx = "Adaptec AFC-9210G PCI 64-bit/66MHz Fibre Channel 2Gbit Controller"
asc3550  = "Advansys 3550 Ultra Wide SCSI Host Adapter"
asc3350p = "Advansys ABP460 PCMCIA SCSI Host Adapter"
abp480n5 = "Advansys ABP480 CardBus SCSI Host Adapter"
asc      = "Advansys SCSI Host Adapter"
amsint   = "AMD PCI SCSI Controller/Ethernet Adapter"
mraid35x = "AMI MegaRaid RAID Controller"
iaStor = "Intel(R) 82801ER SATA RAID Controller"

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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