|

楼主 |
发表于 2003-5-28 16:35:38
|
显示全部楼层
我的grub.conf是这样的
我一共装了 win2000 redhat 及LFS
其中win2000 一共有6 个区 redhat 共两个区 lfs使用了一个区
LFS系统在/dev/hda14中
grub.conf 配置如下:
default=1
timeout=10
splashimage=(hd0,9)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,9)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.18-14.img
title DOS
rootnoverify (hd0,0)
chainloader +1
title LFS
(hd0,13)
kernel /boot/lfskernel root=/dev/hda14 |
|