Jump to content

Battery Driver Prompt During GUI Setup


Recommended Posts

Okay, so this is a little funky...I'm setting up an RIS server, and have used the correct tools setup a new image using an XP Pro SP2 disc. I then created a new install image using a new unattended file, in which I edited to suit my needs. Everythings gravy...just like the many times I've done this before.

However, I am having a slight problem during the GUI Setup section...it gets to 39 minutes and then prompts me with the Windows Logo error for the Battery! I've never seen this before...I've seen it with other hardware, but not for the battery!

It's safe to say that I'm sure I goofed something, but I really haven't done any configuring other than the unattended setup...I'm sure the CD on it's own works great, and I've used the same disc for previous RIS images with nothing like this.

I really just want to know where to look...any log files, or were is the actual battery driver that is causing me grief. I'm sure it would be in the I386 dir, but what files relate to this?

Link to comment
Share on other sites


  • 4 months later...

I guess it would be something like this:

[Data]
MSDOSInitiated="0"
UnattendedInstall="Yes"

[Unattended]
DriverSigningPolicy="Ignore"
NonDriverSigningPolicy="Ignore"

I think that would be it, if that's all you want to do. Normally mine is like this:

[Data]
MSDOSInitiated="0"
UnattendedInstall="Yes"
AutoPartition="0"
AutomaticUpdates="Yes"

[Unattended]
DUDisable="Yes"
UnattendMode="FullUnattended"
UnattendSwitch="Yes"
OemPreinstall="Yes"
FileSystem="*"
Repartition="No"
TargetPath="\WINDOWS"
OemSkipEula="Yes"
WaitForReboot="No"
DriverSigningPolicy="Ignore"
NonDriverSigningPolicy="Ignore"

[UserData]
ProductKey=""
FullName="NAME"
OrgName="COMPANY"
ComputerName="TEMP"

[GuiUnattended]
OemSkipWelcome="1"
OemSkipRegional="1"
TimeZone="035"
AdminPassword="*"

[Display]
AutoConfirm="1"
BitsPerPel="32"
XResolution="800"
YResolution="600"
VRefresh="75"

[Networking]
InstallDefaultComponents="Yes"

[Components]
msmsgs="Off"
msnexplr="Off"
indexsrv_system="Off"
fax="Off"
OEAccess="Off"

[WindowsFirewall]
Profiles="WindowsFirewall.TurnOffFirewall"

[WindowsFirewall.TurnOffFirewall]
Mode="0"

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