Win7/Windows Server 2008 OnkeyGhost备份或恢复失败后开机项还原方法
[b]现象:[/b]Win7或Windows Server 2008 R2使用OnkeyGhost进行备份,重启后,进入Ghost时报错,提示如下:[quote]Windows启动管理器
Windows未能启动。原因可能是最近更改了硬件或软件。解决此问题的步骤:
......
文件:\okldr.mbr
状态:oxc000000f
信息:无法加载所选项,因为应用程序丢失或损坏。[/quote]
[attach]3858[/attach]
预使用OnkeyGhost“取消”所做备份操作,但提示错误:
[attach]3859[/attach]
[b]解决:[/b]利用bcdeidt删除错误启动项。
1、开机时按上下箭头,选Windows Server 2008 R2进入2008;
2、开始,运行中输入[u]cmd[/u],再输入如下命令(带下划线部分):
C:\Users\Administrator>[u]bcdedit[/u]
Windows 启动管理器
--------------------
标识符 {bootmgr}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale zh-CN
inherit {globalsettings}
default {current}
resumeobject {49b48fc1-4e3e-11e3-87d2-8e766a67bc65}
displayorder {current}
{49b48fc5-4e3e-11e3-87d2-8e766a67bc65}
{b5d09b58-5bdc-5b57-a096-7b7c6bde08f1}
toolsdisplayorder {memdiag}
timeout 2
Windows 启动加载器
-------------------
标识符 {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows Server 2008 R2
locale zh-CN
inherit {bootloadersettings}
recoverysequence {49b48fc3-4e3e-11e3-87d2-8e766a67bc65}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {49b48fc1-4e3e-11e3-87d2-8e766a67bc65}
nx OptOut
hypervisorlaunchtype Auto
xsavedisable 1
Windows 启动加载器
-------------------
标识符 {49b48fc5-4e3e-11e3-87d2-8e766a67bc65}
device partition=C:
path \Windows\system32\winload.exe
description no hyper-v
locale zh-CN
inherit {bootloadersettings}
recoverysequence {49b48fc3-4e3e-11e3-87d2-8e766a67bc65}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {49b48fc1-4e3e-11e3-87d2-8e766a67bc65}
nx OptOut
hypervisorlaunchtype Auto
xsavedisable 1
[color=Red]实模式启动扇区
---------------------
标识符 {b5d09b58-5bdc-5b57-a096-7b7c6bde08f1}
device boot
path \okldr.mbr
description OneKey Ghost[/color]
C:\Users\Administrator>[u]bcdedit /delete {b5d09b58-5bdc-5b57-a096-7b7c6bde08f1}[/u]
操作成功完成。
页:
[1]