常用词典软件
GoldenDict 中文用户手册(https://gith...
文化·技术·创意·工作
开机错误如图:
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
normal执行之后即进入选择启动项的界面。可以看到除了WIN8之外还有Ubuntu Kylin和Ubuntu 13.04总共3个系统。选择启动的系统进入即可。
【注】安装一键GHOST等软件后,重新启动,有时会遇到grub而无法进入DOS环境下执行备份或恢复操作。解决办法:
进入Windows系统,打开Diskgenius(http://www.diskgenius.cn/)软件,执行清除MBR操作,重启就好了。