I have Ubuntu 20.04.2 LTS where i want to run my own kernel, so I did :
Kernel from https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.1.tar.xz
make -j 3 allmodconfig
make -j 3 bzImage
make -j 3 modules
sudo make -j 3 modules_install
sudo make install
in recovery mode, the kernel panics in a softlockup in normal mode, the kernel also does not boot the root file system is lvm encrypted....
How to fix this ?