- 论坛徽章:
- 0
|
一个有趣的问题
There is /etc/grub/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/hda2
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-9)
root (hd0,1)
kernel /boot/vmlinuz-2.4.20-9 ro root=LABEL=/
initrd /boot/initrd-2.4.20-9.img
title RHLinux9.0 (2.4.20-
root (hd0,1)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title WIN2KSEVER
rootnoverify (hd0,0)
chainloader +1 |
|