Q: How to boot Ubuntu 16 in by default in Text mode
Step 1:
open /etc/default/grub and change according
vi etc/default/grub
A. Remove “splash”
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
B. add 3 for text mode
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="3"
C. Uncomment this line
#GRUB_TERMINAL=console
GRUB_TERMINAL=console
Step 2 :
Update grub entry
update-grub
Step 3:
reboot