Changes
→Analyzing init script
We can see that init tries to load modules <code>mptbase.ko</code> and <code>mptscsih.ko</code>.
Check for presense presence of these modules on initrd image:
<pre>
$ ls -1 ./lib/
We just have to cpio and gzip directory cpio:
<pre>
$ find ./ | cpio -H newc -o > /boot/new-initrd.cpio
1354 blocks
$ cd /boot