Closed issue by lluixhi on void-packages repository https://github.com/void-linux/void-packages/issues/720 Description: ### System * xuname: `Void 4.17.4 x86_64 GenuineIntel uptodate rrrmF` * package: `linux-4.16_1` ### Expected behavior At boot time, the kernel has the modules necessary to mount an LVM/LUKS system without issue. ### Actual behavior At boot time, an error is thrown saying the module "dm_crypt" is not found, and dracut complains about missing AES functions, despite the "crypt" module being loaded and grub successfully decrypting the boot partition. ### Steps to reproduce the behavior 1. Install void linux to an encrypted root partition 2. Attempt to boot Can the kernel that's distributed by void include the requisite modules? It's troublesome to have to compile a kernel manually in order to boot my system. This issue was previously reported at https://github.com/voidlinux/void-packages/issues/15177