- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm probably missing something stupid so I'll post my configs.
problem desc: windows boots initially, but then tries to configure the MSD driver, and give the error:
\----
the entry
"lsi_sas"
in the unattended script file doesn't exist
in the \[SCSI] section of the INF file txtsetup.sif
setup cannot continue. press any key to exit.
\----
configs:
/var/public/tftproot/gal01.sif
-start-
\[RemoteInstall]
Repartition=Yes
\[data]
floppyless = "1"
msdosinitiated = "1"
OriSrc = "
(removed)\REMINST\WI2K3\i386"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1
UnattendedInstall = "Yes"
\[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice = "\Device\LanmanRedirector\(removed)\REMINST\WI2K3"
\[UserData]
ComputerName=W2KSV1
FullName="bob"
OrgName="bob"
ProductID=removed
\[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINNT
Repartition=Yes
DriverSigningPolicy=Ignore
WaitForReboot=No
OemPreinstall=Yes
\[MassStorageDrivers]
lsi_sas = "LSI Logic Fusion-MPT SAS Driver (Server 2003 32-bit)"
\[OEMBootFiles]
lsi_sas.sys
lsi_sas.inf
lsi_sas.cat
cocpyinf.dll
txtsetup.oem
\[GuiUnattended]
AdminPassword=bob
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1
AutoLogon=YES
AutoLogonCount=1
ServerWelcome=No
\[Display]
BitsPerPel = "24"
XResolution = "1024"
YResolution = "768"
VRefresh = "60"
\[Networking]
InstallDefaultComponents=Yes
\[LicenseFilePrintData]
AutoMode = "PerServer"
\--eof--
\----
ls of /var/public/tftproot/WI2K3_OEM/Textmode:
cocpyinf.dll
lsipseud.inf
lsi_sas.cat
lsi_sas.inf
lsi_sas.sys
lsi_sas.tag
MPT_LEGAL.TXT
symmpi.inf
symmpi.sys
txtsetup.oem
txtsetup.oem_orig
\----
/var/public/tftproot/WI2K3_OEM/Textmode/txtsetup.oem
-
start----
\# txtsetup.oem - version S2003.1 for LSI_SAS Windows Server 2003 driver
#
\# ***********************************************************************
\# *
\# Copyright 2005 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.
#
\#
value = Parameters\PnpInterface,5,REG_DWORD,1
\[Config.SYMMPI]
value = Parameters\PnpInterface,5,REG_DWORD,1
-
eof--
and just incase this helps, the diff of the origional txtsetup.oem file.
\[root@uda1c Textmode]# diff txtsetup.oem_orig txtsetup.oem
38c38,39
< d1 = "LSI Logic Fusion-MPT SAS Storport Driver",\lsi_sas.tag,\
---
#d1 = "LSI Logic Fusion-MPT SAS Storport Driver",\lsi_sas.tag,\
d1 = "LSI Logic Fusion-MPT SAS Storport Driver",\w23dsk1,\
\----
what i'm not grasping is the link between what is in the .sif file and what its looking for in the txtsetup.oem file. so I bet this is a pretty easy fix, just not sure yet what that is..
Thanks for looking and any help you can offer!