Jump to content

Recommended Posts

Posted

:)

I'm getting handled here. Once my bootable CD is finished I boot to it and attempt an installation. Right after the install finishes copying files for Windows installation I get a blue screen with the following error:

A problem has been detected and Windows has been shut down to prevent damage to your computer.

The problem seems to be caused by the following file: setupdd.sys

An attempt was made to write to read-only memory.

If this is the first time you have seen this Stop error screen, restart your computer. If this screen appears again, follow these steps:

Check to make sure any new hardwareor software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use safe mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.

Technical Information:

***STOP: 0x000000BE (0xF84F8940, 0x02545121, 0xF80B8758, 0x0000000B)

*** setupdd.sys - Address F84AF3C1 base at F84A1000, DateStamp 3d6dd67f

Here is my winnt.sif content:
;SetupMgrTag

[Data]

    AutoPartition=1

    MsDosInitiated="0"

    UnattendedInstall="Yes"

[unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    UnattendSwitch="yes"

    TargetPath=\WINDOWS

    FileSystem=*

    WaitForReboot="No"

    DriverSigningPolicy=Ignore

    OemPnPDriversPath=

[GuiUnattended]

    AdminPassword=528a05a387553dc5aad3b435b51404ee8d44c8ff3a4d1979b24bfe29257173ad

    EncryptedAdminPassword=Yes

    OEMSkipRegional=1

    TimeZone=35

    OemSkipWelcome=1

[userData]

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

    FullName="KWHunter"

    OrgName="CCSD - Information Services"

    ComputerName=7Test

[Display]

    BitsPerPel=32

    Xresolution=1280

    YResolution=1024

    Vrefresh=60

[TapiLocation]

    CountryCode=1

    AreaCode=904

[branding]

    BrandIEUsingUnattended=Yes

    Home_Page=http://

[Proxy]

    Proxy_Enable=0

    Use_Same_Proxy=1

[GuiRunOnce]

    Command0="rundll32 printui.dll,PrintUIEntry /in /n \\coexecview\OkiColor"

    Command1="rundll32 printui.dll,PrintUIEntry /in /n \\codom\ISCopier"

    %systemdrive%\install\system.cmd

    %systemdrive%\install\hotfixes\hotfixes.cmd

[identification]

    JoinDomain=ccsd.local

    DomainAdmin=user

    DomainAdminPassword=******

[Networking]

    InstallDefaultComponents=No

[NetAdapters]

    Adapter1=params.Adapter1

[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

[params.MS_TCPIP.Adapter1]

    SpecificTo=Adapter1

    DHCP=No

    IPAddress=10.40.0.27

    SubnetMask=255.255.254.0

    DefaultGateway=10.40.1.1

    DNSServerSearchOrder=10.40.0.7

    WINS=Yes

    WinsServerList=10.40.0.7

    NetBIOSOptions=0

Here is my system.cmd content:

@ECHO off

title Windows XP SP1 Unattended Installation

ECHO.

ECHO Over the next few minutes you will see automated installations

ECHO of various sofware applications, windows updates, and registry

ECHO tweaks being implemented. The computer will restart automatically

ECHO once the whole process has finished!

ECHO.

ECHO Removing Wallpapers and Screensavers...

DEL "%systemroot%\*.bmp"

DEL "%systemroot%\Web\Wallpaper\*.jpg"

DEL "%systemroot%\system32\dllcache\*.scr"

DEL "%systemroot%\system32\*.scr"

ECHO.

ECHO Removing useless shortcuts...

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"

ECHO.

ECHO Installing DirectX 9.0b

ECHO Please wait...

start /wait %systemdrive%\install\DirectX9b\DX9NTopk.exe

ECHO.

ECHO Installing Adobe Reader 6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu.exe -p"-s /v\"/qn\""

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg

ECHO.

ECHO Installing Nero Burning ROM v6.3.0.3

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /noreboot

ECHO.

ECHO Installing .NET Framework v1.1

ECHO Please wait...

start /wait %systemdrive%\install\NetFramework\netfx.msi /qb

ECHO.

ECHO Installing Symantec Antivirus Corporate 8.1

ECHO Please wait...

start /wait %systemdrive%\install\Applications\sav\setup.exe /qn

ECHO.

pause

exit

Here is my hotfixes.cmd content:

And here is my svcpack.inf content:

I have tried this install on two machines from CD and one VMWare session with the exact same results each time. I have tried using a CD and booting from an ISO image. I have recreated the ISO image several times from 3 different original CDs. All files appear to copy over just fine. Only when it completes the copy does it error out.

Machine #1 is a Dell Optiplex GX240.

Machine #2 is a Dell Precision Workstation 450

Any suggestions or assistance would be greatly appreciated. Thanks!

  • 3 weeks later...

Posted

I've got exactly the same problem.

Used different machines, VMware, etc.

So it can't be a hardware fault.

I'm not behind my computer, so I can't post my winnt.sif, but it's a DVD with XP SP2RC1, Office2k3 and a bunch of small programs like Symantec AV corporate, Winrar, etc.

All unattended.

Anyone has any idea what could cause this?

It happens áfter all the files are copied to te HD (the XP install and the $OEM$ files), when it tries to reboot...

Posted

Instead of adding everything and testing it, start with winnt.sif alone and test it.

Then put everything else back in one at a time until the problem is narrowed down.

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...