First of all thanks to anyone who's taking their time to read this I hope you can help.
I flashed the latest garuda i3wm edition to a usb stick and tried booting with proprietary drivers. It seems not not get passed the MHWD section. Sorry to break the rules but I cannot copy this text. Because I am a new user I cannot upload so here is a link using imgbb: 1658927943899357855243839535341 — ImgBB
Hi there, welcome to the forum.
First thing to try would be to boot with free drivers (proprietary drivers can be installed later).
If this is not working, you should specify what you did so far.
iso checksum verified?
What tool did you use to flash the USB?
Etc. (ref. also installation instructions on web site and Wiki page),
Thanks for the quick response! I have already tried using the free drivers before and that worked but I ran into issues mainly a black screen after trying to install the proprietary drivers afterwards so I tried taking a step back. For the flashing I used the newest version of rufus on windows 11. I'll try installing the free drivers again.
Usually we prefer / suggest Ventoy or Balena Etcher, but this shouldn’t be the issue probably. Let’s just keep this in mind. Just in case.
How did you do it / are you going to do it again? I assume you’ll install again with free driver and install after the proprietary drivers.
Best thing would be to use Garuda Welcome - > Garuda Settings Manager - > Hardware Configuration.
After installing with free drivers and before trying with the proprietary one, you could take the chance to provide your garuda-inxi information from terminal.
Create a bootable USB using Garuda Downloader or (DD/Etcher/Ventoy/Rufus).
Garuda Downloader
Garuda Downloader is a user-friendly ISO downloader focusing on saving bandwidth via delta downloads by utilizing zsync2. It provides an easy UI for downloading the latest (official, not development) live images of all official editions. On Linux, you can manually select an older ISO file as a "seed" file in order to save bandwidth.
After an ISO file has been downloaded, it provides a button to quickly launch a recommended flashing tool (Etcher on Linux, Rufus on Windows (only because the Rufus executable is tiny)). This is the recommended way to download Garuda Linux.
This reminds me of this old but still open (I think) issue:
Probably the first garuda-update doesn’t “see” the Nvidia drivers and does not add the ibt=off kernel parameter
So after installing proprietary drivers you could try to add it manually or boot to a tty and garuda-update again.
Edit: actually it is garuda-migrations to do the ibt=off job, but the concepts remain valid.
If you cannot switch to a tty, boot to a tty.
When you're in the grub line you use press button E, go to the end of the line starting with linux and add 3 (with a space before), then ctrl+x
Same to add there (temporarily, for that boot) ibt=off (just to see if it works, if you boot, a garuda-update will put it there for the next times).
Edit: actually it is garuda-migrations to do the ibt=off job, but the concepts remain valid.