Dies ist eine alte Version des Dokuments!
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 fetures of Ubuntu, choose RunLevel 1.
sudo nano /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT=„text“GRUB_TERMINAL=consolesudo update-grubsudo systemctl set-default multi-user.targetsudo systemctl set-default graphical.target Linux starts different servicec as different RunLevels. Depending on the RunLevel different services are available:
This will change the RunLevel only for one startup.
linuxlinux /vmlinuz-3.5.0-54-generic root=/dev/mapper/faramir-root ro 1
F10 to bootThis does not work on all Systems. Ubuntu does not seem to like this method. But it works on more basic system like on a Beagle Bone.
sudo init 1