Hi togehter.
I have an initramfs problem with the 2.6.16-linux-kernel. I created a cpio-archive with /dev/console and a static init and put this file into the kernel-option for the initramfs. It looks like the make process is putting the automatically compressed file into the kernel-image. But when I now boot it, I always got a kernel panic:
Code:
VFS :cannot open root device "<NULL>" or unknown-block (8,2)
please append a correct "root="boot option
kernel panic :VFS unable to mount root fs on unknown-block (8,2)
Any idea where I should look for an mistake? This would be my first non-x86-initramfs, so it's likely I'm making some stupid error.