Comment 30 for bug 771905

Revision history for this message
Stephen Warren (srwarren) wrote : Re: No logo at boot on nvidia card

Psychotron's workaround of adding "GRUB_GFXPAYLOAD_LINUX=text" to /etc/defaults/grub works for me.

Alternatively, another option that works for me: Find the following pre-existing text in /etc/defaults/grub:

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

and remove the initial # character from the second line:

# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console

(and run "sudo update-grub" after either change)