开机启动遇到grub rescue,无法启动系统怎么办
人气:0装托系统的时候,可能会破坏系统的开机启动项,如在已有win8后又装来一个ubuntu,然后又装来一个ubuntu,终于出问题了,当务之急是怎么先进系统。
操作方法
- 01
开机错误如图:error: file '/boot/grub/i386-pc/normal.mod' not found.Entering rescue mode...grub rescue>
- 02
先输入ls回车,查看显示的内容。如:(hd0) (hd0,msdos14) (hd0,msdos13) (hd0,msdos12)....
- 03
然后找出哪个盘安装了系统,ls (hd0,msdos1)/boot/grubls (hd0,msdos2)//boot/grub...尝试所有的,直到返回内容不再是error: unknown filesystem.为止。
- 04
如输入ls (hd0,msdos13)/boot/grub后出现了类似如下内容。即为找到了系统所在分区。
- 05
然后依次输入如下内容:set root=(hd0,msdos13)/boot/grubset prefix=(hd0,msdos13)/boot/grubinsmod normalnormal
- 06
normal执行之后即进入选择启动项的界面。可以看到除了WIN8之外还有Ubuntu Kylin和Ubuntu 13.04总共3个系统。选择启动的系统进入即可。
特别提示
指令切勿输错
加载全部内容