1.在安装Grub/Lilo之前,alt+F2获得一个控制台.
2.# chroot
/target
3.在/etc/mkinitrd/modules文件中加入megaraid2.
4.# mount -t proc name
/proc
5.# cp /boot/initrd.img-2.4.27-1-386
/boot/initrd.img-2.24.27-1-386.ORIG
6.# mkinitrd -o
/boot/initrd.img-2.24.27-1-386
7.# cd /
# umount /proc
#
exit
退出chroot
8.alt+F1返回安装界面.