1、使用windows安装光盘进行恢复
例如win10启动盘上,我们能看到左下角的“还原恢复系统选项”,因为我们无法通过本地硬盘进入windows内置的还原服务,只能通过启动盘进行恢复。
2、使用pE系统进入后,执行.Bat文件进行修复
用记事本复制下面代码,保存为.bat格式的文件,此格式为批处理文件格式,能自动连续执行多条命令,可以在dos和pe下运行
path C:\windows\system32
bcdedit /store C:\boot\bcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft windows10" /application osloader
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \windows\system32\winload.exe
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-Cn
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \windows
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:\boot\bcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:\boot\bcd /timeout 5
pause
3、转换成.bat文件后,代码会自动通过pE系统修复本地磁盘中的BCd文件,从而重新启动系统引导数据库;
4、另外,如果当出现此类错误后,你无法直接安装系统,例如提示无法找到磁盘符。可以通过更改Bios内的磁盘启动项来恢复操作。在部分现象中,当你的BCd文件损坏或丢失,Bios会直接设定UsB为第一启动项,哪怕你没有插入UsB设备,Bios依然默认UsB项为磁盘项目,所以无法重新安装系统。
上述给大家介绍的就是win10系统下提示boot manager丢失的详细图文步骤,希望本教程可以帮助到大家。
(责任编辑:chenhai)