|
后面那个2000是自给按论坛上说的加进去的,不知道对不对,大家帮我看看,我是2个硬盘2000在第2一个硬盘上,REDHAT在第二个硬盘上!
# 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 (hd1,0)
# kernel /boot/vmlinuz-version ro root=/dev/hdd1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=300
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
password --md5 $1$Dw16Lxeq$xoodtWhNgJmrHJ1BiP9hB0
title Red Hat Linux (2.4.18-3)
root (hd1,0)
kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hdd1 hdc=ide-scsi
initrd /boot/initrd-2.4.18-3.img
title Win2000
rootnoverify (hd0,0)
chainloader +1 |
|