Unable to Install "Process Running in the Background"

Heya!

I am VERY new to Linux, and I decided to give EnOS a try. Seemed like the best of both worlds from my research. However I have been beating my head against the wall trying to get it installed.

PC Specs:
EVGA RTX 3080
i9 13900K
64 GB for DDR5 memory
Z790 mini-ITX
1TB samsung NVME
2TB WD NVME

I’ve been trying to get through the installer, but I’ve encountered several issues across multiple attempts:

First Attempt: I used the Nvidia installer, but it hung at around 33% (the mouse became unresponsive).
Second Attempt: I rebooted and tried again. This time, it froze at about 79%.
Third Attempt: I opted for the default installer, which made it through. However, after installing the Nvidia driver using nvidia-inst, the system failed to start at all.
Media Check: Suspecting the install media, I recreated the USB using the image writer on my Steam Deck. I also tried a new USB and ISO created with Rufus on a Windows PC.
Additional Troubleshooting: I found a suggestion for Intel 12th Gen+ processors and added ibt=off to the boot command.
Numerous Attempts: I’ve lost track of how many times I’ve tried, but I’ve also experimented with different USB ports, desktop environments (Gnome and KDE Plasma), and bootloaders.

Despite these efforts, I’m currently stuck at 70% with a message saying “Processes Running in the background.” This happens regardless of whether I use the default or Nvidia installer, and whether I choose the online or offline version—it seems to freeze or fail each time.

Settings Selected During Installation:
Update mirrors
Online > American English > America > New York > English Keyboard
Plasma KDE
All packages except printers
Grub bootloader
Erase storage on 1TB NVMe
Swap with Hibernate
Formatted to Btrfs

Logs:
Hardware https://0x0.st/XOxV.txt
Boot https://0x0.st/XOxW.txt
Install: https://0x0.st/XOxJ.txt

Any advice or help would be GREATLY appreciated. I am kind of at a loss here and at this point I am in too deep to give up xD

Welcome to the community!

Looks like a GPU driver related problem.
Try again the third time stuff, it gets you the open source driver nouveau.
Then you can install the proprietary driver with either nvidia-inst or manually.

I suggest you look at the output of commands

nvidia-inst --help
nvidia-inst --test --prime

for starters to see what nvidia-inst recommends.
Note that you can arch-chroot to the installed system with the USB installer drive if something needs fixing:
https://discovery.endeavouros.com/system-rescue/arch-chroot

Also be sure to disable Secure Boot and Fast Startup.

2 Likes

If you can’t boot when you install NVIDIA drivers per @manuel’s instructions, restart, press E and add nomodeset to your kernel command-line.

2 Likes

I’ve been trying to install fresh all day. stuck at 13%. Online. Same message.

The terrible thing is this new .iso says if I install offline all I am forced to accept KDE only (I don’t want KDE).

things like this used to be easy…

will try the tricks posted here or back off the default install packages.

Status update:
I was able to boot into the OS using the default installer.

strangely enough eos-yad was missing the welcome wouldn’t open.

Fixed that with yay - S yad

Installed Nvidia-inst

And ran the commands suggested

nvidia-inst --help
&
nvidia-inst --test --prime

After reboot I was met with a black screen and a cursor when booting.

I tried booting with nomodeset and was able to get in. Afterwards, another reboot without nomodeset. I was now able to get in.

However nividia-smi yields “Nividia-smi has failed because it couldn’t communicate with the Nvidia driver. Make sure the latest Nvidia driver is installed and running.”

Even though Nvidia-isn’t says “all requested packages and settings are already okay”

inxi - G yeilds
Graphics:
Device-1: NVIDIA GA102 [GeForce RTX 3080] driver: N/A
Display: unspecified server: X.Org v: 24.1.1 with: Xwayland v: 24.1.1
driver: X: loaded: modesetting gpu: N/A resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: kms_swrast,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.5 vendor: mesa v: 24.1.4-arch1.2 renderer: llvmpipe
(LLVM 18.1.8 256 bits)
API: Vulkan Message: No Vulkan data available.

Option --test with nvidia-inst means it does not install anything but just shows what it would do without --test. So it changed nothing.
You can try

nvidia-inst --prime

to make sure Nvidia driver is installed, and package nvidia-prime is installed too.

More info:

That was my mistake with the recent update. Just released a new version of welcome (24.8-1) that fixes it.

Final Status update (Hopefully)

I had done it without --test after I read what the command wanted me to do, and while nividia-smi would return:
“Nividia-smi has failed because it couldn’t communicate with the Nvidia driver. Make sure the latest Nvidia driver is installed and running.”

Nvidia-inst would come back “all requested packages and settings are already okay"

After a few more hours of beating my head against the wall. I gave up and moved to Manjaro. which showed me something during their install.

I noticed that the install would finish if I was reading the guides during the install, but the time that I left it alone. It failed. So this morning, I reinstalled EnOS with the Nvidia installer while wiggling the window around and it went through without issue.

EndevourOS Installed =) Maybe something was timing out from inactivity or something.

Thanks so much for your help!

1 Like

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