- create keys
sudo open-ssl req -new -x509 -newkey rsa:2048 -keyout /path/to/nvidia-private.key -outform DER /path/to/nvidia-public.der -days 36500 -subj "/CN=Graphics Driver"
- load new keys into mok
sudo mokutil --import /path/to/public-nvidia.der- create password, remember password
- disable nouveau
echo options nouveau modset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.confsudo update-initramfs -u
- reboot and enable the new signed key in mok
- download nvidia driver
links2 download.nvidia.com- download the required driver
- install driver
sudo apt install libglvnd-devsudo sh /path/to/NVIDIA-Linux....run -s --module-signing-secret-key=/full/path/to/nvidia-private.key --module-signing-public-key=/full/path/to/nvidia-public.der- make sure to not use
/home/<USERNAME>instead of~
- make sure to not use
Last active
August 5, 2020 14:17
-
-
Save netfeed/8e7c307e2c7ffe76e62ecefe9965cb56 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment