ERROR on unattended setup: TXTSETUP.OEM caused an unexpected error (18) at line 1742 in d:\xpsp1\bas

I

Ivo Michiel

The following erorr occoured:
TXTSETUP.OEM caused an unexpected error (18) at line 1742 in
d:\xpsp1\base\boot\setup\oemdisk.c

My hardware is mobo: Asus P5AD-Premium with 2x SATA Raptor WD with
Intel RAID as RAID mirror mode.

What could be the wrong thing?
-----------------
in i386\winnt.sif:
[Unattended]
UnattendMode=FullUnattended
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

[MassStorageDrivers]
"Intel(R) 82801FR SATA RAID Controller" = "OEM"
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

[OEMBootFiles]
iaStor.sys
iaStor.inf
iaStor.cat
Txtsetup.oem
------------------------------
In i386\$OEM$\$1\textmode\
AND IN i386\$OEM$\$1\Drivers\2intRAID are the files:
iaStor.sys
iaStor.inf
iaStor.cat
Txtsetup.oem
--------------------------------
Txtsetup.oem is:
; ****************************************************************************
; ****************************************************************************
; ** Filename: TxtSetup.OEM
; ****************************************************************************
; ****************************************************************************

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

[Defaults]
scsi = iaStor_ICH6R

;----------- Component Section -----------

[scsi]
iaStor_ICH6R = "Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)"
iaAHCI_ICH6R = "Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)"
iaAHCI_ICH6M = "Intel(R) 82801FBM SATA AHCI Controller (Mobile
ICH6M)"
iaStor_ICH5R = "Intel(R) 82801ER SATA RAID Controller (Desktop ICH5R)"
iaStor_ICH5RHR = "Intel(R) 6300ESB SATA RAID Controller"

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

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

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

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

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

[Files.scsi.iaStor_ICH5RHR]
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

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

[HardwareIds.scsi.iaStor_ICH6R]
id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor"

[HardwareIds.scsi.iaAHCI_ICH6R]
id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor"

[HardwareIds.scsi.iaAHCI_ICH6M]
id = "PCI\VEN_8086&DEV_2653&CC_0106","iaStor"

[HardwareIds.scsi.iaStor_ICH5R]
id = "PCI\VEN_8086&DEV_24DF&CC_0104","iaStor"

[HardwareIds.scsi.iaStor_ICH5RHR]
id = "PCI\VEN_8086&DEV_25B0&CC_0104","iaStor"
------------------------------------------------
 
P

Patrick J. LoPresti [MVP]

The TXTSETUP.OEM mechanism simply does not work for CD-ROM XP
installations. That error message refers to "line 1742 of
....\oemdisk.c", which is a file in the source code to Windows.

You can switch to doing a network-based install, where it is possible
to get TXTSETUP.OEM working:

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

Or you can forget about using TXTSETUP.OEM and just hack the .SIF
files on the installation media:

http://groups.google.com/[email protected]

Good luck!

- Pat
http://unattended.sourceforge.net/
 

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