Black screen after install of nvidia driver ubuntu

Please remove the kernel parameter ‘nomodeset’, then run

grep nvidia /etc/modprobe.d/* /lib/modprobe.d/*

to find a file containing

options nvidia-drm modeset=1

and change 1 to 0
then run

sudo update-initramfs -u

and reboot.

1 Like