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
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.
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