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.!