*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

-- 
grub2 error on grub-probe, does not boot
https://bugs.launchpad.net/bugs/190147
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to