Ubuntu 10.04 Server Console Resolution

Cannot get this to work.

http://harrison3001.blogspot.com/2009/09/grub-2-graphical-boot-tips-to-set.html

1 comment:

Anonymous said...

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