hongmeigui22027 发表于 2019-2-18 11:28:15

双系统启动ubuntu提示grub rescue

  故障现象:error:file "/boot/grub/i386-pc/normal.mod" not found
  故障分析:系统引导中未找到normal.mod文件
  解决方法:
1、插入Ubuntu系统的安装光盘,进入live CD模式。选择"Try Ubuntu" 即可。
2、确定网络的连通性。ping 网关,WEB域名。
3、进入桌面后,打开超级终端输入以下命令
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
4、在屏幕中央弹出的窗口中选择修复即可。
http://i2.运维网.com/images/blog/201811/12/fcb26fb49ccaaae1ea6323ac47c986b4.png



页: [1]
查看完整版本: 双系统启动ubuntu提示grub rescue