I've put temporaly the modules on /etc/initramfs-tools/modules and then updated the initramfs of the latest kernel installed:
# List of modules that you want to include in your initramfs. # They will be loaded at boot time in the order below. # # Syntax: module_name [args ...] # # You must run update-initramfs(8) to effect this change. # # Examples: # # raid1 # sd_mod cryptd aes_x86_64 aesni_intel Now they are being loaded on startup as should be. Prove of that is that the aesni_intel module now can't be unloaded due to it being in use: raul@n53sn:/etc/initramfs-tools$ sudo rmmod aesni_intel [sudo] password for raul: ERROR: Module aesni_intel is in use raul@n53sn:/etc/initramfs-tools$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/908387 Title: Module aesni_intel not being loaded before mounting LVM2 stacked on LUKS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/908387/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
