How can I fix? Systems says "Host is down" and will not boot

21,892

RIP systemd.

Use service instead. type in

# service --status-all

and see if it is functional. Then do all of your above commands using service syntax and you should be functional.

Once you are running normally, take some time and dig into why systemd is not functioning properly.

Share:
21,892

Related videos on Youtube

sotiris
Author by

sotiris

Updated on September 18, 2022

Comments

  • sotiris
    sotiris almost 2 years

    After reboot, Debian GNOME desktop starts up automatically, in tty. When I try to start or stop services with systemctl this message appears.

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

    I cannot boot my system normally. With startx is appears on a server desktop.

    enter image description here

  • sotiris
    sotiris over 4 years
    I did all of this but I have the same problem.