User Tools

Site Tools


boot_linux_to_text_mode

Boot Linux to text mode

(NOTE: This assumes that you’re using GRUB.)

sudo vi /etc/default/grub

Change this line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:

GRUB_CMDLINE_LINUX_DEFAULT="text"

Save the file, then:

sudo update-grub
 
sudo reboot

When you’re ready to go back to booting into graphical mode, change the value back to “quiet splash”.

boot_linux_to_text_mode.txt · Last modified: 2022/07/25 04:06 by jimc