//
you're reading...
Uncategorized

MDT 2013 LAB: Sysprep and Capture task sequence fails

Problem: Sysprep and Capture task sequence fails when I was capturing Windows 2012 R2 Update.

Workaround: http://support.microsoft.com/kb/2797676

Go to the Scripts folder Distribution Share and go ahead edit LTIApply.wsf

 

Add the following below Copy bootmgr section:

If not oFSO.FolderExists(sBootDrive & "\Boot") then
   oFSO.CreateFolder(sBootDrive & "\Boot")
End if

Save LTIApply.wsf and Update Deployment Share and run the Capture Task Sequence again.

It should capture your reference image by then.

According to the from support.microsoft.com this issue affects the Sysprep and capture TS both MDT 2012 Update 1 and MDT 2013.

Discussion

One thought on “MDT 2013 LAB: Sysprep and Capture task sequence fails

  1. Hi,

    i have updated the LTIapply file.. still capture is failing with 8 errors. Please advise. Thanks

    Posted by Rama | June 4, 2016, 3:04 pm

Leave a comment