You are not logged in.

#1 2022-06-13 10:01:01

benni347
Member
Registered: 2022-06-13
Posts: 5

Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

Hello,
When I start into arch it is stuck on Started Hostanem Service.
journalctl -b
I can log into a tty from 2 to 6. I use sddm as my display manager and the linux version of pacman -Q linux is: "linux 5.18.3.arch1-1".
/etc/fstab

Last edited by benni347 (2022-06-13 15:34:01)

Offline

#2 2022-06-13 13:11:39

kavex
Member
Registered: 2022-05-14
Posts: 33

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

From your journal it looks like sddm isn't finding Logind interface.
It is still continuing to set up your network in the background, sddm is probably just messing with the graphics making it look like it stopped at Started Hostname Service.

sddm[579]: Initializing...
sddm[579]: Starting...
sddm[579]: Logind interface found
kernel: ACPI: \: failed to evaluate _DSM (0x1001)

What happens if you try another display manager like light-dm? Also are you using multiple monitors, or only one? And what graphic hardware are you using? I know for example that if you try to run your integrated graphics chip with a graphics card with shared memory together, xorg doesn't like it.

Last edited by kavex (2022-06-13 13:14:04)

Offline

#3 2022-06-13 13:21:57

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

The xorg log might be helpful.

Online

#4 2022-06-13 13:53:11

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,582

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

Neither amdgpu, i915, radeon nor nouveau or nvidia are loaded.

lspci -k
pacman -Qs nvidia

Last edited by seth (2022-06-13 13:53:58)

Offline

#5 2022-06-13 15:05:20

benni347
Member
Registered: 2022-06-13
Posts: 5

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

seth wrote:

Neither amdgpu, i915, radeon nor nouveau or nvidia are loaded.

lspci -k
pacman -Qs nvidia

lspci -k
pacman -Qs nvidia

I use two monitors, I have a nvidia 2070 super and how would I use lightdm so switch from sddm to lightdm?

Last edited by benni347 (2022-06-13 15:07:20)

Offline

#6 2022-06-13 15:12:07

benni347
Member
Registered: 2022-06-13
Posts: 5

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

Scimmia wrote:

The xorg log might be helpful.

/var/log/Xort.0.log

Offline

#7 2022-06-13 15:16:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,582

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

You installed nvidia-utils which blacklists the nouveau kernel module but there's no nvidia kernel module installed, https://archlinux.org/packages/extra/x86_64/nvidia/

Offline

#8 2022-06-13 15:31:21

benni347
Member
Registered: 2022-06-13
Posts: 5

Re: Boot is stuck on [OK] Started Hostname Serivce. [SOLVED]

seth wrote:

You installed nvidia-utils which blacklists the nouveau kernel module but there's no nvidia kernel module installed, https://archlinux.org/packages/extra/x86_64/nvidia/

Thank you now it worked.

Offline

Board footer

Powered by FluxBB