這個補丁說是錯誤識別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
-
Close the Deployment Workbench.
-
Backup the existing x86 and x64 versions of the Microsoft.BDD.Utility.dll file in the following locations.
%ProgramFiles%\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x86\
%ProgramFiles%\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x64\ -
Copy the new files extracted from MDT_KB4564442.exe over the old versions.
-
For each deployment share that you have created, repeat the file replacement (e.g. C:\DeploymentShare\Tools\x86, C:\DeploymentShare\Tools\x64, etc.).
-
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,替換一下。
主要替換共享目錄里面的。
-
For each deployment share that you have created, repeat the file replacement (e.g. C:\DeploymentShare\Tools\x86, C:\DeploymentShare\Tools\x64, etc.).
然后重新生成PE鏡像。