|
发表于 2004-9-19 21:12:09
|
显示全部楼层
出现问题了
grub启动时提示file not found。。。。
??????
[PHP][root@leo leo]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/vmlinuz-version ro root=/dev/hda4
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=5
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
title Gentoo1.4(2.6.5-r1)
root (hd0,8)
kernel (hd0,7)/vmlinuz-2.6.5-gentoo-r1-1.4 ro root=/dev/hda9
title Gentoo2004.1(2.6.5-r1)
root (hd0,4)
kernel (hd0,7)/vmlinuz-2.6.5-gentoo-r1-2004.1.a ro root=/dev/hda5
title Gentoo(2.6.3)
root (hd0,8)
kernel (hd0,7)/vmlinuz-2.6.3-gentoo-r1 ro root=/dev/hda9
title RH9(2.6.4)
root (hd0,3)
kernel (hd0,7)/vmlinuz-2.6.4-rh ro root=/dev/hda4
title RH9(2.4.20)
root (hd0,3)
kernel (hd0,7)/vmlinuz-2.4.20-rh ro root=LABEL=/
initrd (hd0,7)/initrd-2.4.20-8.img
title Gentoo2004.2 (2.6.8)
root (hd0,4)
kernel (hd0,7)/vmlinuz-2.6.8 ro root=/dev/hda5
title Gentoo Linux (g-d-s 2.6.8)
root (hd0,4)
kernel (hd0,7)/vmlinuz-2.6.8 ro root=/dev/hda5 video=vesafb:ywrap,pmipal,1024x768-32@60 splash=silent,theme:emergence
initrd /boot/fbsplash-emergence-1024x768
[/PHP]
没道理啊,倒数第一,二个title是同一个内核,只是最后一个多了video。。。。。
怎么就file not found?它要找什么file呢? |
|