|
发表于 2003-5-14 10:15:15
|
显示全部楼层
why u can not generate the initrd file? what is the error? u can use mkinitrd to generate it.
a way not to use initrd: if u have / on scsi disk, then compile scsi disk support and controler chip support in to kernel (choose Y, not M). and choose ext3, reiserfs, xfs (if u use them for u fs) into u kernel.
add simlar entry into u grub.conf file
title xxx
root(hd0,6)
kernel /vmlinuz-2.4.xx ro root=/dev/hdxx
change the xx text with correct content.
that hdxx should be hda6 i guess |
|