mike_linux
Active Member
Hi guys, long time ago
. Hope you're healthy and doing fine.
I am facing the following problem:
At first my system is the following
- Ubuntu 20.04.04 LTS 64bit
- Nvidia GTX860m (I know it's an old one)
- Intel® Core™ i7-4710HQ CPU @ 2.50GHz × 8
- RAM 8GB
Now to my problem I am facing. I am doing AI development and need so I need to install Tensorflow with GPU usage. For that I have to install also CUDA 11.2 and cuDNN 8.1 (it's specific for neural networks designed to leverage better GPU performance). After I had installed cuda and wanted to install cuDNN I needed to update my system via sudo apt update mentioned by the nvidia side. But then the problem occured. At first the system didn't booted anymore. Because of that I have tried the following steps and fixed the broken GPU driver.
I got into the Grub bootloader menu while starting the system by pressing the ESC key.
Then I droped to the terminal window, removed the driver and listed the supported drivers by issuing
In addition, I have followed these tutorials to try fixing the problem
Which graphics driver in the Additional Drivers list should I choose?
How To Install Nvidia Drivers On Ubuntu 20.04 / Ubuntu 18.04
Ubuntu will not boot normally after nvidia driver install
Despite of all these steps I didn't figure out which of the drivers works, because everytime I installed one the system didn't boot and I had to got again and again into the grub menu and follow the steps above.
Hope you can help me to fix this problem. I have heard that nvidia driver problems are a common problem on Linux
.

I am facing the following problem:
At first my system is the following
- Ubuntu 20.04.04 LTS 64bit
- Nvidia GTX860m (I know it's an old one)
- Intel® Core™ i7-4710HQ CPU @ 2.50GHz × 8
- RAM 8GB
Now to my problem I am facing. I am doing AI development and need so I need to install Tensorflow with GPU usage. For that I have to install also CUDA 11.2 and cuDNN 8.1 (it's specific for neural networks designed to leverage better GPU performance). After I had installed cuda and wanted to install cuDNN I needed to update my system via sudo apt update mentioned by the nvidia side. But then the problem occured. At first the system didn't booted anymore. Because of that I have tried the following steps and fixed the broken GPU driver.
I got into the Grub bootloader menu while starting the system by pressing the ESC key.
Then I droped to the terminal window, removed the driver and listed the supported drivers by issuing
Which listed me the followingsudo apt-get purge ^nvidia-
sudo apt list nvidia-driver-*
I have tried to install all of these drivers by issuingListing... Done
nvidia-driver-390/focal-updates,focal-security,focal 390.151-0ubuntu0.20.04.1 amd64
nvidia-driver-390/focal-updates,focal-security,focal 390.151-0ubuntu0.20.04.1 i386
nvidia-driver-418-server/focal-updates,focal-security 418.226.00-0ubuntu0.20.04.2 amd64
nvidia-driver-418/focal 430.50-0ubuntu3 amd64
nvidia-driver-430/focal-updates,focal-security 440.100-0ubuntu0.20.04.1 amd64
nvidia-driver-435/focal-updates 455.45.01-0ubuntu0.20.04.1 amd64
nvidia-driver-440-server/focal-updates,focal-security 450.191.01-0ubuntu0.20.04.1 amd64
nvidia-driver-440/focal-updates,focal-security,focal 450.119.03-0ubuntu0.20.04.1 amd64
nvidia-driver-450-server/focal-updates,focal-security 450.191.01-0ubuntu0.20.04.1 amd64
nvidia-driver-450/focal-updates,focal-security,focal 460.91.03-0ubuntu0.20.04.1 amd64
nvidia-driver-455/focal-updates,focal-security,focal 460.91.03-0ubuntu0.20.04.1 amd64
nvidia-driver-460-server/focal-updates,focal-security 470.129.06-0ubuntu0.20.04.1 amd64
nvidia-driver-460/focal-updates,focal-security,focal 470.129.06-0ubuntu0.20.04.1 amd64
nvidia-driver-465/focal-updates,focal-security,focal 470.129.06-0ubuntu0.20.04.1 amd64
nvidia-driver-470-server/focal-updates,focal-security 470.129.06-0ubuntu0.20.04.1 amd64
nvidia-driver-470/focal-updates,focal-security,focal 470.129.06-0ubuntu0.20.04.1 amd64
nvidia-driver-495/focal 515.48.07-0ubuntu0.20.04.1 amd64
nvidia-driver-510-server/focal-updates,focal-security 510.73.08-0ubuntu0.20.04.1 amd64
nvidia-driver-510/focal-updates,focal-security,focal 510.73.05-0ubuntu0.20.04.1 amd64
nvidia-driver-515/focal 515.48.07-0ubuntu0.20.04.1 amd64
Where xxx stand for the driver version e.g. 390, 460 etc. Also, I have tried to install each driver by using the Software updater GUI.sudo apt-get install nvidia-driver-xxx
In addition, I have followed these tutorials to try fixing the problem
Which graphics driver in the Additional Drivers list should I choose?
How To Install Nvidia Drivers On Ubuntu 20.04 / Ubuntu 18.04
Ubuntu will not boot normally after nvidia driver install
Despite of all these steps I didn't figure out which of the drivers works, because everytime I installed one the system didn't boot and I had to got again and again into the grub menu and follow the steps above.
Hope you can help me to fix this problem. I have heard that nvidia driver problems are a common problem on Linux

Last edited: