Archive for June 16, 2006

why initrd is evil…

What are you doing wrong when you see something like this booting a new kernel?

unable to determine filesystem type on /dev/root
trying cramfs: failed.

Right, you’re using the kernel config from an initrd kernel and were missing the part where it says: ”I’m going to build ext2fs as a module if thats ok with you.” ;-)

Thank God Its Friday