MDT Stalling after BootStrap

jason B 0 Reputation points
2023-01-19T19:44:06.7133333+00:00

During the beginning of the image process, MDT just stalls and never moves forward in the process.

I have rebuilt the deployment share, replaced it in WDS. Not sure if this is a task sequence issue or bootstrap or .ini issue. Below is my bootstrap and .ini

[Settings]

Priority=Default

Properties=MyCustomProperty

[Default]

SMSTSORGNAME=Your Friendly Network Staff

UserDataLocation=NONE

DoCapture=NO

OSInstall=Y

AdminPassword=xxxxxxxxxxx

TimeZoneName=Pacific Standard Time

JoinDomain=xxxxxxxxxx

DomainAdmin=xxxxxxxxx

DomainAdminDomain=xxxxxxxxxxxx

DomainAdminPassword=xxxxxxxx

MachineObjectOU=OU=Workstations,OU=K12,OU=GAPS,DC=gaps8j,DC=albany,DC=k12,DC=or,DC=us

HideShell=YES

FinishAction=REBOOT

DoNotCreateExtraPartition=YES

WSUSServer=http://xxxxxxxxxxx

ApplyGPOPack=NO

SLSHARE=\WIN-4J9588LBRFT\DeploymentShare 3\DepLogs

SkipAdminPassword=YES

ProductKey=P98TR-PN6JK-2YP74-4RQDH-6XXRQ

SkipProductKey=YES

SkipComputerName=NO

SkipDomainMembership=NO

SkipUserData=YES

SkipLocaleSelection=YES

SkipTaskSequence=NO

SkipTimeZone=YES

SkipApplications=NO

SkipBitLocker=YES

SkipSummary=YES

SkipRoles=YES

SkipCapture=YES

SkipFinalSummary=YES

EventService=http://WIN-4J9588LBRFT:9800

;Set ComputerName

OSDComputerName=%SerialNumber%

The .INI im using is

[Settings]

Priority=Default

[Default]

UserDomain=xxxxxxxx

DeployRoot=\WIN-4J9588LBRFT\DeploymentShare3

UserID=xxxxxxxxx

UserPassword=xxxxxxxxxxx

SkipBDDWelcome=YES

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
925 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tasadduq Burney 8,681 Reputation points MVP
    2023-01-19T20:09:14.2266667+00:00

    Hey!

    Could you please provide more detailed information?

    Meanwhile you can try below troubleshooting steps :-

    • Verify that the bootstrap.ini file is correct and that the settings match your environment.
    • Ensure that the Deployment Share and Deployment Share folder have the correct permissions.
    • Make sure that the Deployment Share and Deployment Share folder are reachable from the client machine
    • Ensure that the Deployment Share and Deployment Share folder are not in use by another process or another instance of MDT.
    • check the network connectivity and DNS resolution
    • check the deployment share's logs and client machine's smsts.log for more information
    • Check if the serial number variable is being passed correctly
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.