Problem 1: The folder /usr/bin/nvidia-persistenced gets deleted every time when I change driver from nvidia to intel or intel to nvidia. Every time I have to fire command
sudo touch /usr/bin/nvidia-persistenced && chmod 777 /usr/bin/nvidia-persistenced
Problem 2: nvidian driver never load on kernel during bootup due to some missing key.
Problem 3: Some error like:-
nvidia-nvlink: Unregistered the Nvlink Core, major device number 245
secure boot
in your BIOS. – heynnema Sep 13 '17 at 16:09secure boot
needs to be disabled. Are you dual-booting with Windows? Edit your question to include the terminal output ofdkms status
anddpkg -l *nvidia* | grep ii
. – heynnema Sep 14 '17 at 13:25dpkg
with a lower case -L. And please copy/paste that output into your question, not the comments, please. Two separate commands. – heynnema Sep 14 '17 at 13:32