Just finished installing on an Acer Aspire 1 NAV50. Grub menu background displayed however no text was displayed. My first [not necessary] step was to re-install grub - the reinstall produced an error message simiar to
GRUB_HIDDEN_TIMEOUT=0 in not supported
The problem is straight forward to fix.
A) Open a terminal session by either
-
Ctrl-Alt-t issued simultaneously on the keyboard
-
Menu selection Applications>System>Mate Terminal
B) issue these 2 commands
sudo cp /etc/default/grub /etc/default/grub.bak
gksudo pluma /etc/default/grub
C) Enter your password for both the above commands - no characters will display - press enter
D) place a comment [shifted 3] as in this exampleGRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
GRUB_CMDLINE_LINUX=""
E) Save the file and quit pluma
F) issued this command
sudo update-grub
enter your password and as above you will see no text
This procedure repaired grub for me!