Artix Linux Forum

Artix Linux => System => Topic started by: Comexs on 18 October 2022, 08:29:54

Title: Failed to load nvidia-nvm on boot [Solved]
Post by: Comexs on 18 October 2022, 08:29:54
So I updated my PC to the newest Artix version and when I boot up it show all the services started up and one of them shows
Code: [Select]
modules        | * Failed to load nvidia-nvm                                 [ !! ] 
after it list all of the services it stays on tty1 instead of going into tty7. I switch over to tty7 and its a back screen with "_" blinking.

I using an 1080ti.
6.0.2-artix1-1.1
 
Title: Re: Failed to load nvidia-nvm on boot
Post by: cody on 18 October 2022, 13:34:11
Hi, just now my nvidia module didn't load either and thus I could not start my xorg server.
In uninstalled
Code: [Select]
nvidia
and installed
Code: [Select]
nvidia-dkms
and then rebooted.
That fixed it for me, the module loads again as seen in the start up sequence and xorg works again for me.
Title: Re: Failed to load nvidia-nvm on boot
Post by: Comexs on 19 October 2022, 01:57:59
Hi, just now my nvidia module didn't load either and thus I could not start my xorg server.
In uninstalled
Code: [Select]
nvidia
and installed
Code: [Select]
nvidia-dkms
and then rebooted.
That fixed it for me, the module loads again as seen in the start up sequence and xorg works again for me.
I tired that yesterday but when installing nvidia-dkms it took a long time so I killed it since I was too impatient next time I give it more time. When I tried to uninstall nvidia it said nothing was found but probably uninstalled it when I tried to install nvidia-dkms.

Steps
Code: [Select]
sudo pacman -R nvidia; sudo pacman -S nvidia-dkms