since you have disabled the intel gpu, and are using only nvidia, it looks like adding ibt parameter could help:
kate /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, update grub:
sudo update-grub
reboot, and try different kernel
1 Like