mptscsi issue when mkinitrd
When make initrd image by executing the following command:
# mkinitrd /boot/initrd-2.6.23.img 2.6.23-rc9
No module mptscsi found for kernel 2.6.23-rc9 aborting.
Fixed this issue through comment out “mptscsi” line in /etc/modprobe.conf.
# vi /etc/modproble.conf
# alias scsi_hostadapter1 mptscsi
Then mkinitrd executes smoothly and create the Image for new kernel.
分类: 科技