The default graphical login manager begin to launch on startup after I have installed Xubuntu-desktop on my Ubuntu server. But I need the startup directly to the terminal. So I have found the way to load it during startup.
Follow these steps:
- Open file /etc/default/grub with your favorite text editor (example: sudo gedit /etc/default/grub).
- Find line with parameter GRUB_CMDLINE_LINUX_DEFAULT=”…” (there will be something instead of ellipses).
- Append “text” word with whitespace after the last word in brackets (example: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”).
- Update GRUB: sudo update-grub.
- Reboot your machine.
via: ubuntuguide.net
If you like this article, please support my writing
По-русски