Ron,

There was a thread on the list shortly after my posting about
automatically generating the txtsetup.oem.  I don't know what came of
it.

- Ryan

On Thu, Mar 11, 2004 at 10:46:31AM -0500, Ron Gentile wrote:
> Pat,
> 
> I seem to be having the same problem Ryan is having. I found your reply but I'm 
> still having problems. Let me tell you a little more.... I have 3 types of servers I 
> want to install Windows on ( HP, Dell, and IBM) each have different mass storage 
> controllers. I can't seam to get the unattend.txt file and the txtsetup.oem to 
> complete the install correctly. I'm including the two files in this email for you to 
> look at. Please see if you can point me in the right direction....
> 
> Thanks for your time,
> 
> Ron Gentile
> 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>   a.. From: Ryan Nowakowski 
>   b.. Subject: [Unattended] TXTSETUP.OEM 
>   c.. Date: Tue, 03 Feb 2004 15:37:19 -0800 
> 
> --------------------------------------------------------------------------------
> Hey Folks,
> 
> I'm using unattended to install servers from 3 vendors: IBM, Compaq/HP,
> and Dell.  What is the easiest way to make sure I have all the drivers I
> need for each vendor?  I'd like to be able to install Win2k on any
> server from each of the three vendors.
> 
> What's the best way to generate the combined TXTSETUP.OEM file?
> My current solution goes something like this:
> 
> 1) Try to install the server -  The install breaks due to missing SCSI drivers so...
> 2) Copy all drivers off of the vendor CD into the $OEM directory
> 3) Play around with the txtsetup.oem file
> 4) Try to install the server -  The install breaks due to missing SCSI drivers so...
> 5) goto step 3 until it works
> 
> Does anyone have some sage-like advice regarding my questions above?
> 
> Thanks in advance,
> 
> Ryan
>  
> 
> -----------------------------------------------------------------------------------------------------------------------------------
> Unattend.txt file...
> 
> [Data]
>     AutoPartition=1
>     UnattendedInstall="Yes"
> 
> [Unattended]
>     UnattendMode=FullUnattended
>     OemSkipEula=Yes
>     FileSystem=ConvertNTFS
> ;********** Grow partition sixe by XXGB ************************
>     ExtendOemPartition=4096
> ;***************************************************************
>     OemPreinstall=YES
>     TargetPath=\winnt
>     DriverSigningPolicy=Ignore
>     NtUpgrade=no
>     OverwriteOemFilesOnUpgrade=no
>     OemFilesPath=f:\I386\$oem$
> 
>     
> [GuiUnattended]
>     AdminPassword="password"
>     EncryptedAdminPassword=NO
>     OEMSkipRegional=1
>     TimeZone=35
>     OemSkipWelcome=1
>     AutoLogon=yes
>     AutoLogonCount=1
> 
> [UserData]
>     FullName="."
>     OrgName="RON"
> ;************** Host Name for server being installed ********
>     ComputerName=test1
> ;************************************************************
>     ProductID=XXXX-XXXX-XXXXX-XXXX
> 
> [LicenseFilePrintData]
>     AutoMode=PerServer
>     AutoUsers=5
> 
> [Identification]
>     JoinWorkgroup=WORKGROUP
> 
> [Display]
>     BitPerPixel=8
>     XResolution=800
>     YResolution=600
>     VRefresh=60
>     InstallDriver=1
>     AutoConfirm=1
> 
> [GuiRunOnce]
>     "c:\pscripts.bat"
> 
> [Networking]
> ;    InstallDefaultComponents=Yes
> 
> [MassStorageDrivers]
> 
>      "Dell PERC 2, 2/Si, 3/Si, 3/Di RAID Controllers"=OEM
>      "Smart Array 5i, 532, 5312 Controllers"=OEM
>      "Compaq Smart Array Controllers"=OEM
> 
> [OemBootFiles]
>     perc2mgt.inf 
>     perc2.inf
>     perc2.cat
>     perc2.sys
>     CPQARRY2.SYS
>     CPQCISSM.SYS
>     Symmpi.sys
>     LsiCsb6.sys
>     TXTSETUP.OEM
> 
> 
> ;***********************NetWork 
> Adapter************************************************************
> 
> [NetAdapters]
>     Adapter1=params.Adapter1
>     Adapter2=params.Adapter2
> 
> [params.Adapter1]
>     INFID=*
> 
> [NetClients]
>     MS_MSClient=params.MS_MSClient
> 
> [NetServices]
>     MS_SERVER=params.MS_SERVER
> 
> [NetProtocols]
>     MS_TCPIP=params.MS_TCPIP
> 
> [params.MS_TCPIP]
>     DNS=No
>     UseDomainNameDevolution=No
>     EnableLMHosts=Yes
>     AdapterSections=params.MS_TCPIP.Adapter1
>     AdapterSections=params.MS_TCPIP.Adapter2
> 
> [params.MS_TCPIP.Adapter1]
>     SpecificTo=Adapter1
>     DHCP=Yes    
> 
> [params.Adapter2]
>     INFID=*
> 
> [params.MS_TCPIP.Adapter2]
>     SpecificTo=Adapter2
>     DHCP=Yes
> 
> 
> 
> ;************************** Components and Services *************************
> 
> 
> [TerminalServices]
>     ApplicationServer=0
> 
> [Components]
>     TSEnable = ON 
>     TerminalServer = On
>     IEHardenUser = ON
>     IEHardenAdmin = ON
> 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> Txtsetup.oem file
> 
> [Disks]
> d1 = "Compaq Smart Array Controllers Driver for Windows 2000",\,\
> d2 = "Smart Array 5i, 532, 5312 Controllers",\,\
> d3 = "Dell PERC 2, 2/Si, 3/Si, 3/Di Windows 2000 Device Drivers",\,\
> d4  = "LSI Logic PCI SCSI/FC MPI Miniport Driver", \symmpi.tag,\,\
> 
> [SCSI]
> cpqarry2 = "Compaq Smart Array Controllers", cpqarry2
> B178 = "Smart Array 5i, 532, 5312 Controllers", B178
> perc2 = "Dell PERC 2, 2/Si, 3/Si, 3/Di RAID Controllers", perc2
> SYMMPI   = "LSI Logic PCI SCSI/FC MPI Miniport Driver",symmpi
> 
> [Files.SCSI.cpqarry2]
> driver = d1,cpqarry2.sys,cpqarry2
> inf    = d1,cpqarry2.inf
> catalog = d1,cpqarry2.cat
> 
> [Files.scsi.B178]
> driver  = d2,cpqcissm.sys,cpqcissm
> inf     = d2,cpqcissm.inf
> catalog = d2,cpqcissm.cat
> 
> [Files.Scsi.perc2]
> driver = d3, perc2.sys, perc2
> driver = d3, perc2hib.sys, perc2hib
> catalog = d3, perc2.cat
> inf = d3, perc2.inf
> inf = d3, perc2mgt.inf
> 
> [Files.scsi.SYMMPI]
> driver = d4,symmpi.sys,SYMMPI
> inf    = d4,symmpi.inf
> catalog = d4,symmpi2k.cat
> 
> [Config.cpqarry2]
> value = "",tag,REG_DWORD,102
> value = Parameters\Device,NumberOfRequests,REG_DWORD,80
> value = Parameters\PnpInterface,5,REG_DWORD,1
> 
> [Config.cpqcissm]
> value = "",tag,REG_DWORD,103
> value = Parameters\PnpInterface,5,REG_DWORD,1
> value = Parameters\Device,NumberOfRequests,REG_DWORD,ff
> 
> [Config.SYMMPI]
> value = Parameters,dummy,REG_DWORD,0
> value = Parameters\PnpInterface,5,REG_DWORD,1
> 
> [Config.perc2]
> value = Parameters\Device, NumberOfRequests, REG_DWORD, 0fe
> value = "", ErrorControl, REG_DWORD, 1
> value = "", Group, REG_SZ, "SCSI miniport"
> value = "", Start, REG_DWORD, 0
> value = "", Type, REG_DWORD, 1
> 
> [HardwareIds.scsi.SYMMPI]
> 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"
> 
> [HardwareIds.scsi.cpqarry2]
> id = "PCI\VEN_1000&DEV_0010&SUBSYS_40400E11","cpqarry2"
> id = "PCI\VEN_1011&DEV_0046&SUBSYS_40500E11","cpqarry2"
> id = "PCI\VEN_1011&DEV_0046&SUBSYS_40510E11","cpqarry2"
> id = "PCI\VEN_1011&DEV_0046&SUBSYS_40580E11","cpqarry2"
> 
> [HardwareIds.scsi.B178]
> id = "PCI\VEN_0E11&DEV_B178","cpqcissm"
> 
> [HardwareIds.scsi.perc2]
> id = "PCI\VEN_9005&DEV_00C5&SUBSYS_00C51028", "perc2"
> id = "PCI\VEN_9006&DEV_2140&SUBSYS_21409006", "perc2"
> id = "PCI\VEN_1028&DEV_000A&SUBSYS_01211028", "perc2"
> id = "PCI\VEN_1028&DEV_000A&SUBSYS_011B1028", "perc2"
> id = "PCI\VEN_1028&DEV_000A&SUBSYS_01061028", "perc2"
> id = "PCI\VEN_1028&DEV_0002&SUBSYS_00D91028", "perc2"
> id = "PCI\VEN_1028&DEV_0002&SUBSYS_00D11028", "perc2"
> id = "PCI\VEN_1028&DEV_0003&SUBSYS_00031028", "perc2"
> id = "PCI\VEN_1028&DEV_0002&SUBSYS_00021028", "perc2"
> id = "PCI\VEN_1028&DEV_0001&SUBSYS_00011028", "perc2"
> id = "PCI\VEN_1011&DEV_0046&SUBSYS_13659005", "perc2"
> id = "PCI\VEN_1011&DEV_0046&SUBSYS_13649005", "perc2"
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to