Comment 4 for bug 190147

Revision history for this message
Matteo Croce (teknoraver) wrote :

*i missed a line

edit /boot/grub/grub.cfg and modify this code:

if font (hd0,2)/grub/unifont.pff ; then
   set gfxmode=640x480
   insmod gfxterm
   insmod vbe
   terminal gfxterm
 fi

with the right one:

font (hd0,2)/grub/unifont.pff
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm