Mdt bundle problems

Hi,
anyone tried to create MDT BUNDLE with Windows 10 2004?

if i use “install mdt bundle creator” it keeps failing on random packages.
I ran tests on a clean pc with windows pro v.2004.

Bye

Download error: "Error processing completed download: Requested sha1 437d8d7e34bc765b6308f10899272ff56c4fdefc does not match actual sha1 efae3a9fa6fb13f2fea8e6ac8058d2e8dd08965d"
Download requested on server:
URL: https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x64.msi
Hash: (sha1)437d8d7e34bc765b6308f10899272ff56c4fdefc
Size: 21602304 bytes
Next retry: 6 minutes. Retry now

have a different sha1… I think it needs to be fixed

This action is part of multiple action group #00-22022, “Deploy MDT Bundle Creator - WADK 10 version 2004 MDT build 8456”, with the following sibling actions:

00-22023: Validate Endpoint
00-22024: Deploy 7zip
00-22025: Deploy Powershell
00-22026: WADK 10 version 2004
00-22027: Identify WADK Release Id
00-22028: MDT build 8456
00-22029: MDT Bundle Creator

Error on 00-22028

Yeah Microsoft updated the MDT installer so the SHA1 and File size checks fail. I ran into the same thing and have reported it. Dev is updating things, but in the meantime you can create a copy of the “Deploy MDT build 8456” task and update the actionscript to be this…

if{x64 of operating system}
prefetch MicrosoftDeploymentToolkit_x64.msi sha1:efae3a9fa6fb13f2fea8e6ac8058d2e8dd08965d size:21602304 https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x64.msi sha256:4810c0d8daa1fece0afb7103a4aa6e33ef92a2e238e3a704fe4425e21db98808
waithidden msiexec.exe /i “__Download\MicrosoftDeploymentToolkit_x64.msi” /qn
endif

if{not x64 of operating system}
prefetch MicrosoftDeploymentToolkit_x86.msi sha1:c0934dcfddad5db787f8ae5b8bfd7d39adb769c4 size:21086208 https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x86.msi sha256:83ce407cda831d45f7403537e6686f2b5a3cb897bfe9da19f0180f48f6cd2a3c
waithidden msiexec.exe /i “__Download\MicrosoftDeploymentToolkit_x86.msi” /qn
endif

Once you do that send the action out to your bundle creator machine. If your original action is still running then once your custom copy finishes the original action will continue on and finish just fine. If the original action did expire or was stopped, then after your custom MDT task completes just run the “Deploy MDT Bundle Creator” task by itself and that will complete the bundle creator installation for you.

2 Likes

Hi,
meanwhile thanks for the reply, but i had already bypass the problem. Now the problem is different, when i launch the MDT creation process, it keeps giving me this error:

Died at C:\OSDSETUP\MDTBundleCreator\MDTBundleCreator64.exe line 105.
[Thu Oct 22 17:06:44 2020] === MDTBundleCreator 3.10.33 ===
[Thu Oct 22 17:06:44 2020] WADK 10 release id 2004 runs on Windows version 6.3
[Thu Oct 22 17:06:44 2020] ERROR: OptionId.DeploymentTools is not installed in WADK 10
[Thu Oct 22 17:06:44 2020] ERROR: OptionId.UserStateMigrationTool is not installed in WADK 10
[Thu Oct 22 17:06:44 2020] ERROR: OptionId.WindowsPreinstallationEnvironment is not installed in WADK 10
[Thu Oct 22 17:06:44 2020] ERROR: Bundle Creation encountered fatal error:
Died at C:\OSDSETUP\MDTBundleCreator\MDTBundleCreator64.exe line 972.

  • I try to install WADK10 with fixlet
  • WADK10 with a manual install
  • Install WADK to other path on disk D
  • Checked the correct paths on the registry

All these tests were done on freshly formatted machines with Windows 10 2004 and 20H2.

Any idea?

You WADK install sounds suspect. I would manually remove it and then install it using the same download URL as the task uses…

http://download.microsoft.com/download/8/6/c/86c218f3-4349-4aa5-beba-d05e48bbc286/adk/adksetup.exe

… as well as the same command line options that the task uses:

adksetup.exe /quiet /features OptionId.DeploymentTools OptionId.UserStateMigrationTool

FWIW, I’m able to create and upload the MDT bundle along with both Windows 10 1909 and 2004 OS resources just fine. I used the standard MDT Bundle Creator deployment process with the exception of the adjustments to the "Deploy MDT build 8456” task i noted above.

Not sure if if this is related to BigFix fixing the fixlet, but I’m getting this after bypassing the MDT file by installing it directly.

Download error: "Unexpected HTTP response: 503 Service Unavailable"
Download requested on server: URL: http://software.bigfix.com/download/osd/MDTBundleCreator-3.10.33.zip Hash: (sha1)cd88132ad6fe8a47ba7fdca5c71e42c72526c69b
Size: Next retry: 2 minutes. Retry now

That download seems to be working for me…if it’s still giving a problem for you, I’d check whether it’s a proxy issue, otherwise it may have been a temporary outage

I just used the commands described in the fixlet, with 2 different cleaned computer with 2004. same error, not working.