1 Modify this file: sudo nano /etc/default/grub
- Comment out:
#GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
- Change to:
GRUB_CMDLINE_LINUX=”text”
- Uncomment:
GRUB_TERMINAL=console
2 Save and Exit
3 Update grub using command: sudo update-grub
4 Restart your computer and see the result.