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镜像。

  • 相关阅读:
    CentOS 7安装配置FTP服务器
    Python验证码
    Eclipse快捷键
    mybatis中的#和$的区别
    spring framework 各版本源码下载地址
    maven的pom.xml文件标签含义
    maven学习笔记
    (转)C#调用非托管Win 32 DLL
    (转)读取XML数据到treeView中
    SpringSecurity学习二----------实现自定义登录界面
  • 原文地址:https://www.cnblogs.com/jackadam/p/14692218.html
Copyright © 2011-2022 走看看