删除 Ubuntu 分区后,我重新启动了计算机,但只收到一条提示:
grub rescue >
命令ls
列表
(hd0) (hd0,msdos5) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
我逐一检查:
ls (hd0,msdos5)/
ls (hd0,msdos1)/
但我找不到正确的分区。
答案1
请尝试以下操作..
grub rescue > ls
(hd0) (hd0,msdos5) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
grub rescue > ls (hd0,msdos1) # try to recognize which partition is this
grub rescue > ls (hd0,msdos2) # let's assume this is the linux partition
grub rescue > set root=(hd0,msdos2)
grub rescue > set prefix=(hd0,msdos2)/boot/grub # or wherever grub is installed
grub rescue > insmod normal # if this produced an error, reset root and prefix to something else ..
grub rescue > normal
要永久修复,请在成功启动后运行以下命令:
sudo update-grub
sudo grub-install /dev/sdX
你的启动驱动器在哪里/dev/sdX
。
答案2
要删除 GRUB,只需从另一台电脑下载 Windows 8 或 10。使用 Rufus 将 iso 刻录到 USB 中。从 USB 启动,单击故障排除, 然后命令提示符,然后输入:
Bootrec /fixmbr
无需 Ubuntu 的 GRUB,Windows 即可正常启动。您可以重新安装 Ubuntu。
答案3
使用 Ubuntu Live CD 或 Live USB 启动计算机
然后按照第二个选项:在 Ubuntu 中安装 Boot-Repair来自此链接:
答案4
我做了同样的事情。删除了 Ubuntu 分区。我可以进入 BIOS。
如果您有可启动的 Ubuntu USB,请进入 BIOS 并在启动顺序中选择 USB。重新启动。然后再次安装 Ubuntu。这次您可以安全地删除。