Hi all,
I can't seem to find a page that specifically related to this.
I am creating a deployment image, and whenever I boot to PXE it goes into a black screen and nothing shows up.
I've set up a deployment share with these rules:
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipCapture=NO
SkipAdminPassword=YES
AdminPassword=*******
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=NO
TimeZoneName=W. Europe Standard Time
UILanguage=en-gb
UserLocale=en-gb
KeyboardLocale=en-gb;0809:00000809
JoinDomain=domain.local
MachineObjectOU=OU=xyzetc...
DomainAdminDomain=xyz
EventService=http://MDT01:9800
For the bootstrap.ini:
[Settings]
Priority=Default
[Default]
DeployRoot=\\MDT01\DeploymentShare$
UserID=MDT01\SRV_MDT
UserPassword=***********
UserDomain=MDT01.domain.local
KeyboardLocale=en-gb;0809:00000809
I've created a local user account on the server with access to the deployment share, instead of an AD user.
I also have a Windows Image in Operating Systems, necessary drivers and a task sequence. However, while it is able to load the LiteTouchPE_x64 setup, I get the Microsoft Deployment Toolkit image then black screen, and then reboots.
Thanks for your help.
--------------------------------------------
Update:
I performed clean with Diskpart tool and now it booted, however for some odd reason it is asking for the credentials to access network shares. Shouldn't these credentials be taken from the bootstrap.ini?