I’m new to Linux and have decided to dual boot garuda. I have gone through the installation and everything seemed fine.
However when boot into garuda I cannot login through the gui. It almost looks like it accepts my login info but redirects back.
I am able to login through terminal which I can access using ctrl + alt + f2.
Could this be an issue with graphics drivers?
When I booted off the USB installer. I was not able to boot via nvidia drivers I had to boot with open source drivers, despite having an nvidia card.
Does anyone have any idea what my next step is to get the GUI working?
I am unable to provide my garuda-inxi output as I cannot access the browser from the terminal in my linux instance. If you know how I can copy that out here please let me know.
I gave it a crack. Things looked promising on boot after following everything outlined in the article.
I also stopped seeing errors starting the vconsole service but I still receive a black screen for a few screens and then land back on the login screen when I login through GUI
I probably couldn’t help you either if you told me exactly what you did.
Maybe there are some Nvidia GPU’s that wayland doesn’t like?
Can you log in via TTY3?
That guide describes enabling kernel mode setting with mkinitcpio, but Garuda is configured to use dracut instead. If you installed mkinitcpio while trying to set this up, you should remove it because it can introduce conflicts.
Dracut enables early loading (at the initramfs stage, via modprobe) through it’s --force_drivers command or force_drivers+="" config entry line. For example:
So I was able to login to the live session via open source drivers (Nvidia didn’t work for live session) but I don’t think their was an open to choose which drivers to install with. I guess I could try install the open source drivers for now to get the GUI working and then tackle the Nvidia drivers later.
I knew this was for advanced users when getting into it and I appreciate the help, at least I know its the gpu drivers as I just wanted to make sure I was tackling the right thing.
Thanks for all your help. I’ll reach out if I run into something else or update this post if I manage to get it sorted. I might just jump to one of the other distros and see if I can get the GUI working there in the meantime