|
|
发表于 2005-8-11 20:24:25
|
显示全部楼层
贴一下我的grub.conf,也许对你有帮助initrd那一行是我使用了fbsplash,如果你没有使用,可以去掉
[PHP]#
# Sample boot menu configuration file
#
# Boot automatically after 30 secs.
timeout 5
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
splashimage=(hd0,6)/boot/grub/unix_os.xpm.gz
# For booting GNU/Linux
title Gentoo 2005
root (hd0,6)
kernel /boot/vmlinuz-2.6.12-r6 ro root=/dev/hda7 video=vesafb:mtrr,ywrap,pmipal,1024x768-16@85 splash=silent,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1
initrd /boot/splash-1024x768-new[/PHP] |
|