Sunday, June 22, 2025

Switching Debian boot mode between text and GUI

To boot into text mode:

sudo systemctl set-default multi-user.target

or to boot into GUI mode:

sudo systemctl set-default graphical.target

Reboot the system


No comments:

Post a Comment