probably adding the ibt parameter would help to boot with the nvidia proprietary drivers…
open this file:
sudo nano /etc/default/grub
and inside this line: GRUB_CMDLINE_LINUX_DEFAULT inside the quotes add this parameter:
ibt=off
dont remove anything, just add it to existing parameters, save the file with ctrl+x
, press Y, update grub:
sudo update-grub
reboot and see if it helped