Boot to text console terminal mode [Ubuntu Kubuntu Nix Linux]

Boot to text console terminal mode [Ubuntu Kubuntu Nix Linux]

2015-09-08. Category & Tags: Nix Nix

Once #

shift / esc to menu , then ’e’ to modify boot option, change “quiet splash” to “text”, F10 / Ctrl+x to continue boot.

Always #

#> sudo su

#> vi /etc/default/grub

comment out: # GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

add:                      GRUB_CMDLINE_LINUX="text"

Uncomment : GRUB_TERMINAL=console

#> sudo update-grub