This workshttp://ubuntuforums.org/showpost.php?p=9188987&postcount=6To get a pure console at grub boot menu:GRUB_TERMINAL=consoleand to get a pure console in the rest of boot process:GRUB_CMDLINE_LINUX="nomodeset"both values under /etc/default/grubthen, we must do: # update-grub && reboot
Post a Comment
1 comment:
This works
http://ubuntuforums.org/showpost.php?p=9188987&postcount=6
To get a pure console at grub boot menu:
GRUB_TERMINAL=console
and to get a pure console in the rest of boot process:
GRUB_CMDLINE_LINUX="nomodeset"
both values under /etc/default/grub
then, we must do: # update-grub && reboot
Post a Comment