win10+ubuntu双系统,win10重装后恢复启动选项

1. (Ctrl+Alt+T), sudo -i 获取管理员权限

2、 fdisk -l  找到分区盘sda10

3、 mount /dec/sda10 /mnt     

4、 grub-install --root-directory=/mnt /dev/sda 

      出现Installationfinished,No Error Reported则表示成功了

5、重启电脑,出现grub问题。

解决办法:

ls (hd0,8)/     找到真正的盘符 

set root=(hd0,8)
set prefix=(hd0,8)/grub    或  (hd0,8)/boot/grub
insmod normal
normal

链接:https://www.cnblogs.com/travellife/p/4076321.html

https://blog.csdn.net/luo617/article/details/81321721

相关文章:

  • 2021-07-18
  • 2022-12-23
  • 2021-12-31
  • 2021-10-30
  • 2021-04-18
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-12-03
  • 2021-10-27
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案