Nvidia GPU users attention please! [June 2025]

Currently installer seems to fail to install Nvidia Drivers at all for most users.
In addition there seems to be a BUG related between Mesa and Nouveau (open Source in-Kernel Nvidia driver) what will be used in case you do not install Nvidia drivers provided by Nvidia.
This issue leads to a black screen after fresh installation with TTY not working too.
We are working on a solution and will release a fixed ISO as soon as possible.
For the time until then..

Are there the following workarounds:

  1. before an installation in the environment (before the installer is started):
    Use the user_pkgfile implementation to manually add the necessary Nvidia packages to the installation:

  • learn more about this implementation here:

https://discovery.endeavouros.com/installation/customizing-the-endeavouros-install-process/2022/03/

  • Depending on the model of your Nvidia GPU you will need:
nvidia
nvidia-utils
  • or for the very latest GPUs (Nvidia)
nvidia-open
nvidia-utils

details: https://wiki.archlinux.org/title/NVIDIA#Installation

  1. If you’ve already installed, and you’re sitting in front of a black screen, full of questions and frustration, don’t despair, there’s always a way with a little extra endeavour:
    (This is A: for systemd-bootloader and B: for Grub Bootloader)

A: [systemd-boot]

  • press e (for edit) on the bootmenu followed by end press space insert 1 and hit enter to boot in rescue mode.. give root password there (in case you are wired connected) install nvidia drivers:

  • systemctl start NetworkManager —> to enable wired internet connection, in case you are using wirelss, try nmtui after this to connect to wifi.

  • pacman -Syu nvidia-open nvidia-utils
    (on latest cards only see here: https://wiki.archlinux.org/title/NVIDIA)

a bit older (still not legacy) GPUs:
pacman -Syu nvidia nvidia-utils
after the reboot you should be fine.

  • Keep in mind in case of having choosen LTS kernel on install add the needed lts nvidia package too or take dkms version what will build modules for all installed kernels:
    pacman -Syu nvidia-open nvidia-open-lts nvidia-utils
    pacman -Syu nvidia-open-dkms nvidia-utils

  • pacman -Syu nvidia nvidia-lts nvidia-utils
    pacman -Syu nvidia-dkms nvidia-utils

B: [Grub]

  • Press e when the grub-boot menu appears.

  • Use the arrow keys to find the line that looks like this:
    linux /vmlinuz=linux root=UUID=...... rw quiet resume=.... (… = long snake of numbers)

  • put systemd.unit=multi-user.target right after rw like this:
    rw systemd.unit=multi-user.target resume=....

  • I recommend removing quiet to get more informational output on boot (leave the rest untouched!!!)

  • Press Ctrl+X to boot with this parameter.

  • give root password there (in case you are wired connected) install nvidia drivers:

  • nmtui to connect to wifi

  • pacman -Syu nvidia-open nvidia-utils
    (on latest cards only see here: https://wiki.archlinux.org/title/NVIDIA)
    a bit older (still not legacy) GPUs:
    pacman -Syu nvidia nvidia-utils
    after the reboot you should be fine.

  • Keep in mind in case of having choosen LTS kernel on install add the needed lts nvidia package too or take dkms version what will build modules for all installed kernels:
    pacman -Syu nvidia-open nvidia-open-lts nvidia-utils
    pacman -Syu nvidia-open-dkms nvidia-utils

  • pacman -Syu nvidia nvidia-lts nvidia-utils
    pacman -Syu nvidia-dkms nvidia-utils

I hope instructions will work out nicely, post in case it works and indeed if not, we will be there to help.

–
[2.6.2025]
From some more tests i do today, i can see that if you install vulkan-nouveau you can also boot fine with Nvidia GPU without installing nvidia drivers..

20 Likes

I’m assuming this is what happened to me when I installed the previous ISO for BlueStar?

Wat about users who already have a installed system ? Is mesa save to update by now ?

For now i blocked mesa from updating because people still have issues after update.

2 Likes

@joekamprad , thanks for pointing to that issue! :+1:

1 Like

I am not that much into the mesa issue, short on time currently, but on my testings, i was not able to boot with 3060 Nvidia on nouveau at all.

I can boot using the Mesa NVK Vulkan Driver, as mentioned in nouveau archwiki as an option:

And there is no issue for me at least using Nvidias driver nvidia-open + nvidia-utils.
Only fails on nouveau modesetting driver shipped inside kernel.

That’s a feature, not a bug btw. :grin:

(Sorry, I couldn’t resist the opportunity.)

bslx-6.14.6-2-2025.05.11-x86_64.iso

Could be that, will affect every arch distro not installing nvidia by default.

yea .. sry Nvidia not supported :wink:

2 Likes

as i mentioned, only in case the mesa BUG is affecting you, from my own Hardware and like 5 others i helped over the last days, on Nvidia drivers (not nouveau) it should work okay with latest Mesa.

Will go to read the mesa Thread now if i can get along ..

1 Like

here the issue with using nvidia drivers seems to be resolved.
And it is the same Model i saw nvidia was working on helping someone earlier..

bslx-6.14.7-6-2025.05.30-x86_64.iso installs, goes through every step to boot to the desktop, then just sits at a unusable prompt.

Thanks @joekamprad

I found that I just edit the grub boot menu at boot by selecting e and changing “nvidia_drm.modeset=1 quiet splash” with “nomodeset quiet splash” and then boot. Install the nvidia drivers and all is well. Thanks to u/Low-Mistake-515
Maybe this is working now but that was on a new install about 4 days ago using the nvidia option in the installer.

This option is not needed at all anymore on arch packaging, it will get loaded by default anyway.

I bet it was the same not installing Nvidia drivers using Nvidia boot option.

double post..

is the one for this issue now..

Yes. Sorry for double post.

no problem you are welcome :wink:

EOS Team: You’re doing a great job here!

Saw it plopping up as “Important News” in my Welcome App today (yes, I still have that autostart, just in case). Although I try to avoid NVIDIA if possible, I much appreciate the work you’re putting into making things easy for EOS users! :heart:

[offtopic]
NVIDIA are a freakin’ clever bunch. Having built so much raw computing power into their chipsets, we’re now almost forced to use them again if we want to run LLMs and such. Even if we don’t use them for graphics. A market Intel and AMD totally missed.
[/offtopic]

9 Likes

Gobble Gobble!

2 Likes