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 RunLevel 1.
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=„text“
GRUB_TERMINAL=console
sudo update-grub
sudo systemctl set-default multi-user.target
sudo systemctl set-default graphical.target
If you want to go even more basic, you can switch to RunLevel 1.