Comment 13 for bug 315735

Revision history for this message
Markus Moser (moses-landshut) wrote :

Downgrading dmraid to 1.0.0.rc14 helped - thanks.
But I still have the problem that initram drops me to its shell. "dmraid -ay" works and after "exit" the system boots.
The hint from quequotion (edit /usr/share/initramfs-tools/hooks/dmraid) does not seem to apply for me: There it already writes "dm-raid4-5", which is the correct name of the kernel module here.
When the system is up and running, the output of "lsmod | grep dm" is

dm_crypt 20868 1
dm_raid4_5 73356 0
dm_region_hash 19456 1 dm_raid4_5
dm_mem_cache 12800 1 dm_raid4_5
dm_message 11008 1 dm_raid4_5

Therefore I tried to add "force_load dm-crypt" to /usr/share/initramfs-tools/hooks/dmraid, followed by a "update-initramfs -u". But after reboot there was no improvement.