|
|
编译了一个2.6.20的内核,启动的时候显示:
root (hd0,7)
Filesystem type is ext2fs, partition type 0x83
/boot/vmlinuz-2.6.20 ro root=LABEL=/ rhgb quiet
Error 15: File not found
我的grub.conf文件内容:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,7)
# kernel /boot/vmlinuz-version ro root=/dev/hda8
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=5
#splashimage=(hd0,7)/boot/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.20)
root (hd0,7)
kernel /boot/vmlinuz-2.6.12.3 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.12.3.img
title Fedora Core (2.6.18-1.1827_FC6)
root (hd0,7)
kernel /boot/vmlinuz-2.6.18-1.1827_FC6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.1827_FC6.img
title Other
rootnoverify (hd0,0)
chainloader +1
第一个title那段是我模仿原来的加上去的;这种错误怎么解决呢? |
|