Comment 1 for bug 506241

Revision history for this message
Jean-Sebastien Dominique (tehwan) wrote :

I know this is an old thread, but it is left unanswered.

Try escaping additional quotes:
GRUB_GFXMODE="\"1400x1050;640x480\""

It will produce extra quotes in grub.cfg:

set gfxmode="1400x1050;640x480"

This is how I got it to work.