Since I've upgraded to 21.04, I am stuck on my old kernel version all new versions I tried result in Kernel panic
I'm currently running on 5.8.0-55
The versions I tried that fail to boot are the following: 5.11.0-18, 5.11.0-22, 5.12.13, 5.9.16, 5.8.5
I suspect this has something to do with my nvidia-driver, because since the upgrade I also have trouble with running Vulkan code, and my Display was not correctly detected after the upgrade. I am running on a RTX 2070 Super, my currently installed driver is nvidia-driver-465, which I installed with apt.
I might have done something incorrectly when installing kernels, the way I did it for each version (except the one provided by apt directly):
* download 4 deb files from https://kernel.ubuntu.com/~kernel-ppa/mainline/
linux-header__all, linux-header__amd64, linux-image-unisgned__amd64, linux-module__amd64
* run the command:
$ sudo dpkg -i ./*.deb
* reboot
When I boot any kernel (except 5.8.0) in recovery mode, I get a kernel panic with plenty of logs on screen with register dumps and I noticed the Module linked in line contains nvidia stuff
I don't know what to do anymore and online search didn't help much on this issue