Computer

Linux booting error nvidia-driver install nvidia-smi failed

Opti-Mr 2024. 5. 3. 20:09
반응형

Try to use hanguel with 'alt' key,

***** I recommend you don't try this challenge.

$ sudo apt update

$ sudo apt upgrade ibus-hangul

$ sudo reboot

- Result: Booting ERROR

reference

 

Problem Installing Nvidia 510 driver on Ubuntu 20.04.4

Hey! I need to put driver on rtx 3080 graphics card. When using driver 510 or 470, loading ends with the message “/dev/sdb4 : clean…” I am on Ubuntu 20.04.4 LTS, kernel 5.13.0-39-generic x86_64 nvidia-smi shows output: NVIDIA-SMI has failed because i

forums.developer.nvidia.com

 

 

TRY 1

$ sudo apt-get install --reinstall ubuntu-desktop

- Result

Error message

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

reference

 

"dev/sda1: clean, ..." This message appears after I startup my laptop, then it won't continue booting

dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocks After I turn on my laptop this message appears. The system never boots, the message just stays there.

askubuntu.com

 

TRY 2

$ sudo nano /etc/default/grub 

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" change to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=realloc" 

ctrl+X , Enter (save the changes)

$ update-grub

$ sudo reboot

- Result:

Nothing change

reference

 

Ubuntu 노트북에서 Nvidia 드라이버 설치 후 nvidia-smi 미작동 해결방법

먼저 이 문제는 RTX 3천번대 그래픽 카드가 장착된 랩탑 시스템에서 주로 발생하는 것으로 보인다. MSI랩탑 GF75-Thin-10UEK에 Ubuntu 18.04 설치 후 apt로 nvidia-driver-460 설치 후 확인을 위해 nvidia-smi 실행하

ssukanu.tistory.com

 

Verify installed nvidia-driver

$ apt --installed list | grep nvidia-driver

Remove installed nvidia-drivers

sudo apt remove nvidia-drvier-470

sudo apt autoremove

sudo apt remove --purge nvidia\*

sudo apt remove --purge nvidia*

sudo apt remove --purge nvidia-*

sudo apt remove --purge nvidia-\*

sudo apt remove --purge libnvidia*

Normal method for installing nvidia-driver

$ sudo add-apt-repository ppa:graphics-drivers/ppa

$ sudo apt update

$ sudo apt install nvidia-driver-xxx

$ sudo apt update

$ sudo apt upgrade

$ sudo reboot

 

Manual Installation method

https://www.nvidia.com/Download/index.aspx?lang=en-us

Go to that url and select the correct spec of your GPU

Download .run file

$ chmod +x ./NVIDIA-Linux-x86._64-525.116.04.run

$ sudo sh ./NVIDIA-Linux-×86._64-525.116.04.run

To be continue

반응형