0

How can I boot directly to tty3 without seeing any GUI (login screen of gnome)? I don't want to press Ctrl+Alt+F3 on every startup.

Kulfy
  • 17,696

1 Answers1

1

This is not specifically tty3 but,
In a terminal... sudo systemctl set-default multi-user.target

will take you straight to the console on boot...

...and if this is not what you wanted

sudo systemctl set-default graphical.target will bring back your desktop on boot...

WU-TANG
  • 3,071