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返回安裝界面.
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返回安裝界面.