提示:ERROR:file /boot/grub/i386-pc/normal.mod not found
(hd0,msdos1)(hd0,msdos2)
ls完了后显示ext2.这正是Linux的系统
grub rescue>set root=(hd0,msdos2)
grub rescue>set prefix=(hd0,msdos2)/grub
insmod normal
normal
注意:执行到insmod normal
还报错,那只有走3.2
的方式。
echo $prefix
echo $root
在liveCD模式进入UBUNTU,插入光盘,选择try ubuntu
先联网,然后打开终端,输入如下命令:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
通过xen找到快照,直接启用快照。