====== Boot Ubuntu in text mode ====== ===== Text Mode ===== In this mode, the Ubuntu graphical user interface is not loaded. No graphics drivers are loaded either. Apart from the graphical user interface, all Ubuntu functions are available. This can be helpful if the graphic driver or the graphical user interface causes problems when booting. This may also be desirable with a real-time system. The latencies of the system are reduced as no resources are used for the graphical user interface. Also the graphic driver cannot bring in any additional jitter. If you want to boot with only the most basic features of Ubuntu, choose [[software:linux:linux_os:run_lvl_1|RunLevel 1]]. ===== Boot with Text Mode ===== [[https://askubuntu.com/a/859637 | Detailed article]] - ''sudo nano /etc/default/grub'' - Set these parameters: - ''GRUB_CMDLINE_LINUX_DEFAULT="text"'' - ''GRUB_TERMINAL=console'' - ''sudo update-grub'' - ''sudo systemctl set-default multi-user.target'' - Reboot ===== Boot with Graphical Mode ===== - ''sudo systemctl set-default graphical.target '' - Reboot ===== Minimal Mode (RunLevel 1) ===== If you want to go even more basic, you can switch to [[software:linux:linux_os:run_lvl_1|RunLevel 1]].