Comment 19 for bug 568720

Revision history for this message
Belfry (es4477) wrote :

Same thing on Precise with Grub2 1.99-21ubuntu3.4. This appears to be due to Grub2 searching an lvm partition for unicode.pf2. Here's a workaround for those using a separate, non-lvm /boot partition. Note: I am not sure if this will work with other distributions or Grub2 versions.

1) sudo cp /usr/share/grub/unicode.pf2 /boot
2) cp /etc/grub.d/00_header ~/00_header_backup
3) gksudo gedit /etc/grub.d/00_header: replace all ${GRUB_FONT_PATH} with /boot/unicode.pf2
4) sudo update-grub