本文是ubuntu没存在问题,调整过windows的分区后出现的
grub rescue>
解决方法:
grub rescue> ls
grub rescue> ls (hd0,x) /boot/grub 尝试x,确定装有grub的分区,x为数字
我的ubuntu原来为(hd0,8),现在为(hd0,9)
grub rescue >set root=(hd0,9)
grub rescue >set prefix=(hd0,9)/boot/grub
grub rescue >insmod /boot/grub/normal.mod
grub rescue >normal
回车以后便是熟悉的grub 1.99界面,这样可以进入ubuntu
当然不能每次开机都这样2B一样输命令,所以进入到系统后,用root执行
#update-grub
把grub的配置信息更新好
#grub-install /dev/sda
在sda这块硬盘上安装grub2,而不是在某分区。
:)EOT
Leave a Reply