I've been struggling to integrate SCSI/RAID drivers into a Windows 2000
Server installation on an IBM x346 and hope that someone here would kindly
look over my TXTSETUP.OEM configuration and let me know if there are any
obvious corrections to make.

Unattended makes it as far as copying the Windows setup files over the
network to the destination machine, a quick reboot, and the first part of
the Windows installer that gives the user the choice of pressing the F6
key.  Shortly afterwards, a BSoD is displayed with the error message:
INACCESSIBLE_BOOT_DEVICE 0X0000007B (0XF5C63848 0XC0000034 0X00000000
0X00000000).  Unattended can see the drivers and allows me to add them to *
unattend.txt* before the Windows install process begins, but doesn't seem to
be making any good use of them. =)

Here are the directory structures of the $OEM$/$1 and $OEM$/TEXTMODE, as
well as the TXTSETUP.OEM configuration:

/i386/$OEM$/$1/lan/
b57w2k.sys
b57win32.cat
b57win32.inf

/i386/$OEM$/$1/raid
a320raid.cat
a320raid.inf
a320raid.sys
adhraid.cat
adhraid.inf

/i386/$OEM$/$1/scsi
adpu320.cat
adpu320.inf
adpu320.sys

/i386/$OEM$/TEXTMODE
a320raid.cat
a320raid.inf
a320raid.sys
adhraid.cat
adhraid.inf
adpu320.cat
adpu320.inf
AdpU320.sys
hraidsk1
TXTSETUP.OEM
u320dsk1

/i386/$OEM$/TEXTMODE/TXTSETUP.OEM

> # Adaptec HostRAID U320
> [Disks]
> d1   = "Adaptec HostRAID U320 Driver Ver 3.00", \hraidsk1,\
>
> [Defaults]
> scsi = ADAPTEC_U320RAID_W2K
>
> [scsi]
> ADAPTEC_U320RAID_W2K = "Adaptec HostRAID U320 Driver Ver 3.00"
>
> [Files.scsi.ADAPTEC_U320RAID_W2K]
> driver  = d1,a320raid.sys, a320raid
> inf     = d1,a320raid.inf
> inf     = d1,adhraid.inf
> catalog = d1,a320raid.cat
> catalog = d1,adhraid.cat
>
> [Config.a320raid]
> value = "", Group, REG_SZ,    "SCSI Miniport"
> value = "", Start, REG_DWORD, 0
> value = "", Tag,   REG_DWORD, 1
> value = "", Type,  REG_DWORD, 1
>
> [HardwareIds.scsi.ADAPTEC_U320RAID_W2K]
> id = "PCI\VEN_9005&DEV_00c4","ADAPTEC_U320RAID_W2K"
> id = "PCI\VEN_9005&DEV_8011","ADAPTEC_U320RAID_W2K"
>
>
> #----------------------------------------------------------------------------------------
>
> #Adaptec Ultra320 Family Manager Set
> [Disks]
> d1   = "Adaptec Ultra320 Family Manager Set", \u320dsk1, \
>
> [Defaults]
> scsi = a79xxNTIA32
>
> [scsi]
> a79xxNTIA32 = "Adaptec Ultra320 Family Manager Set"
>
> [Files.scsi.a79xxNTIA32]
> driver  = d1, adpu320.sys, adpu320
> inf     = d1, adpu320.inf
> catalog = d1, adpu320.cat
>
> [Config.adpu320]
> value = "", tag, REG_DWORD, 20
> #value = Parameters\PnpInterface,5, REG_DWORD,1
>
> [HardwareIds.scsi.a79xxNTIA32]
> id = "PCI\VEN_9005&DEV_801D", "adpu320"
> id = "PCI\VEN_9005&DEV_801E", "adpu320"
> id = "PCI\VEN_9005&DEV_801F", "adpu320"
> id = "PCI\VEN_9005&DEV_800F", "adpu320"
> id = "PCI\VEN_9005&DEV_800F&SUBSYS_005F9005", "adpu320"
> id = "PCI\VEN_9005&DEV_8000&SUBSYS_00609005", "adpu320"
> id = "PCI\VEN_9005&DEV_8010&SUBSYS_00409005", "adpu320"
> id = "PCI\VEN_9005&DEV_8011&SUBSYS_00419005", "adpu320"
> id = "PCI\VEN_9005&DEV_8012&SUBSYS_00429005", "adpu320"
> id = "PCI\VEN_9005&DEV_8014&SUBSYS_00449005", "adpu320"
> id = "PCI\VEN_9005&DEV_8015&SUBSYS_00409005", "adpu320"
> id = "PCI\VEN_9005&DEV_8016&SUBSYS_00409005", "adpu320"
> id = "PCI\VEN_9005&DEV_8017&SUBSYS_00449005", "adpu320"
>
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to