Hi,
I am having some troubles with a SCSI install.  I am trying to install a
Dell Precision 650 with an embedded LSI Logic ultra320 SCSI/RAID card (does
RAID 0, but only have 1 drive, so not using RAID).  I have added what I
thought where the appropriate values in unattended.txt in the site
directory.  I have also place the necessary files in the I386\$OEM$\TEXTMODE
directory.

However, I get a blue screen after all files have been copied and the point
at which the actual install starts to take place.  It complains of an
inaccessible boot device.  I have appended the relevant portion of my
unattended.txt as well as my txtsetup.oem.

TYIA

Brad

unattended.txt
---------------------------------------------------------------------------
[Unattended]
    DriverSigningPolicy=Ignore
    OemPreinstall=Yes

[GuiUnattended]
    AdminPassword="changeme"
    EncryptedAdminPassword=NO
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=35
    OemSkipWelcome=1

[MassStorageDrivers]
    "LSI Logic Ultra320 1020/1030 Driver" = "OEM"
    "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

[OEMBootFiles]
    symmpi.tag
    symmpi.sys
    symmpi.inf
    symmpi2k.cat
    txtsetup.oem

txtsetup.oem
---------------------------------------------------------------------------

# txtsetup.oem - version MP32.7 for SYMMPI Windows drivers
#                (Windows NT, 2000, XP)
#
# ***********************************************************************
#                                                                       *
#   Copyright 2002 LSI Logic, Corp.  All rights reserved.               *
#                                                                       *
#   This file is property of LSI Logic, Corp. and is licensed for       *
#   use as is.  The receipt of or posession of this file does not       *
#   convey any rights to modify its contents, in whole, or in part,     *
#   without the specific written consent of LSI Logic, Corp.            *
#                                                                       *
# ***********************************************************************
#
# format for 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]

# This section lists all disks in the disk set.
#
# <description> is a descriptive name for a disk, used when
#   prompting for the disk
# <tagfile> is a file whose presence allows setup to recognize
#   that the disk is inserted.
# <directory> is where the files are located on the disk.
#

#d1 = "LSI Logic Ultra320 1020/1030 Driver", \symmpi.tag, \WinNT
#d2 = "LSI Logic Ultra320 1020/1030 Driver", \symmpi.tag, \Win2000
#d3 = "LSI Logic Ultra320 1020/1030 Driver", \symmpi.tag, \XP

d1 = "LSI Logic Ultra320 1020/1030 Driver", \symmpi.tag,.

[Defaults]

# This section lists the default selection for each 'required'
# hardware component.  If a line is not present for a component,
# the default defaults to the first item in the [<component_name>]
# section (see below).
#
# <component_name> is one of computer, display, keyboard, mouse, scsi
# <id> is a unique <within the component> string to be associated
#   with an option.

scsi = SYMMPI

[scsi]

# This section lists the options available for a particular component.
#
# <id> is the unique string for the option
# <description> is a text string, presented to the user in a menu
# <key_name> gives the name of the key to be created for the component in
#   HKEY_LOCAL_MACHINE\ControlSet001\Services

#SYMMPI_NT   = "LSI Logic Ultra320 1020/1030 Driver (Windows NT)",symmpi
#SYMMPI_2K   = "LSI Logic Ultra320 1020/1030 Driver (Windows 2000)",symmpi
#SYMMPI_XP32 = "LSI Logic Ultra320 1020/1030 Driver (XP 32-bit)",symmpi

SYMMPI = "LSI Logic Ultra320 1020/1030 Driver",symmpi

[HardwareIds.scsi.SYMMPI_2K]

id = "PCI\VEN_1000&DEV_0621", "symmpi"
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"

# This section lists the files that should be copied if the user
# selects a particular component option.
#
# <file_type> is one of driver, port, class, dll, hal, inf, or detect.
#   See below.
# <source_disk> identifies where the file is to be copied from, and must
#   match en entry in the [Disks] section.
# <filename> is the name of the file. This will be appended to the
#   directory specified for the disk in the [Disks] section to form the
#   full path of the file on the disk.

#[Files.scsi.SYMMPI_NT]
#driver = d1,symmpi.sys,SYMMPI
#inf    = d1,symmpi.inf
#[Files.scsi.SYMMPI_2K]
#driver = d2,symmpi.sys,SYMMPI
#inf    = d2,symmpi.inf
#catalog = d2,symmpi2k.cat
#[Files.scsi.SYMMPI_XP32]
#driver = d3,symmpi.sys,SYMMPI
#inf    = d3,symmpi.inf
#catalog = d3,mpixp32.cat

[Files.scsi.SYMMPI]
driver = d1,symmpi.sys,SYMMPI
inf    = d1,symmpi.inf
catalog = d1,symmpi2k.cat

[Config.SYMMPI]

# This section specifies values to be set in the registry for
# particular component options.  Required values in the services\xxx
# key are created automatically -- use this section to specify additional
# keys to be created in services\xxx and values in services\xxx and
# services\xxx\yyy.
#
# <key_name> is relative to the services node for this device.
#   If it is empty, then it refers to the services node.
#   If specified, the key is created first.
# <value_name> specifies the value to be set within the key
# <value_type> is a string like REG_DWORD.  See below.
# <value> specifies the actual value; its format depends on <value_type>
value = Parameters,dummy,REG_DWORD,0
value = Parameters\PnpInterface,5,REG_DWORD,1



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to