分页: 1 / 1

ubuntu启动失败,卡在grub4dos界面

发表于 : 2013-08-09 10:59
894849635
卡在grub4dos页面,可以按tab查询命令。

Re: ubuntu启动失败,卡在grub4dos界面

发表于 : 2013-08-10 9:12
tlzr
grub4dos自带的menu.lst用来启动ubuntu的内容如下:

代码: 全选

title Switch to GRUB2 core.img for booting Linux (Ubuntu, etc)
fallback +1
find --set-root --ignore-floppies --ignore-cd /boot/grub/i386-pc/core.img
kernel /boot/grub/i386-pc/core.img
如果使用grub4dos启动ubuntu,需要检查:
1 ubuntu的/boot/grub下(或/boot/grub的某个子目录下)是否存在core.img文件
2 core.img文件的路径与上面内容中的路径是否相符