5.15 is latest kernel that works with Nvidia driver

I can not update kernel from 5.15 if I also install nvidia driver. Newer kernels without nvidia driver work fine. With nvidia I get ugly boot log and system won’t start. No related error is displayed in the screen, just USB related logs when it stops boot. Cannot scroll to the top there either or do anything. I’ve tried up to 6.1rc2 and they are all same. I have Dell 9510 with 3050 Ti GPU and driver version is 520. Same problem was with 515 driver. Have tried with dkms and regular driver.

you are probably affected with the ibt bug, so add this parameter:
sudo nano /etc/default/grub
and in this line: GRUB_CMDLINE_LINUX_DEFAULT inside the quotes add this parameter:
ibt=off
dont remove anything from there!, just add it to existing parameters, save the file with ctrl+x, update grub:
sudo update-grub
install the latest nvidia drivers and reboot and test if you can boot

2 Likes

As I tested, 5.15.76-1 not work well.

Thank you so much! System can boot with linux60-nvidia now.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.