|
|
发表于 2003-10-28 12:06:54
|
显示全部楼层
这里我的grub.conf文件
# 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,9)
# kernel /vmlinuz-version ro root=/dev/hdc12
# initrd /initrd-version.img
#boot=/dev/hdc
default=1
timeout=10
splashimage=(hd0,9)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0-test8)
root (hd0,9)
kernel /vmlinuz-2.6.0-test8 ro root=/dev/hdc10
initrd /initrd-2.6.0-test8.img
title Red Hat Linux (2.4.20-8)
root (hd0,9)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
我将kernel /vmlinuz-2.6.0-test8 ro root=/dev/hdc10里的改成
kernel /vmlinuz-2.6.0-test8 ro root=/dev/hdc12
都不行的~~~ |
|