在安装MDT后,更新boot.wim出现如下报错:
=== Making sure the deployment share has the latest x86 tools ===
=== Processing LiteTouchPE (x86) boot image ===
Building requested boot image profile.
System.Management.Automation.CmdletInvocationException: Unable to open the specified WIM file. ---> System.Exception: Unable to open the specified WIM file. ---> System.ComponentModel.Win32Exception: The system cannot find the path specified
这是个by design,根据微软文档, 从22H2开始,安装的ADK不再内置x86 WinPE了,用MDT去做x64的windows部署会导致MDT崩溃failed掉。
所以安装ADK时,不要忘记顺带下载WinPE扩展。
Download and install the Windows ADK | Microsoft Learn
这还没完事,下载出来的WinPE没有x86,可用的workaround是把amd64的复制出来一份,重命名为x86。
向导可以正常进行了。