概述
用还是用ls (hd0,X)/grub命令查看每个盘里面的内容,
情况一 :如果你是在/boot/grub这个目录下找到的
grub rescue>root=(hd0,9)
grub rescue>prefix=/boot/grub //grub路径设置
grub rescue>set root=(hd0,9)
grub rescue>set prefix=(hd0,9)/boot/grub
grub rescue>insmod normal //启动normal启动
grub rescue>normal
情况二 :如果你是在/grub这个目录下找到的
grub rescue>root=(hd0,9)
grub rescue>prefix=/grub //grub路径设置
grub rescue>set root=(hd0,9)
grub rescue>set prefix=(hd0,9)/grub
grub rescue>insmod normal //启动normal启动
grub rescue>normal
之后你就能见到启动项了,然后进入系统。
sudo update-grub
sudo grub-install /dev/sda
转载于:https://www.cnblogs.com/Mr210843013/p/4797505.html
最后
以上就是无情西装为你收集整理的关于linux开机进入grub问题的解决方法的全部内容,希望文章能够帮你解决关于linux开机进入grub问题的解决方法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复