0

我们有几个 CI/CD 管道,我们在其中从 Windows VMS(Server 2016 DC)创建映像。然后使用这些映像在 azure 中部署新的 vm。在创建镜像之前,我们在 /quiet 模式下运行 sysprep.exe 来概括机器。这已经工作了很长时间,但从上周开始,我们注意到这一步存在问题。在 C:\Windows\system32\Sysprep\Panther\setuperr 中记录的错误消息是:

2020-11-03 13:14:01, Error [0x0f0085] SYSPRP LaunchDll:Could not load DLL C:\windows\system32\VMAgentDisabler.dll[gle=0x0000007e] 
2020-11-03 13:14:01, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x7e[gle=0x0000007e]
2020-11-03 13:14:01, Error [0x0f00ae] SYSPRP WinMain:Hit failure while processing sysprep generalize external providers; hr = 0x8007007e[gle=0x0000007e]

VMAgentDisabler.dll 可以位于记录的路径下。我想问一下,是否有人也遇到过这个问题。此外,高度赞赏有关如何处理此错误的任何建议或可能导致此错误的可能信息。

微软似乎知道这个问题,但他们文档中建议的修复对我的情况没有帮助。 https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/error-occurs-when-running-sysprep-generalize

4

0 回答 0