Jump to content

Unattended install doesn't work


Recommended Posts

Hello, I made Win 2003 installation cd rom which unattend.txt.

When I install this cd rom on server DELL PowerEdge 2950, the Windows program shut down and show this error:

File txtsetup.oem caused an unexpected error (18) at line 1814 in d:\srv03rtm\base\boot\setup\oemdisk.c.

please, can you help me to avoid this damage

Thks

unattend.txt

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

TargetPath=\WINDOWS

OemPreinstall=Yes

OemFilesPath="..\$OEM$"

OemPnPDriversPath="Drivers1;Drivers2;Drivers 3;Drivers4"

[MassStorageDrivers]

"DELL PERC5 RAID Controller Driver (Server 2003 32-bit)" = "OEM"

[OemBootFiles]

percsas.sys

oemsetup.inf

noved.inf

percsas.cat

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=105

OemSkipWelcome=1

[userData]

ProductKey=MX3BF-*************

FullName="Technician"

OrgName="Sté"

ComputerName=Test_DBW

[Display]

BitsPerPel=16

Xresolution=1024

YResolution=768

[LicenseFilePrintData]

AutoMode=PerServer

AutoUsers=5

[RegionalSettings]

LanguageGroup=1

[GuiRunOnce]

Command0=GuiRunOnce

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

txtsetup.oem

# txtsetup.oem - for the PERC RAID family of RAID Controllers

[Disks]

d1 = "DELL PERC5 and PERC6/CERC6 RAID Controller Driver for Windows 2000", \megasas.sys, \

d2 = "DELL PERC5 and PERC6/CERC6 RAID Controller Driver (Server 2003 32 bit)", \percsas.sys, \

[Defaults]

scsi = PERC_32

[scsi]

MSAS_32 = "DELL PERC5 and PERC6/CERC6 RAID Controller Driver for Windows 2000",megasas

PERC_32 = "DELL PERC5 and PERC6/CERC6 RAID Controller Driver (Server 2003 32 bit)",percsas

[HardwareIds.scsi.MSAS_32]

id = "PCI\VEN_1028&DEV_0015&SUBSYS_1F011028", "megasas"

id = "PCI\VEN_1028&DEV_0015&SUBSYS_1F021028", "megasas"

id = "PCI\VEN_1028&DEV_0015&SUBSYS_1F031028", "megasas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0A1028", "megasas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0B1028", "megasas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0C1028", "megasas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0D1028", "megasas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F111028", "megasas"

[HardwareIds.scsi.PERC_32]

id = "PCI\VEN_1028&DEV_0015&SUBSYS_1F011028", "percsas"

id = "PCI\VEN_1028&DEV_0015&SUBSYS_1F021028", "percsas"

id = "PCI\VEN_1028&DEV_0015&SUBSYS_1F031028", "percsas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0A1028", "percsas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0B1028", "percsas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0C1028", "percsas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F0D1028", "percsas"

id = "PCI\VEN_1000&DEV_0060&SUBSYS_1F111028", "percsas"

[Files.scsi.MSAS_32]

driver = d1, megasas.sys, megasas

inf = d1, oemsetup.inf, megasas

inf = d1, nodev.inf

catalog = d1, percsas.cat

[Files.scsi.PERC_32]

driver = d2, percsas.sys, percsas

inf = d2, oemsetup.inf, percsas

inf = d2, nodev.inf

catalog = d2, percsas.cat

[Config.megasas]

value = "", Tag, REG_DWORD, 20

[Config.percsas]

value=parameters\PnpInterface,5, REG_DWORD,1

value = "", Tag, REG_DWORD, 20

txtsetup.sif[sourceDisksFiles]

bootvid.dll = 1,,,,,,3_,2,0,0,,1,2

percsas.sys = 1,,,,,,4_,4,1,,,1,4

[HardwareIdsDatabase]

PCI\VEN_1028&DEV_0015&SUBSYS_1F011028="percsas"

PCI\VEN_1028&DEV_0015&SUBSYS_1F021028="percsas"

PCI\VEN_1028&DEV_0015&SUBSYS_1F031028="percsas"

PCI\VEN_1000&DEV_0060&SUBSYS_1F0A1028="percsas"

PCI\VEN_1000&DEV_0060&SUBSYS_1F0B1028="percsas"

PCI\VEN_1000&DEV_0060&SUBSYS_1F0C1028="percsas"

PCI\VEN_1000&DEV_0060&SUBSYS_1F0D1028="percsas"

PCI\VEN_1000&DEV_0060&SUBSYS_1F111028="percsas"

[sCSI.Load]

percsas = percsas.sys,4

[sCSI]

PERC_32 = "DELL PERC5 and PERC6/CERC6 RAID Controller Driver (Server 2003 32 bit)",percsas

Link to comment
Share on other sites


  • 2 weeks later...

Thank !

I have modified the unattend.txt file, at line [OemBootFiles] thus noved.inf become nodev.inf. I had the following error :

Setup did not find any hard drives installed in your computer. Make sure any hard disk drives are powered on and properly connected to your computer, and that any disk-related hardware configuration is correct.

This may involve running a manufacturer - supplier diagnostic or setup program.

Setup connot continue. To quit Setup, press F3

How i can stop this error. Please help me.

Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...