这是2016年WSE,启用了客户端恢复服务。
我们在单个DC的事件日志中得到了持久的错误:
我找到了这些相关的文档:
它提供了一些指导,但没有解释如果命令输出不包含每个引导映像的条目,那么应该做什么。
我们的两种架构都有这样的功能:
C:\>bcdedit.exe /store C:\RemoteInstall\Boot\x64uefi\default.bcd /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
path \Boot\x64\bootmgfw.efi
fontpath \boot\fonts
inherit {dbgsettings}
bootems Yes
timeout 30
C:\>bcdedit.exe /store C:\RemoteInstall\Boot\x86uefi\default.bcd /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
path \Boot\x86\bootmgfw.efi
fontpath \boot\fonts
inherit {dbgsettings}
bootems Yes
timeout 30
但对于另外两个人:
C:\>bcdedit.exe /store C:\RemoteInstall\Boot\x64\default.bcd /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
fontpath \boot\fonts
inherit {dbgsettings}
timeout 30
C:\>bcdedit.exe /store C:\RemoteInstall\Boot\x86\default.bcd /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
fontpath \boot\fonts
inherit {dbgsettings}
timeout 30
如我们所见,第二组不包含引导映像项。我相信这是我们错误的根源,但我不知道该如何进行。
我应该做些什么来创建这些条目?
发布于 2018-06-21 16:18:53
听起来你需要做的就是重新创建你的RemoteInstall
文件夹。这将重新生成引导文件和所需的目录,同时提供工作的默认配置。
RemoteInstall
文件夹:您可以通过执行以下操作重新生成RemoteInstall
文件夹:
RemoteInstall
文件夹上的文件夹共享。如果您不取消共享该文件夹,您将得到以下错误:
所以,在配置服务器之前,不要忘记删除文件夹共享!
服务器配置完成后,您将有一个新的RemoteInstall
文件夹。以下是服务器2016 RemoteInstall
文件夹在服务器上配置WDS角色之后的输出。
RemoteInstall
共享。发布于 2021-10-15 14:08:06
在我的情况下,经过一段时间的错误修复自己。也许需要等两天,问题就会自行解决。
https://serverfault.com/questions/916163
复制相似问题