|
装了 Everst0.5 开机时无法进入grub>这个提示符 ?
一般是按C键进grub>这个提示符的,但 Everst0.5 无用。
grub.conf 如下,怎样加??在能进grub>这个提示符 。谢谢!!
# 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,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
gfxmenu (hd0,0)/boot/message
title Everest (2.6.23.1-3)
root (hd0,0)
kernel /boot/vmlinuz-2.6.23.1-3 ro root=LABEL=/ vga=788 splash=silent resume=/dev/sda5
initrd /boot/initrd-2.6.23.1-3.img
title Other
rootnoverify (hd0,5)
chainloader +1 |
|