Boot Manjaro in to CLI (RPI 4)

I have installed Manjaro KDE on RPI 4.
Under normal circumstances though, I would prefer it to not load into GUI.
Is there a way to make it boot into CLI by default?
Tried the b/m command, but did not work.

sudo systemctl set-default multi-user

Simply disable the display manager.

So for KDE edition, that would be:

sudo systemctl disable sddm

And then reboot. Should now boot to a CLI login screen.

1 Like

Thanks. That worked.

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