|
|

楼主 |
发表于 2007-1-26 00:20:25
|
显示全部楼层
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-5.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/
initrd /initrd-2.6.9-5.EL.img
title LFS LINUX (2.6.18.3)
root (hd1,0)
kernel /boot/lfskernel-2.6.18.3 root=/dev/hdb1
[root@AS4 ~]# fdisk -l
Disk /dev/hda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 650 5116702+ 83 Linux
/dev/hda3 651 828 1429785 82 Linux swap
Disk /dev/hdb: 8589 MB, 8589934592 bytes
15 heads, 63 sectors/track, 17753 cylinders
Units = cylinders of 945 * 512 = 483840 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 12001 5670441 83 Linux
/dev/hdb2 12002 17753 2717820 5 Extended
/dev/hdb5 12002 13502 709191 82 Linux swap
/dev/hdb6 13503 13703 94941 83 Linux
[root@AS4 ~]#
这就是我的grub文件和分区情况 |
|