Failed to load nvidia-nvm on boot [Solved] 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 Last Edit: 19 October 2022, 02:21:13 by Comexs
Re: Failed to load nvidia-nvm on boot Reply #1 – 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. 1 Likes
Re: Failed to load nvidia-nvm on boot Reply #2 – 19 October 2022, 01:57:59 Quote from: cody – on 18 October 2022, 13:34:11Hi, 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.StepsCode: [Select]sudo pacman -R nvidia; sudo pacman -S nvidia-dkms