Debugging an MDT build that fails to start

If you’ve been using the Microsoft Deployment Toolkit (MDT), aka Deployment4, then you will have probably had the scenario at some point where you PXE boot your client into PE and then the whole process just stops.
Microsoft Deployment Toolkit (MDT) Non-Starter

The giveaway sign here is that you have the command prompt returned to you.

This can be a bit perplexing, as to what your next move should be in working out what went wrong. During the Beta I was given a helpful hint from the MS guys:

cscript.exe x:\deploy\scripts\litetouch.wsf /debug:true

This provides a bit more output and has been successful in pointing me in the direction of whatever was causing the grief.
Microsoft Deployment Toolkit (MDT) Starting with Debugging
The last line is the important one in this example. The path with “broken” in it is showing that I had entered the wrong BuildID in the computers details configuration. That would explain why it couldn’t find the TaskSequence in question! ;)

Microsoft Deployment RTM’s

Microsoft has just announced the release of Microsoft Deployment. There’s nothing on the Deployment blog as yet, or on the Microsoft Connect site, but the Microsoft Download site has been updated, and the email is out.

During email exchanges with Michael Niehaus and Tim Mintner a couple of weeks ago I felt that things were very close – they were replying to my email at 1am their time!

The jump from Beta3 to RC1 was a big one, and I felt the product mature a lot in that short space. I’m really pleased with how MS have developed this new incarnation of BDD. There’s loads of good features under the hood to get an automated deployment up and running in next to no time, and its free! ;)

Congratulations on the hard work guys!