Start a Conversation

Unsolved

K

1 Message

774

October 2nd, 2022 21:00

Nvidia GPU cant load in Ubuntu OS

Hi All,

just to share this solution discovered from one of my customer. 

hope it can be useful to any of you who facing the same issue.

the issues is ubuntu OS not able to load / register the GPU to the Ubuntu kernel with the errors from screenshot below. these messages in the system logs (via journalctl -b -f):

kg_lau_0-1664769398700.png

Resolution (obtain from Nvidia Community Support) 

URL : https://forums.developer.nvidia.com/t/solved-cant-get-the-video-driver-to-load-for-a100s-installed-in-dell-r750xa/223311

Edit /etc/default/grub and append the preceding to GRUB_CMDLINE_LINUX_DEFAULT, for example:

GRUB_CMDLINE_LINUX_DEFAULT="systemd.log_default=debug  pci=realloc=off"

Update grub:

# update-grub

Reboot. After this the drivers load as expected, nvidia-smi produces results, the nvidia-persistenced service loads properly, etc.

After applied the resolution above, the A16 GPU can be see from nvidia-smi.

kg_lau_1-1664769829057.png

Thank You,

 

 

No Responses!
No Events found!

Top