https://blog.csdn.net/laocaibcc229/article/details/79274412

解决方案:
1.制作一个U盘启动盘。下载对应的ubuntu系统,用UltraISO制作Ubuntu U盘启动。
2.打开电脑后选择u盘启动盘,然后选择try ubuntu without install。试用不安装。
3.进入ubuntu系统后,连接好网络,打开终端,输入下面命令,按照提示操作。

    sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update  

4.完成后,终端中输入下面命令:

    sudo apt-get install -y boot-repair && boot-repair  

会出现如下界面,选择recommended repair

Ubuntu 16.04 引导修复 boot repair

5.按照boot repair提示的操作进行,完成后重启电脑即可完成

相关文章:

  • 2021-12-13
  • 2021-12-24
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-08-11
猜你喜欢
  • 2021-11-07
  • 2021-12-07
  • 2021-11-06
  • 2022-02-13
  • 2022-12-23
  • 2021-11-24
相关资源
相似解决方案