Stuck at "Reached target graphical interface"

Hi. Pretty new EOS user here and have done some research but not found exact problem.

My system
https://0x0.st/8QBO.txt

Windows on one of the NVMEs and a dual boot EOS/Manjaro on the other. Manjaro manages Grub. I am running Wayland and KDE.

After recent kernel updates, the default EOS option stops at the graphical interface noted above. I cannot reach any TTYs when this happens.

I can successfully boot in using the fallback initramfs.img.

I am assuming the problem is nvidia drivers not loading by default so followed wikli and added a nvidia.conf file same directory as eos-defaults.conf with
`force_drivers+=" nvidia nvidia_modeset nvidia_uvm nvidia_drm "’

then did a
`sudo dracut-rebuild ’

modeset and fbdev are both Y.

To avoid this in the future I added a Pacman hook per https://wiki.archlinux.org/title/NVIDIA 1.2.11.

I have also edited the GRUB_CMDLINE_LINUX_DEFAULT to add nvidia-drm.modeset=1 nvidia-drm.fbdev=1, though I don’t believe it should be necessary as modeset and fbdev are already Y per above. Also, as Grub is managed by Manjaro, I went ahead and regenerated it on that side of the install since I editted the grub config.

All this has made no difference. Any ideas what I am overlooking? Thanks in advance.!

No clue really but try sudo eos-nvidia-fix

Thank you! I had no idea about this command but looks like it fixed it! I appreciate it.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.