Hi all,
I'm setting up MDT in a new environment, and I've almost got it all worked out (I hope!), minus one holdup.
When I run the deployment TS, everything goes well in the WinPE stages, it installs the OS and then boots to Windows. From here, it just stops. The TaskSequence folder is still in the root, so I know the TS is still running. BDD says look to SMSTS, where I just get these errors in succession:
Failed to create C:\_SMSTaskSequence (3) TSManager 6/19/2020 12:21:58 PM 1076 (0x0434)
Failed to create user-specified local data path C:\_SMSTaskSequence. Error 0x80070003 TSManager 6/19/2020 12:21:58 PM 1076 (0x0434)
I have the SMSTS log, I just can't link it here yet? I guess my account is too new.
The last thing recorded in BDD is the domain join (which it doesn't actually do) and a reboot.
I'm happy to post the BDD if anyone would like it, I just need to finish scrubbing the domain info.
When monitoring, it doesn't show any errors and just hangs at step 54.
TL;DR, MDT is essentially just deploying my custom WIM and then the task sequence freezes.