开机错误:

error: file '/boot/grub/i386-pc/normal.mod' not found.

Entering rescue mode...

grub rescue>

先输入ls回车,查看显示的内容。如:

(hd0)  (hd0,msdos14) (hd0,msdos13) (hd0,msdos12)....

然后找出哪个盘安装了系统,

ls (hd0,msdos1)/boot/grub

ls (hd0,msdos2)//boot/grub

...

尝试所有的,直到返回内容不再是error: unknown filesystem.为止。

如输入ls (hd0,msdos13)/boot/grub后出现了类似如下内容。即为找到了系统所在分区。

然后依次输入如下内容:

set root=(hd0,msdos13)/boot/grub

set prefix=(hd0,msdos13)/boot/grub

insmod normal

normal

sudo update-grub

grub-install /dev/sda