Skip to content

Instantly share code, notes, and snippets.

@ovargas27
Created November 9, 2012 18:58
Show Gist options
  • Save ovargas27/4047523 to your computer and use it in GitHub Desktop.
Save ovargas27/4047523 to your computer and use it in GitHub Desktop.
Ubuntu - Text mode
sudo vi /etc/default/grub # enter password when needed

change line

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

into

GRUB_CMDLINE_LINUX_DEFAULT=”text”

now update grud

sudo update-grub # enter root passwd when needed

reboot and now ubuntu will start in text mode

souce xcellentcy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment