## Create initramfs initrd img ``` apt install initramfs-tools -y mkinitramfs -o /boot/initrd.img # update-initramfs -k $(uname -r) -c -b /boot ``` ## Add to config ``` initramfs initrd.img followkernel ```