|
发表于 2002-11-26 23:33:22
|
显示全部楼层
终于搞定了,原来Debain和Redhat不一样,不需要initrd-*.img这样的文件,就vmlinuz就可以了.
default=0
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
password --md5 $1$Up6HMRu4$Fl72nn.kly4eTfT8cMlj7.
title Red Hat Linux (2.4.18-14)
root (hd0,7)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /boot/initrd-2.4.18-14.img
title DOS
rootnoverify (hd0,0)
chainloader +1
title Debain
rootnoverify (hd0,9)
kernel /vmlinuz root=/dev/hda10
就这样就可以了.终于试出来了,爽! |
|