我的给你参考一下。[code][marco.chan@fedora ~]$ sudo cat /etc/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,1)
# kernel /boot/vmlinuz-version ro root=/dev/sda2
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.12-170.2.5.fc10.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.12-170.2.5.fc10.i686 ro root=UUID=e9882562-2a0c-40cc-871b-a0c97692d805 rhgb quiet
initrd /boot/initrd-2.6.27.12-170.2.5.fc10.i686.img
title Fedora (2.6.27.9-159.fc10.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=e9882562-2a0c-40cc-871b-a0c97692d805 rhgb quiet
initrd /boot/initrd-2.6.27.9-159.fc10.i686.img
title Other #我有建立一个5GB分区的精简版XP分区。
rootnoverify (hd0,0)
chainloader +1
title install fedora #这是为以后要从硬盘ISO更新而准备的
kernel (hd0,2)/isolinux/vmlinuz
initrd (hd0,2)/isolinux/initrd.img[/code]
ztguang 于 2009-02-05 23:35:12发表:
# 作者: xianggh 发布日期: 2009-2-05
# 谢谢了..
# 我安装了fedora10
# 然后安了个redhat5
# fedora10就引导不起来了。 .谢谢大家 我去试下
我也遇到过该问题,RHEL5的grub不能引导F10(可能是F10的引导程序比较新,有了特殊的功能),需要将F10的grub安装到MBR,具体怎么做,请BAIDU一下吧
xianggh 于 2009-02-05 18:21:55发表:
谢谢了..
我安装了fedora10
然后安了个redhat5
fedora10就引导不起来了。 .谢谢大家 我去试下
Segim 于 2009-02-05 18:11:52发表:
如上
marco.chan 于 2009-02-05 18:09:32发表:
我的给你参考一下。[code][marco.chan@fedora ~]$ sudo cat /etc/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,1)
# kernel /boot/vmlinuz-version ro root=/dev/sda2
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.12-170.2.5.fc10.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.12-170.2.5.fc10.i686 ro root=UUID=e9882562-2a0c-40cc-871b-a0c97692d805 rhgb quiet
initrd /boot/initrd-2.6.27.12-170.2.5.fc10.i686.img
title Fedora (2.6.27.9-159.fc10.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=e9882562-2a0c-40cc-871b-a0c97692d805 rhgb quiet
initrd /boot/initrd-2.6.27.9-159.fc10.i686.img
title Other #我有建立一个5GB分区的精简版XP分区。
rootnoverify (hd0,0)
chainloader +1
title install fedora #这是为以后要从硬盘ISO更新而准备的
kernel (hd0,2)/isolinux/vmlinuz
initrd (hd0,2)/isolinux/initrd.img[/code]