从 GRUB 救援启动 Windows

pru*_*mme 23 linux mbr grub ubuntu

这是我的情况:

  • 安装没有 CD 的 Ubuntu(使用 unetbootin)
  • 双引导安装(Windows XP+Ubuntu)
  • 不喜欢安装并决定启动到 Windows 并删除 Linux 分区
  • 忘记mbr从 Windows 中修复

现在,当我启动时,我陷入了 GRUB 救援困境。

简单的问题: 如何从 GRUB 救援引导到 Windows?

我无法从 CD 启动,因此通常的解决方案(恢复 CD 等)不起作用。一个较旧的问题提到了启动 Windows 的可能性,但没有指定详细信息:Ubuntu grub 救援提示

任何提示?

小智 21

当 GRUB 消失时,引导到 Windows 的能力也消失了。您现在需要从 Windows CD 启动以恢复主引导记录 (MBR)。如果您手边没有 Windows 安装介质,您也可以使用其他启动 CD,例如适用于 WindowsUltimate Boot CDBart PEHiren 的启动 CD。以下是步骤:

  • 从 Windows CD 启动并选择“修复”。或者,从上述其他引导 CD 之一引导并运行命令提示符。

  • 对于 Windows 8 计算机:

    1. Insert disc
    2. set boot order to disc at first priority
    3. reboot, wait for installer to load
    4. select language and keyboard type and click continue
    5. DO NOT CLICK INSTALL, instead click repair my computer in the bottom left corner
    6. click troubleshoot
    7. click advanced
    8. click command prompt and enter the commands below.
    
    Run Code Online (Sandbox Code Playgroud)

请添加更多操作系统教程。


pru*_*mme 7

正如 Gilles 已经指出的那样,grub 救援只有少数命令允许您加载模块(例如,从 grub 救援磁盘)。

在我的情况下 - 从其他来源启动是不可能的 - 唯一的选择是从计算机上移除硬盘并使用便宜的外置硬盘盒通过 USB 将磁盘连接到另一台计算机。在那台电脑上,我用MbrFix来修复 mbr。