Title: Message
Using 4.3, trying to pxe boot windows 2000 server from a samba share onto a Dell 1750 with a Perc4 DI raid controller using the linux boot. Once all the files copy over and the system reboots it starts to load the windows install portion and then I get a BSOF stating that the boot device is inaccessible. I tried adding these lines to my unattended file:
 
[MassStorageDrivers]
    "DELL PERC 4/Di RAID Driver for Windows 2000" = "OEM"
[OEMBootFiles]
    TXTSETUP.OEM
    MRAID2K.CAT
    MRAID2K.SYS
    OEMSETUP.INF
    NODEV.INF
    OEMSETUP.INF
 
But I then get this error once I choose what OS to install:
 
"do z/site/install failed: Can't use string ("See comments for [MassStorageDrivers]") as ARRAY ref while "string refs" in use at /z/lib/Unattend/IniFile.Pm line 197."
 
[UserData]
    ProductID=xxxxx-xxx-xxxxx-xxxxx
    FullName = "administrator"
 

[GuiUnattended]
    ; See <
http://unattended.sourceforge.net/timezones.html>
    TimeZone=35
    OEMSkipRegional=1
    OemSkipWelcome=1
    AdminPassword=xxxxxx
 
[LicenseFilePrintData]
    AutoMode = "PerServer"
    AutoUsers = "20"
 
[MassStorageDrivers]
    "DELL PERC 4/Di RAID Driver for Windows 2000" = "OEM"
 

[OEMBootFiles]
    TXTSETUP.OEM
    MRAID2K.CAT
    MRAID2K.SYS
    OEMSETUP.INF
    NODEV.INF
    OEMSETUP.INF
 
[Identification]
    JoinDomain=xxxx
    DomainAdmin=xxxx\xxxxxxxxx
 

[Unattended]
    UnattendMode=DefaultHide
    FileSystem=ConvertNTFS
    ExtendOemPartition=1
    OemSkipEula=Yes
    OemPreinstall=Yes
    ; Needed for XP - see <
http://support.microsoft.com/?kbid=294801>.
    UnattendSwitch=Yes
    DriverSigningPolicy=Ignore
 

[Components]
    ; Install IIS by default
    iis_common=On
    iis_inetmgr=On
    iis_www=On
    ; Include docs
    iis_doc=On
    TSEnable=On
    dialer=off
    freecell=off
    hyperterm=off
    paint=off
    pinball=off
    solitaire=off
   
 
[TerminalServices]
    ApplicationServer=0
 
[Data]
    AutoPartition=1
    MsDosInitiated="0"
    UnattendedInstall=Yes
 
[Display]
    BitsPerPel=32
    Xresolution=1024
    YResolution=768
    Vrefresh=75
 
[Networking]
    InstallDefaultComponents=Yes
    SpecificTo=Adapter0
 
[TcpipParams.Adapter0]
    DHCP=yes
 
[TcpipParams.Adapter1]
    DHCP=yes
    SpecificTo=Adapter1
 
[_meta]
    fdisk_lba=1
    fdisk_cmds="fdisk /clear 1;fdisk /pri:2000;fdisk /activate:1"
    fdisk_confirm=0
    format_cmd="format c: /y /z:seriously /q /v: "
    replace_mbr=1
    top=base.bat
    middle="tightvnc;sun-jre.bat"
    local_admins=""
    ntp_servers=""

Reply via email to