Jump to content
  • entries
    18
  • comments
    28
  • views
    1,052

MDT, ADK and Failure (5616): 15299: Verify BCDBootEx


Like many of us, I'm planning an upgrade to the base image used across the site. Whilst I know that Windows 10 2004 is having a slightly shaky start to life, I'm going with the latest version, and hoping that any issues are patched.

 

So, I downloaded the latest ISO from Microsoft, stuck it into MDT, added some tasks into the Task Sequence, and attempted to build a VM. This is where the problems began. To cut a long story short:

 

1, You'll need to upgrade MDT and ADK, along with the Windows PE addon, to the latest version to be able to deploy Windows 10 2004.

2, The latest version of MDT is slightly broken, and will identify BIOS machines (or version 1 VMs) as UEFI, and thus the Failure (5616): 15299: Verify BCDBootEx issue.

 

There are two fixes, one is a script that needs to be placed into your Task Sequence - Video here:

Script can be found here: https://github.com/DeploymentResearch/DRFiles/blob/master/Scripts/FixUEFIDetection.wsf

 

The other is a direct fix from Microsoft, which is probably the best bet, https://support.microsoft.com/en-us/help/4564442/windows-10-deployments-fail-with-microsoft-deployment-toolkit

 

I can confirm the script in the first link resolved my issue. I'm hoping the fix from Microsoft will resolve it permanently, without the need for a separate task in each sequence!

 

Initial testing shows that the first fix works, the one from Microsoft didn't. I may have missed something, but for now I'll continue using the script.

Edited by simpsonj

1 Comment


Recommended Comments

robgowans

Posted

I updated MDT to build 8456 ADK Windows 10 and regenerated a reference Window Server 2012R2 image to Hyper-V. Failed at installation stage with 5616.

 

Deleted and recreated the Hyper-V VM (erasing any previous disk partitioning).

Applied MS hotfix 8456

 

Reference image deployed successfully.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...