[Bug 355341] Re: initramfs: missing reiserfs module

aschuring aelschuring at hotmail.com
Sun Apr 5 00:46:57 UTC 2009


As it turns out, the initramfs of both kernels (2.6.27 and 2.6.28) did not contain any modules. I'm not sure what happened or what went wrong, but somehow the dist-upgrade process seems to have missed the entire "rebuild after modules installation" event. After booting into my system, a simple 
$ update-initramfs -c -k `uname -r`
was enough to create a fully-working system again.


arno at master:~$ zcat /boot/initrd.img-2.6.27-11-generic | cpio -t | grep lib/mod
19733 blocks
lib/modules
lib/modules/2.6.27-11-generic
arno at master:~$ zcat /boot/initrd.img-2.6.28-11-generic | cpio -t | grep lib/mod
44596 blocks
lib/modules
lib/modules/2.6.28-11-generic
lib/modules/2.6.28-11-generic/kernel
[... snip all modules ...]

-- 
initramfs: missing reiserfs module
https://bugs.launchpad.net/bugs/355341
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.




More information about the kernel-bugs mailing list