What's inside your initramfs? Extract it running:
cd /tmp ; mkdir init ; cd init
gunzip -c /boot/initrd.img-2.6.30-2-686 | \
cpio -i -d -H newc --no-absolute-filenames
Does lib/modules/2.6.30-2-686/modules.dep exist then?
Are you sure you're booting into the right root filesystem?
What's inside your /proc/cmdline?
In the meantime I updated my kernel to 2.6.32-trunk but still have the same problem. Here are the answers to your questions:
-- Mit freundlichen Grüßen Felix Koop |