Booting ubuntu into console mode
Original Post
http://ubuntuhandbook.org/index.php/2014/01/boot-into-text-console-ubuntu-linux-14-04
How to
-
sudo vim /etc/default/grub
- Make the following changes
- Comment the line GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
- Change GRUB_CMDLINE_LINUX=”” to GRUB_CMDLINE_LINUX=”text”
- Uncomment this line #GRUB_TERMINAL=console
- Should look like below

- sudo update-grub