arayeshiki 写道:
请问,我按照上面的教程安装ubuntu8.10,安装提示取出光盘重启,进入XP复制grldr和menu.lst到C盘根目录,重启进入Ubuntu出现了Error 15:File not found,提示为
Kernel /vmlinuz-2.6.27-7-generic
root=UUID=8edcdd67-10ff-4e32-8ael-f592cco4ofof ro
locale=zh_CN quiet splash
参考7楼的方法,但是我不是很明白root (hdx,y),可不可以用实例解释一下(hdx,y)应如何填??
root (hdx,y),可以这样理解,前面的hdx是硬盘,后面的y是该硬盘里的分区
如果只有一个硬盘,x这儿就是hd0,第二个硬盘是hd1往下排,
后面的y,是安装grub时选择的分区,
比如这儿grub是安装到了/dev/sda10,注意后面的sda10
从sda中的a可知是第一块硬盘,对应的是hd0
后面的分区10,对应的是9,关系是减去1,可能是因为从0开始计数的
我用这种方法,却出现
grub>
这个界面
我是XP+ubuntu8.10,其中UBUNTU启动是装在/dev/sda7中“/”逻辑分区下
menu.lst是这样写的
title ubuntu
root (hd0,6)
chainloader +1
后来改进了menu.lst:
title ubuntu
root (hd0,6)
chainloader +1
title shutdown
halt
title Ubuntu 8.10, kernel 2.6.27-7-generic
root (hd0,6)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=2af983b6-6202-4f86-8081-72eecd4cef3a ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 2af983b6-6202-4f86-8081-72eecd4cef3a
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=2af983b6-6202-4f86-8081-72eecd4cef3a ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 2af983b6-6202-4f86-8081-72eecd4cef3a
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=2af983b6-6202-4f86-8081-72eecd4cef3a ro single
initrd /boot/initrd.img-2.6.27-7-generic
其中最后两项是从ubuntu中的menu.lst中抄过来的
运行结果是找不到文件??英文的我给忘了,汗~~~~
怎么办啊!!!就为这个我都装两年了(2008-12-31 23:59到2009-1-1 0:0)