主要有以下3种方法:
1.
启动系统到WinRE,使用“启动修复”。
2.
在WinRE中使用Bootrec.exe来修复BCD:
要使用Bootrec.exe来恢复损坏的BCD或者缺少启动项,可以使用以下命令:
bootrec /rebuildbcd
3.
在WinRE使用BCDEdit中手动创建
启动至WinRE在命令行中依次输入以下命令:
bcdedit /create /d “Windows 7” /application osloader
bcdedit /enum
bcdedit /displayorder {<GUID>} /addlast
bcdedit /set {<GUID>} device partition=C:
bcdedit /set {<GUID>} path \Windows\system32\winload.exe
bcdedit /set {<GUID>} systemroot \Windows
bcdedit /set {<GUID>} osdevice partition=C: