You are not logged in.

#1 2026-04-03 13:13:34

PixtonPengoign
Member
Registered: 2025-11-26
Posts: 32

system has suddenly started not booting with systemd

the reboot command says

System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to system scope bus via local transport: Host is down

it has just started doing this as of yesterday

the only thing i think could have caused this is me building an lfs system

how do i make my computer boot with systemd again

Offline

#2 2026-04-03 13:48:52

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

Re: system has suddenly started not booting with systemd

cat /proc/1/cmdline
echo $DBUS_SESSION_BUS_ADDRESS
loginctl session-status

Offline

#3 2026-04-03 14:03:34

PixtonPengoign
Member
Registered: 2025-11-26
Posts: 32

Re: system has suddenly started not booting with systemd

seth wrote:
cat /proc/1/cmdline
echo $DBUS_SESSION_BUS_ADDRESS
loginctl session-status
cat /proc/1/cmdline
/usr/lib/systemd/systemd--switched-root--system--deserialize=52
echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus
loginctl session-status
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to system scope bus via local transport: Host is down

Offline

#4 2026-04-03 14:15:29

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

Re: system has suddenly started not booting with systemd

You're "booting with system" and the $DBUS_SESSION_BUS_ADDRESS looks ok as well, but the communication w/ the session and system bus is broken.

cat /etc/hostname
ps aux #  you can "ps aux | nc termbin.com 9999" to upload that to termbin

I assume you cannot "sudo journalctl -b" either?

Offline

#5 2026-04-03 14:32:40

PixtonPengoign
Member
Registered: 2025-11-26
Posts: 32

Re: system has suddenly started not booting with systemd

seth wrote:

You're "booting with system" and the $DBUS_SESSION_BUS_ADDRESS looks ok as well, but the communication w/ the session and system bus is broken.

cat /etc/hostname
ps aux #  you can "ps aux | nc termbin.com 9999" to upload that to termbin

I assume you cannot "sudo journalctl -b" either?

i can run journalctl, and the lock screen is fixed after a reboot (forgot to mention that systemd being screwed up also messed with the lock screen) so... i guess it's fixed

weird, that didn't happen on other reboots

Offline

#6 2026-04-03 15:13:57

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

Re: system has suddenly started not booting with systemd

You probably updated the system and the re-execution of systemd failed?

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB