I am no longer abe to monitor this post , I have decided to move everything to my personal blog for better monitoring.
Please click here to access the full post
I am no longer abe to monitor this post , I have decided to move everything to my personal blog for better monitoring.
Please click here to access the full post
Worked for me (Ubuntu 22.04 on a dell inspiron 5510) after I did the reboot on secure mode on, but with a slight detail: The BIOS Audit Mode for the secure boot must be checked instead of the other (default) mode. If this default mode is checked, the drivers still does not load. After booting up with this config on, the driver is loaded and I could switch back the secure boot off again (maybe I could even leave it with secure boot on).
thanks
work!
Disabling secure boot from the BIOS settings worked for me
it worked. Thank you !
Here is what worked for me ( I use Ubuntu 22.04)
sudo tee /etc/modprobe.d/disable-nouveau.conf <<EOF blacklist nouveau options nouveau modeset=0 EOF
sudo update-initramfs -u
sudo apt purge 'nvidia-*' sudo apt update sudo ubuntu-drivers devices sudo ubuntu-drivers autoinstall sudo reboot
thanks! worked for Ubuntu 25.04 and nvidia-driver-570
Disabling secure boot and nvidia-driver-570 work for me. Thanks!
Thanks! Disabling Secure Boot fixed the issue with nvidia-driver-570 on Ubuntu 24.04.
This is it!!