|
|

楼主 |
发表于 2005-6-24 11:07:29
|
显示全部楼层
我只有一块硬盘,系统是thizlinux
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,7)
# kernel /boot/vmlinuz-version ro root=/dev/hdc8
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=2
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
title Thiz Server (2.6.11)
root (hd0,7)
kernel /boot/vmlinuz-2.6.11 ro root=/dev/hdc8
initrd /boot/initrd-2.6.11.img
#title Thiz Server (2.4.21)
# root (hd0,7)
# kernel /boot/vmlinuz-2.4.21 ro root=/dev/hdc8 acpi=off vga=791 splash=silent
# initrd /boot/initrd-2.4.21.img
title ThizServer (2.4.22-3Thiz)
root (hd0,7)
kernel /boot/vmlinuz-2.4.22-3Thiz ro root=LABEL=/ acpi=off vga=791 splash=silent
initrd /boot/initrd-2.4.22-3Thiz.img
title Windows
rootnoverify (hd0,0)
chainloader +1 |
|