红联Linux门户
Linux帮助

第一时间体验F7-grub里面的内容

发布时间:2007-06-01 21:30:16来源:红联作者:Beabletowin
[MEDIA][/MEDIA][root@F7 /]# cat /boot/grub/grub.conf
# 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
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.20-2925.9.fc7xen)
root (hd0,0)
kernel /boot/xen.gz-2.6.20-2925.9.fc7
module /boot/vmlinuz-2.6.20-2925.9.fc7xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.20-2925.9.fc7xen.img
title Fedora-base (2.6.21-1.3194.fc7)
root (hd0,0)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img
文章评论

共有 2 条评论

  1. lvelinux 于 2007-06-03 12:24:11发表:

    我的F7-grub里面的内容:
    # 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 /boot/, eg.
    # root (hd0,7)
    # kernel /vmlinuz-version ro root=/dev/sda10
    # initrd /initrd-version.img
    #boot=/dev/sda
    default=1
    timeout=5
    splashimage=(hd0,7)/grub/splash.xpm.gz
    hiddenmenu
    title Fedora-base (2.6.21-1.3194.fc7)
    root (hd0,7)
    kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
    initrd /initrd-2.6.21-1.3194.fc7.img
    title Win98/Winxp
    rootnoverify (hd0,0)
    chainloader +1

  2. ahwxl 于 2007-06-03 11:42:11发表:

    :0L