The problem is that some update between the installation of
linux-image-2.6.30-1-amd64 and linux-image-2.6.30-2-amd64 uninstalls
mdadm.
You just install mdadm and regenerate the initrd:
update-initramfs -u -k 2.6.30-2-amd64
And reboot.
Is not needed configure update-initramfs to load the modules
I used diff and I saw the scripts of generation are the same for
2.6.30-1 and 2.6.30-2. I dont know why the initramfs is different.
However, the solution is to add the modules needed to boot in
/etc/initramfs-tools/modules
Something like this:
# List of modules that you want to include in your in
2 matches
Mail list logo