从 grub-rescue 恢复 grub

从 grub-rescue 恢复 grub

我正常使用 Ubuntu,突然系统出现故障,我不得不进行硬重置。之后,我在尝试加载 Ubuntu 时遇到了几个错误,因此我切换到 Windows 试图找到答案。Windows 在大约 5 分钟后冻结,现在每次我重新启动时都会发现一个“grub-rescue”shell

我如何恢复我的系统?我启动了 Ubuntu Pendrive 并尝试运行“boor-repair”,但没有成功。这是让我恢复的日志

http://paste.ubuntu.com/6927683/

答案1

  1. 放入相同版本的 ubuntu live cd
  2. 开机试用
  3. 转到 gpart 并识别为 ubuntu 保留的驱动器
  4. 前往终端

命令:-

sudo fdisk -l
sudo mount /dev/sdXY /mnt (where X is a/b and Y is 5,6,or 7)
sudo grub-install --root-directory=/mnt /dev/sdX
sudo reboot
sudo update-grub(while connecting with internet)

相关内容