|
|
发表于 2004-2-17 10:56:17
|
显示全部楼层
另外想补充的是,我没有重新安装GRUB,我是用主系统的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,8)
# kernel /boot/vmlinuz-version ro root=/dev/hda9
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.4.21-4.EL)
root (hd0,8)
kernel /boot/vmlinuz-2.4.21-4.EL ro root=LABEL=/
initrd /boot/initrd-2.4.21-4.EL.img
title windows 2000
rootnoverify (hd0,0)
chainloader +1
title LFS 5.0
root (hd0,6)
kernel /boot/lfskernel root=/dev/hda7 ro |
|