I am having a problem with kernel 2.3.18-1mdk.
I use
mkinitrd --preload eepro100 --preload aic7xxx initrd-2.3.18-1mdk.img 2.3.18-1mdk
to generate the image file.
I use the preloads to make sure the network card loads and also the scsi loads.
The problem occurs even if I skip the preloads.
My lilo.conf entry is as follows.
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.3.18-1mdk
label=linuxbeta
root=/dev/sdc1
initrd=/boot/initrd-2.3.18-1mdk.img
read-only
Then I run lilo and everything looks great.. Reboot and gets the following
lines where it should start loading the modules.
kmod: failed to exec /sbin/modprobe -s -k binfmt-0000, errno = 2
kmod: failed to exec /sbin/modprobe -s -k binfmt-0000, errno = 2
Kernel panix: No init found. Try passing init= option to kernel.
..
So how do I get it to work using my SCSI card as the boot device?
Michael Irving