zoukankan      html  css  js  c++  java
  • MDT补丁 MDT_KB4564442 MDT FAILURE ( 5616 ): 15250: Verify BCDBootEx

    这个补丁说是错误识别BIOS为UEFI模式。

    结果导致分区步骤变为了GPT格式,MBR分区格式,无法激活什么的。

    https://support.microsoft.com/en-us/topic/windows-10-deployments-fail-with-microsoft-deployment-toolkit-on-computers-with-bios-type-firmware-70557b0b-6be3-81d2-556f-b313e29e2cb7

      1. Close the Deployment Workbench.

      2. Backup the existing x86 and x64 versions of the Microsoft.BDD.Utility.dll file in the following locations.
        %ProgramFiles%Microsoft Deployment ToolkitTemplatesDistributionToolsx86
        %ProgramFiles%Microsoft Deployment ToolkitTemplatesDistributionToolsx64

      3. Copy the new files extracted from MDT_KB4564442.exe over the old versions.

      4. For each deployment share that you have created, repeat the file replacement (e.g. C:DeploymentShareToolsx86, C:DeploymentShareToolsx64, etc.).

      5. Open the Deployment Workbench, select the Deployment Share and choose the Update Deployment Share option, choosing to completely regenerate the boot image.  Perform this step for each deployment share to ensure each one is updated with the correct binaries.

    就是替换这两个文件,重新升级一下部署,重新生成PE,替换一下。

    主要替换共享目录里面的。

    1. For each deployment share that you have created, repeat the file replacement (e.g. C:DeploymentShareToolsx86, C:DeploymentShareToolsx64, etc.).

    然后重新生成PE镜像。

  • 相关阅读:
    Java注释中的@deprecated与源代码中的@Deprecated
    android KE or NE分析
    Android手机中UID、PID作用及区别
    mtk刷机错误汇总
    区分Integer.getInteger和Integer.valueOf、Integer.parseInt() 的使用方法
    :>/dev/null 2>&1 的作用
    android 小技巧
    转:Eclipse自动补全功能轻松设置
    android开发常用地址
    转:大数据 2016 landscape
  • 原文地址:https://www.cnblogs.com/jackadam/p/14692218.html
Copyright © 2011-2022 走看看