You are not logged in.
hello everyone,
im experiencing an issue where my system gets stuck at the "Loading Nvidia Persistenced Daemon" process during boot. i haven't been able to figure out the cause.
Previously, I also had a problem with Ollama not starting correctly, but now the issue seems to be only with the Nvidia daemon.
Steps I've Tried:
1. Reinstalling Ollama
I reinstalled Ollama with:
yay -S ollama
If it didn’t work after a reboot, I tried stopping and disabling the service:
systemctl stop ollama
systemctl disable ollama
sudo rm $(which ollama)
sudo rm /etc/systemd/system/ollama.service
In some cases, this helped, but the Nvidia issue remains.
2. Restarting the Nvidia Daemon
I tried stopping and disabling the Nvidia persistenced daemon:
systemctl stop nvidia-persistenced
systemctl disable nvidia-persistenced
3. Regenerating Mirrors
Followed the steps from this forum thread to regenerate mirrors.
https://bbs.archlinux.org/viewtopic.php?id=259774
but it didnt help
4. Reinstalling Nvidia Packages
When trying to reinstall nvidia-utils, I get an error during configuration regeneration. also i cannot delete it 'cause it needed by steam, vulkan and cuda.
I'm unsure how to proceed from here.
the most interesting part is that every time it fixes by diferent thing
Offline