我装了LINUX ES 3.0后把UNIX 的启动给冲掉了。
我的分区是这样的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 不是已经有SCO的选项了吗?
有什么问题呢?引导不起来?
当然未装linux的时候用的是什么引导程序?
是不是SCO的引导程序,然后你把它装在MBR了?如果照你上面的grub.conf无法引导的话,我也不知道了。 差了一个BOOT
后来在外国的网站上找到的。
页:
[1]