Jump to content

Black Screen op First Boot


Recommended Posts

Ok something weird here....

After Windows Installation when It should boot for the first time it gets stuck at a black screen (before even seeing windows thingies) I can move around the mice but there's nothing to click (except this big black space it's in :rolleyes:) After that I need to reboot my virtual machine, after rebooting it succesfull goes trough it's first boot.

As you guys might understand... this really irritates me becouse this makes the whole setup everything but unattended.

Here are my settings:

winnt.sif

=====

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="yes"

DriverSigningPolicy=Ignore

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=110

OemSkipWelcome=1

[Display]

BitsPerPel=32

Xresolution=1280

Yresolution=960

[userData]

ProductKey=*

FullName="Daniël van den Bosch"

OrgName="GuuZ Productions"

ComputerName=COMET

[RegionalSettings]

LanguageGroup=1

Language=00000413

[identification]

JoinWorkgroup=GALAXY

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

=====

cmdlines.txt

=====

[COMMANDS]

"useraccounts.cmd"

"RunOnceEx.cmd"

=====

useraccounts.cmd

=====

cmdow @ /HID

@echo off

net user GuuZ /add

net localgroup Administrators GuuZ /add

net accounts /maxpwage:unlimited

EXIT

=====

RunOnceEx.cmd

=====

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\020 /VE /D "DirectX 9.0b" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\DirectX\DX9NTopk.exe" /f

;Will be expanded later is just for testing purpose

=====

I hope this is a familiar problem and easy to solve... However I couldn't find it with the search

Thanx in advance :)

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