Greetings smart ones out there... I finally got 2.4.20 to boot. I used the rawhide SRPM to build it.
I tried to boot without the mkinitrd because I don't have SCSI but I get the following errors
VFS: Cannot open root device "LABEL=/" or 00:00 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on 00:00That might also be software RAID/LVM too, those drivers are also modules on the initrd.
When I built the initrd image I was able to boot.
Question1: What is in my initrd that I should incorporate (=y) in the kernel? Or is it something that I will always need? How can I find out what it included?
cp /boot/initrd-2.4.20<some thing>.img /tmp/initrd.img.gz gunzip /tmp/initrd.img.gz mount -o loop /tmp/initrd.img /initrd grep insmod /initrd/linuxrc