红联Linux门户
Linux帮助

求fedora11的menu.lst

发布时间:2009-06-16 00:11:01来源:红联作者:a1xidelu
电脑先后装了windows XP,fedora11,centos5三系统,后两个都是从硬盘安装的。安装centos5之后,在grub2里面并没有fedora11的选项,而 windowsXP则在other system的选项里。想在centos的menu.lst里面加上fedora11的title,于是挂载fedora11的根目录看看吧,这下好,是etx4文件系统,没法挂载,实在没有办法了,求各位帮个忙copy一份,谢啦!
文章评论

共有 2 条评论

  1. 绿色圣光 于 2009-10-23 19:14:10发表:

    /boot目录应该是ext3的吧?

  2. tych 于 2009-10-23 18:37:05发表:

    1# a1xidelu


    [root@localhost NETWORKS]# more /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,8)
    # kernel /boot/vmlinuz-version ro root=/dev/sda9
    # initrd /boot/initrd-version.img
    #boot=/dev/sda9
    default=0
    timeout=5
    splashimage=(hd0,8)/boot/grub/splash.xpm.gz
    hiddenmenu
    title Fedora (2.6.29.4-167.fc11.i686.PAE)
    root (hd0,8)
    kernel /boot/vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=3f5f4e31-50
    a5-45ad-9d8c-7f235724e8a8 rhgb quiet
    initrd /boot/initrd-2.6.29.4-167.fc11.i686.PAE.img
    title Other
    rootnoverify (hd0,0)
    chainloader +1