|
我的分区是这样的
HD1主分区 DOS+WINDOWS 2000 EN
HD2主分区 SCO UNIX 5.05
HD3 扩展分区
HD6 逻辑分区 软件资料
HD7 逻辑分区 资料
HD8 逻辑分区 WINDOWS 2000 CN
LINUX 主分区
LINUX SWAP 分区
请问高手怎么在GRUB中加入UNIX的引导
我的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,7)
# kernel /boot/vmlinuz-version ro root=/dev/hda8
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
password --md5 $1$1anfwoK5$B1loN1yIPQ8ujr52fgIbk1
title Linux ES
root (hd0,7)
kernel /boot/vmlinuz-2.4.21-9.EL ro root=LABEL=/
initrd /boot/initrd-2.4.21-9.EL.img
title windows
rootnoverify (hd0,0)
chainloader +1
title SCO unix
rootnoverify (hd0,1)
chainloader +1 |
|