Hi Benni,
seams to me that you haven't implemented the suitable driver for the
diskdrive.
Points to consider:
a) unattended.txt. Two point:
First: If the machine has an ide-drive the first entry in my example has
to be added to unattended.txt. Second: An necessary driver need to be
referenced in this file. Pls refer to the attached example.
My example:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''
[MassStorageDrivers]
;-----------------------------------------------------------------------
--------
; Need to be added, if system has an IDE CD-Drive. Ref. MS
K-Base: 288344
;-----------------------------------------------------------------------
--------
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"
;-----------------------------------------------------------------------
--------
; HP Hardware
;-----------------------------------------------------------------------
--------
"Smart Array 5300 Controller" = "OEM"
"Smart Array 5i, 532, 5312 Controllers" = "OEM"
"Smart Array 6i, 641, 642, 6400, 6400EM Controllers" = "OEM"
"Compaq Integrated Smart Array Controller" = "OEM"
"Compaq Integrated Smart Array Controller 3200" = "OEM"
"LongHorn Driver for Smart Array SAS/SATA Controllers" = "OEM"
;-----------------------------------------------------------------------
--------
; IBM ServeRaid 2x - 6i (SCSI)
;-----------------------------------------------------------------------
--------
"IBM ServeRAID 4M/4Mx/4L/4Lx/5i/6M/6i Controller (Windows Server
2003)" = "OEM"
; disabled due to name conflicts
;"IBM ServeRAID 2x/3H/3L/4H Controller (Windows Server 2003)" =
"OEM"
;-----------------------------------------------------------------------
--------
; IBM ServeRaid Family 7 (SATA)
;-----------------------------------------------------------------------
--------
"Adaptec RAID Controller" = "OEM"
;-----------------------------------------------------------------------
--------
; IBM ServeRaid Family 8 (SATA) - HostRaid (FakeRaid)
;-----------------------------------------------------------------------
--------
"Adaptec SATA driver for Windows 2000/XP/2003" = "OEM"
;-----------------------------------------------------------------------
--------
; VMWare (BusLogic)
;-----------------------------------------------------------------------
--------
"VMware SCSI Controller" = "OEM"
;-----------------------------------------------------------------------
--------
; VMWare (LSI)
;-----------------------------------------------------------------------
--------
"LSI Logic PCI Fusion-MPT Driver (Server 2003 32-bit)" = "OEM"
[OEMBootFiles]
;-----------------------------------------------------------------------
--------
; Giving up using directories to arange textmode massstorage
drivers in
; separate directories. Directories kept untouch, but drives are
used out of
; TextMode root directory.
; 2007-01-05 Thomas Landgraf
;-----------------------------------------------------------------------
--------
;-----------------------------------------------------------------------
--------
; txtsetup.oem
;-----------------------------------------------------------------------
--------
txtsetup.oem
;-----------------------------------------------------------------------
--------
; HP Hardware
;-----------------------------------------------------------------------
--------
cpqcissm.sys
cpqcissm.inf
cpqcissm.cat
;-----------------------------------------------------------------------
--------
; HP Hardware - Smart Array Controller 2
;-----------------------------------------------------------------------
--------
cpqarry2.sys
cpqarry2.inf
cpqarry2.cat
;-----------------------------------------------------------------------
--------
; HP Hardware - Smart Array Controller 3200
;-----------------------------------------------------------------------
--------
cpqarray.sys
cpqarray.inf
cpqarray.cat
;-----------------------------------------------------------------------
--------
; HP Hardware - Smart Array SAS/SATA LongHorn Driver
;-----------------------------------------------------------------------
--------
HpCISSs2.sys
HpCISSx2.inf
HpCISSs2.cat
;-----------------------------------------------------------------------
--------
; IBM ServeRaid 2x - 6i (SCSI)
;-----------------------------------------------------------------------
--------
;IBSR4M6I\nfrd960.sys
;IBSR4M6I\oemsetup.inf
;IBSR4M6I\ibmnfrd3.cat
;IBSR4M6I\nfrdci04.dll
nfrd960.sys
oemsetup.inf
ibmnfrd3.cat
nfrdci04.dll
; Driver disabled due to name conflict
;IBSR2X4H\ipsraidn.sys
;IBSR2X4H\oemsetup.inf
;IBSR2X4H\ipsraid3.cat
;IBSR2X4H\nfrdci04.dll
;ipsraidn.sys
;oemsetup.inf
;ipsraid3.cat
;nfrdci04.dll
;-----------------------------------------------------------------------
--------
; IBM ServeRaid Family 7 (SATA)
;-----------------------------------------------------------------------
--------
;IBMADSR\aac.sys
;IBMADSR\aac.inf
;IBMADSR\aac.cat
aac.sys
aac.inf
aac.cat
;-----------------------------------------------------------------------
--------
; IBM ServeRaid Family 8 (SATA) - HostRaid (FakeRaid)
;-----------------------------------------------------------------------
--------
;IBMADHR\adpahci.sys
;IBMADHR\adpahci.inf
;IBMADHR\adpahci.cat
adpahci.sys
adpahci.inf
adpahci.cat
;-----------------------------------------------------------------------
--------
; VMWare (BusLogic)
;-----------------------------------------------------------------------
--------
;VMWBUSLO\vmscsi.sys
;VMWBUSLO\vmscsi.inf
;VMWBUSLO\vmscsi.cat
vmscsi.sys
vmscsi.inf
vmscsi.cat
;-----------------------------------------------------------------------
--------
; VMWare (LSI)
;-----------------------------------------------------------------------
--------
;VMWLSI\symmpi.sys
;VMWLSI\symmpi.inf
;VMWLSI\mpi2k332.cat
symmpi.sys
symmpi.inf
mpi2k332.cat
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''
b) the suitable driver for your disk system need to be available in
this directory \install\os\W2K3ASEN\I386\$OEM$\Textmode. Be aware to use
the correct driver. And the suitable txtsetup.oem has to be in this
directory. Please notice that the directory w2k3asen is only valid for
my installation. A good point to figure out the necessary drivers is to
search the installation disk of your system for txtsetup.oem and use
these drivers. This file has to be integrated in your txtsetup.oem. Pls
refer to the comments in the example.
Here is my txtsetup.oem
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''
#-----------------------------------------------------------------------
------
#
# General format:
#
# [section]
# key = value1,value2,...
#
#
# The hash ('#') introduces a comment.
# Strings with embedded spaces, commas, or hashes should be
double-quoted
#
#-----------------------------------------------------------------------
-------
# [Disks]
# diskN = "description",tagfile,directory
#
# The Disks section identifies the disks in the device installation kit.
#
# diskN
# Specifies a key that can be used in subsequent sections to identify
# the disk.
#
# description
# Specifies a string containing the name of the disk.
# Setup uses the description to prompt the user to insert the disk.
#
# tagfile
# Specifies the name of a verification file on the disk. The filename
must
# be specified as a full path from the root and must not specify a
drive.
# Setup checks for this file to ensure that the user inserted the
correct
# disk.
#
# directory
# Specifies the directory on the disk where the installation files
are
# located. The directory must be specified as a full path from the
root and
# must not specify a drive.
#-----------------------------------------------------------------------
--------
[Disks]
#-----------------------------------------------------------------------
--------
# Giving up with directories for each driver. Storing all in dir
Textmode
# Thomas Landgraf, 2007-01-05
# Refer to MS K-BASE 288344 and
#
http://www.mail-archive.com/[EMAIL PROTECTED]/msg002
16.html
#
# Directories will keep untouched, but the drivers will be used out of
TextmodeRoot
#
#d1 = "Smart Array 5x and 6x Driver
Diskette",\HPSA5x6x\cpqcissm.sys,\HPSA5x6x\
#d2 = "IBM ServeRAID Device Driver
Diskette",\IBSR4M6I\NFRD960.SYS,\IBSR4M6I\
#d3 = "IBM ServeRAID Device Driver
Diskette",\IBMSR2X4H\ipsraidn.sys,\IBSR2X4H\
#d4 = "Adaptec RAID Windows 2000/XP/2003 Device
Drivers",\IBMADSR\aac.sys,\IBMADSR\
#d5 = "Adaptec SATA Driver v1.00 (Windows 32 bit for
2000/XP/2003)",\IBMADHR\adpahci.sys,\IBMADHR\
#d6 = "VMWare Buslogic",\VMWBUSLO\vmscsi.sys,\VMWBUSLO\
#d7 = "VMWare LSI",\VMWLSI\symmpi.sys,\VMWLSI\
#-----------------------------------------------------------------------
--------
d1 = "Smart Array 5x and 6x Driver Diskette", \cpqcissm.sys, \
d2 = "IBM ServeRAID Device Driver Diskette", \NFRD960.SYS, \
# disabled due to name conflicts with d2
#d3 = "IBM ServeRAID Device Driver Diskette", \ipsraidn.sys, \
d4 = "Adaptec RAID Windows 2000/XP/2003 Device Drivers", \aac.sys, \
d5 = "Adaptec SATA Driver v1.00 (Windows 32 bit for 2000/XP/2003)",
\adpahci.sys, \
d6 = "VMWare Buslogic", \vmscsi.sys, \
d7 = "VMWare LSI", \symmpi.sys, \
d8 = "Compaq Integrated Smart Array Controller Diskette", \CPQARRY2.sys,
\
d9 = "Drive Array Controllers Driver Diskette", \CPQARRAY.sys, \
d3 = "Smart Array SAS/SATA LongHorn Driver Diskette", \HpCISSs2.sys, \
#-----------------------------------------------------------------------
--------
# [Defaults]
# component = ID
#
# The Defaults section lists the default driver(s) for each hardware
component
# supported by this file. Setup highlights the default selection when it
# presents a list of drivers to the user.
#
# component
# Specifies a hardware component supported by this file. The
component must
# be one of the following system-defined values: computer or scsi.
#
# ID
# Specifies a string that identifies the default option. This string
matches
# an ID specified in the corresponding HwComponent section.
#
# If a txtsetup.oem file fails to define a default driver for a
supported
# component, Setup uses the first entry in the HwComponent section.
#-----------------------------------------------------------------------
--------
[Defaults]
SCSI = B060
#-----------------------------------------------------------------------
--------
# [HwComponent]
# ID = description
#
# A HwComponent section lists the drivers available for a particular
component.
# There is a HwComponent section for each type of component supported by
the
# file.
#
# HwComponent
# The name of the section must be one of the following system-defined
values:
# computer or scsi.
#
# ID
# Specifies a string, unique within this section, that identifies the
option.
# For each entry in this section, there must be a corresponding
# Files.HwComponent.ID section in the file.
#
# description
# Specifies a string that Setup presents to the user in the menu of
driver
# choices.
#-----------------------------------------------------------------------
--------
[SCSI]
#-----------------------------------------------------------------------
--------
# HP Hardware
#-----------------------------------------------------------------------
--------
B060 = "Smart Array 5300 Controller"
B178 = "Smart Array 5i, 532, 5312 Controllers"
0046 = "Smart Array 6i, 641, 642, 6400, 6400EM Controllers"
cpqarry2 = "Compaq Integrated Smart Array Controller"
cpqarray = "Compaq Integrated Smart Array Controller 3200"
s2 = "LongHorn Driver for Smart Array SAS/SATA Controllers"
#-----------------------------------------------------------------------
--------
# IBM ServeRaid 2x - 6i (SCSI)
#-----------------------------------------------------------------------
--------
NFRDDotNet32 = "IBM ServeRAID 4M/4Mx/4L/4Lx/5i/6M/6i Controller (Windows
Server 2003)"
#IPSDotNet32 = "IBM ServeRAID 2x/3H/3L/4H Controller (Windows Server
2003)"
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 7 (SATA)
#-----------------------------------------------------------------------
--------
aac = "Adaptec RAID Controller", aac
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 8 (SATA) - HostRaid (FakeRaid)
#-----------------------------------------------------------------------
--------
ADAPTEC_AHCIRAID = "Adaptec SATA driver for Windows 2000/XP/2003"
#-----------------------------------------------------------------------
--------
# VMWare (BusLogic)
#-----------------------------------------------------------------------
--------
VMSCSI = "VMware SCSI Controller"
#-----------------------------------------------------------------------
--------
# VMWare (LSI)
#-----------------------------------------------------------------------
--------
SYMMPI_32 = "LSI Logic PCI Fusion-MPT Driver (Server 2003
32-bit)",symmpi
#-----------------------------------------------------------------------
--------
# [Files.HwComponent.ID]
# filetype = diskN,filename[,DriverKey]
#
# A Files.HwComponent.ID section lists the files to be copied if the
user
# selects a particular component option. One of these sections must be
present
# for each option listed in each HwComponent section.
#
# HwComponent corresponds to the name of a HwComponent section in the
file.
# ID corresponds to an ID entry in that HwComponent section.
#
# filetype
# Identifies the type of the file to be copied. One of these entries
is
# present for each file to be copied for this HwComponent.ID. The
filetype is
# one of the following system-defined values:
# driver, dll, hal, inf, catalog, detect
#
# driver - Valid for all components. Setup copies the file to
# %systemroot%\system32\drivers.
# inf - Valid for all components. Specifies the regular INF file for
the
# device. This file is used during GUI-mode setup and for other
device
# maintenance operations. The file is copied to
%systemroot%\system32.
# catalog - Valid for drivers. Specifies a catalog file for the
device.
# For example, catalog = d1, mydriver.cat.
# diskN
# Identifies the disk from which to copy the file.
# This value must match an entry in the Disks section.
#
# filename
# Specifies the name of the file, not including the directory path or
drive.
# To form the full file name, Setup appends the filename to the
directory
# specified for the disk in the Disks section.
#
# DriverKey
# Specifies the name of the key to be created in the registry
services tree
# for this file, if the file is of type driver. This value is used to
form
# Config.DriverKey section names. This value is required for
components of
# type scsi.
#-----------------------------------------------------------------------
--------
#-----------------------------------------------------------------------
--------
# HP Hardware
#-----------------------------------------------------------------------
--------
[Files.scsi.B060]
driver = d1, cpqcissm.sys, cpqcissm
inf = d1, cpqcissm.inf
catalog = d1, cpqcissm.cat
[Files.scsi.B178]
driver = d1, cpqcissm.sys, cpqcissm
inf = d1, cpqcissm.inf
catalog = d1, cpqcissm.cat
[Files.scsi.0046]
driver = d1, cpqcissm.sys, cpqcissm
inf = d1, cpqcissm.inf
catalog = d1, cpqcissm.cat
[Files.scsi.cpqarry2]
driver = d8,cpqarry2.sys, cpqarry2
inf = d8,cpqarry2.inf
catalog = d8,cpqarry2.cat
[Files.scsi.cpqarray]
driver = d9,CPQARRAY.sys, cpqarray
inf = d9,cpqarray.inf
catalog = d9,cpqarray.cat
[Files.scsi.s2]
driver = d3,HpCISSs2.sys, HpCISSs2
inf = d3,HpCISSx2.inf
catalog = d3,HpCISSs2.cat
#-----------------------------------------------------------------------
--------
# IBM ServeRaid 2x - 6i (SCSI)
# The dll causes setup to throw an error. Workaround is to put the dll
# in the directory $OEM$\$$ . Refer to MS K-BASE: 830751
#-----------------------------------------------------------------------
--------
[Files.scsi.NFRDDotNet32]
driver = d2, nfrd960.sys, NFRD960
#dll = d2, nfrdci04.dll
catalog = d2, ibmnfrd3.cat
inf = d2, oemsetup.inf
#[Files.scsi.IPSDotNet32]
#driver = d3, ipsraidn.sys, IPSRAIDN
#dll = d3, nfrdci04.dll
#catalog = d3, ipsraid3.cat
#inf = d3, oemsetup.inf
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 7 (SATA)
#-----------------------------------------------------------------------
--------
[Files.Scsi.aac]
driver = d4, aac.sys, aac
catalog = d4, aac.cat
inf = d4, aac.inf
inf = d4, aacmgt.inf
driver = d4, aaccin.dll, none
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 8 (SATA) - HostRaid (FakeRaid)
#-----------------------------------------------------------------------
--------
[Files.scsi.ADAPTEC_AHCIRAID]
driver = d5, adpahci.sys, adpahci
inf = d5, adpahci.inf
catalog = d5, adpahci.cat
#-----------------------------------------------------------------------
--------
# VMWare (BusLogic)
#-----------------------------------------------------------------------
--------
[Files.scsi.VMSCSI]
driver = d6, vmscsi.sys, VMSCSI
inf = d6, vmscsi.inf
catalog = d6, vmscsi.cat
#-----------------------------------------------------------------------
--------
# VMWare (LSI)
#-----------------------------------------------------------------------
--------
[Files.scsi.SYMMPI_32]
driver = d7, symmpi.sys, SYMMPI
inf = d7, symmpi.inf
catalog = d7, mpi2k332.cat
#-----------------------------------------------------------------------
--------
# [Config.DriverKey]
# value = subkey_name,value_name,value_type,value
#
# A Config.DriverKey section specifies values to be set in the registry
for
# particular component options. Setup automatically creates the required
values
# in the Services\DriverKey key. Use this section to specify additional
keys to
# be created under Services\DriverKey and values under
Services\DriverKey and
# Services\DriverKey\subkey_name.
#
# subkey_name
# Specifies the name of a key under the Services\DriverKey tree where
Setup
# places the specified value. Setup creates the key if it does not
exist.
# If subkey_name is the empty string (""), the value is placed under
the
# Services\DriverKey. The subkey_name can specify more than one level
of
# subkey, such as "subkey1\subkey2\subkey3".
#
# value_name
# Specifies the name of the value to be set.
#
# value_type
# Specifes the type of the registry entry.
# The value_type can be one of the following:
# REG_DWORD, REG_SZ or REG_EXPAND_SZ, REG_BINARY, REG_MULTI_SZ
#
# value
# Specifies the value; its format depends on value_type.
#
# The following example shows a Config.DriverKey section:
# [Config.OEMSCSI]
# value = "",tag,REG_DWORD,5
# value = parameters\PnpInterface,5,REG_DWORD,1
#-----------------------------------------------------------------------
--------
#-----------------------------------------------------------------------
--------
# HP Hardware (all drive share the same regestry key 'cpqcissm'
#-----------------------------------------------------------------------
--------
[Config.cpqcissm]
value = "",tag,REG_DWORD,103
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,NumberOfRequests,REG_DWORD,80
#-----------------------------------------------------------------------
--------
# HP Integrated Smart Array 2
#-----------------------------------------------------------------------
--------
[Config.cpqarry2]
value = "",tag,REG_DWORD,102
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,NumberOfRequests,REG_DWORD,80
#-----------------------------------------------------------------------
--------
# HP Integrated Smart Array Controller 3200
#-----------------------------------------------------------------------
--------
[Config.cpqarray]
value = "",tag,REG_DWORD,100
value = Parameters\PnpInterface,2,REG_DWORD,1
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,NumberOfRequests,REG_DWORD,80
#-----------------------------------------------------------------------
--------
# HP LongHorn Driver for Smart Array SAS/SATA Controllers
#-----------------------------------------------------------------------
--------
[Config.HpCISSs2]
value = "",tag,REG_DWORD,103
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,DriverParameter,REG_SZ,"CSMI=None;"
#-----------------------------------------------------------------------
--------
# IBM ServeRaid 2x - 6i (SCSI)
#-----------------------------------------------------------------------
--------
[Config.NFRD960]
value = parameters\PnpInterface,5,REG_DWORD,1
value = parameters\Device,NumberOfRequests,REG_DWORD,128
#[Config.IPSRAIDN]
#value = parameters\PnpInterface,5,REG_DWORD,1
#value = parameters\Device,NumberOfRequests,REG_DWORD,128
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 7 (SATA)
#-----------------------------------------------------------------------
--------
[Config.aac]
value = "", Type, REG_DWORD, 1
value = "", Start, REG_DWORD, 0
value = "", Group, REG_SZ, "SCSI miniport"
value = "", ErrorControl, REG_DWORD, 1
value = Parameters\Device, NumberOfRequests, REG_DWORD, 0fe
value = Parameters\Device, UncachedExtAlignment, REG_DWORD, e
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 8 (SATA) - HostRaid (FakeRaid)
#-----------------------------------------------------------------------
--------
[Config.adpahci]
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1
#-----------------------------------------------------------------------
--------
# VMWare (BusLogic)
#-----------------------------------------------------------------------
--------
[Config.VMSCSI]
value = "", Tag, REG_DWORD, 5
value = Parameters\PnpInterface, 5 ,REG_DWORD, 1
value = Parameters\Device, NumberOfRequests, REG_DWORD, 128
#-----------------------------------------------------------------------
--------
# VMWare (LSI)
#-----------------------------------------------------------------------
--------
[Config.SYMMPI]
value = Parameters\PnpInterface,5,REG_DWORD,1
#-----------------------------------------------------------------------
--------
# [HardwareIds.scsi.Service]
# id = "deviceID","service"
#
# A HardwareIds.scsi.Service section specifies the hardware IDs of the
devices
# that a particular mass-storage driver supports.
#
# HardwareIds.scsi.Service
# Service specifies the service to be installed.
# deviceId
# Specifies the device ID for a mass-storage device.
# service
# Specifies the service to be installed for the device.
# The following example excerpt shows a HardwareIds.scsi.Service section
for
# a disk device:
#
# [HardwareIds.scsi.oemscsi]
# id = "PCI\VEN_9004&DEV_8111","oemscsi"
#-----------------------------------------------------------------------
--------
#-----------------------------------------------------------------------
--------
# HP Hardware
#-----------------------------------------------------------------------
--------
[HardwareIds.scsi.B060]
id = "PCI\VEN_0E11&DEV_B060&SUBSYS_40700E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B060","cpqcissm"
[HardwareIds.scsi.B178]
id = "PCI\VEN_0E11&DEV_B178&SUBSYS_40800E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B178&SUBSYS_40820E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B178&SUBSYS_40830E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B178","cpqcissm"
[HardwareIds.scsi.0046]
id = "PCI\VEN_0E11&DEV_0046&SUBSYS_40910E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_0046&SUBSYS_409A0E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_0046&SUBSYS_409B0E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_0046&SUBSYS_409C0E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_0046","cpqcissm"
[HardwareIds.scsi.cpqarry2]
id = "PCI\VEN_1000&DEV_0010","cpqarry2"
[HardwareIds.scsi.cpqarray]
id = "PCI\VEN_0E11&DEV_AE10","cpqarray"
id = "PCI\VEN_0E11&DEV_AE10&SUBSYS_40300E11","cpqarray"
id = "PCI\VEN_0E11&DEV_AE10&SUBSYS_40310E11","cpqarray"
id = "PCI\VEN_0E11&DEV_AE10&SUBSYS_40320E11","cpqarray"
id = "PCI\VEN_0E11&DEV_AE10&SUBSYS_40330E11","cpqarray"
id = "PCI\VEN_0E11&DEV_AE10&SUBSYS_40340E11","cpqarray"
[HardwareIds.scsi.s2]
id = "PCI\VEN_103C&DEV_3230&SUBSYS_3223103C", "HpCISSs2"
id = "PCI\VEN_103C&DEV_3220&SUBSYS_3225103C", "HpCISSs2"
id = "PCI\VEN_103C&DEV_3230&SUBSYS_3234103C", "HpCISSs2"
id = "PCI\VEN_103C&DEV_3230&SUBSYS_3235103C", "HpCISSs2"
id = "PCI\VEN_103C&DEV_3238&SUBSYS_3212103C", "HpCISSs2"
id = "PCI\VEN_103C&DEV_3238&SUBSYS_3211103C", "HpCISSs2"
id = "PCI\VEN_103C&DEV_3232&SUBSYS_40A00E11", "HpCISSs2"
#-----------------------------------------------------------------------
--------
# IBM ServeRaid 2x - 6i (SCSI)
#-----------------------------------------------------------------------
--------
[HardwareIDs.scsi.NFRDDotNet32]
id = "PCI\VEN_1014&DEV_01BD", "nfrd960"
id = "PCI\VEN_9005&DEV_0250", "nfrd960"
#[HardwareIDs.scsi.IPSDotNet32]
#id = "PCI\VEN_1014&DEV_002E", "ipsraidn"
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 7 (SATA)
#-----------------------------------------------------------------------
--------
[HardwareIds.scsi.aac]
id = "PCI\VEN_1011&DEV_0046&SUBSYS_03649005", "aac"
id = "PCI\VEN_1011&DEV_0046&SUBSYS_03659005", "aac"
id = "PCI\VEN_9005&DEV_0280&SUBSYS_02809005", "aac"
id = "PCI\VEN_9005&DEV_0281&SUBSYS_02819005", "aac"
id = "PCI\VEN_9005&DEV_0282&SUBSYS_02829005", "aac"
id = "PCI\VEN_9005&DEV_0283&SUBSYS_02839005", "aac"
id = "PCI\VEN_9005&DEV_0284&SUBSYS_02849005", "aac"
id = "PCI\VEN_9006&DEV_2140&SUBSYS_21409006", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02859005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02869005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02879005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028A9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028E9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028B9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028F9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02909005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02929005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02939005", "aac"
id = "PCI\VEN_9005&DEV_0286&SUBSYS_028C9005", "aac"
id = "PCI\VEN_9005&DEV_0286&SUBSYS_028D9005", "aac"
#-----------------------------------------------------------------------
--------
# IBM ServeRaid Family 8 (SATA) - HostRaid (FakeRaid)
#-----------------------------------------------------------------------
--------
[HardwareIds.scsi.ADAPTEC_AHCIRAID]
id = "PCI\VEN_8086&DEV_2652", "adpahci"
id = "PCI\VEN_8086&DEV_27C3", "adpahci"
id = "PCI\VEN_8086&DEV_2682", "adpahci"
#-----------------------------------------------------------------------
--------
# VMWare (BusLogic)
#-----------------------------------------------------------------------
--------
[HardwareIds.scsi.VMSCSI]
id = "PCI\VEN_104B&DEV_1040", "VMscsi"
#-----------------------------------------------------------------------
--------
# VMWare (LSI)
#-----------------------------------------------------------------------
--------
[HardwareIds.scsi.SYMMPI_32]
id = "PCI\VEN_1000&DEV_0622", "symmpi"
id = "PCI\VEN_1000&DEV_0624", "symmpi"
id = "PCI\VEN_1000&DEV_0626", "symmpi"
id = "PCI\VEN_1000&DEV_0628", "symmpi"
id = "PCI\VEN_1000&DEV_0030", "symmpi"
id = "PCI\VEN_1000&DEV_0032", "symmpi"
id = "PCI\VEN_1000&DEV_0640", "symmpi"
id = "PCI\VEN_1000&DEV_0642", "symmpi"
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''
c) The final OEM Driver need to be available in
\install\os\W2K3ASEN\I386\$OEM$\$1 and a reference in unattended.txt
need to point to this directory.
Variable name in unattended.txt OemPnPDriversPath=. Please be aware that
the OEM driver for textmode and final operation of the os can be
different.
Due to the point that I'm using diferent systems I use the config.pl in
the site directory to populate the OEMPNPDriversPATH. Hints how to do
this are available on the unattended web-site. I believe it's already in
config.pl but need to be uncommented. Here the code snipplet:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''
$u->{'Unattended'}->{'OemPnPDriversPath'} =
sub {
my $media_obj = Unattend::WinMedia->new
($u->{'_meta'}->{'OS_media'});
my @pnp_driver_dirs = $media_obj->oem_pnp_dirs (1);
# No driver directories means no drivers path
scalar @pnp_driver_dirs > 0
or return undef;
print "...found some driver directories.\n";
my $ret = join ';', @pnp_driver_dirs;
# Setup does not like empty OemPnPDriversPath
$ret =~ /\S/
or undef $ret;
return $ret;
};
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''
Mit freundlichen Gruessen / with kind regards
Thomas Landgraf
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel