|
楼主 |
发表于 2003-8-6 12:20:01
|
显示全部楼层
这是我RH的grub引导,我安装MDK时引导分区也是在第一扇区上,装RH引导也是在第一扇区上,把MDK的给复盖了,请问要怎么引导MDK?谢了。
# 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,6)
# kernel /boot/vmlinuz-version ro root=/dev/hdb7
# initrd /boot/initrd-version.img
#boot=/dev/hdb
default=0
timeout=10
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.21-20.1.2024.2.1.nptl)
root (hd0,6)
kernel /boot/vmlinuz-2.4.21-20.1.2024.2.1.nptl ro root=LABEL=/
initrd /boot/initrd-2.4.21-20.1.2024.2.1.nptl.img
title Mandrake9.2
rootnoverify (hd0,6)
chainloader +1
title winXP
rootnoverify (hd0,0)
chainloader +1
[root@localhost root]# fdisk -l
Disk /dev/hdb: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 402 3229033+ b Win95 FAT32
/dev/hdb2 403 5005 36973597+ f Win95 Ext'd (LBA)
/dev/hdb5 403 3602 25703968+ b Win95 FAT32
/dev/hdb6 3603 4255 5245191 83 Linux
/dev/hdb7 4256 4942 5518296 83 Linux
/dev/hdb8 4943 5005 506016 82 Linux swap
[root@localhost root]# |
|