Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449464 - sys-boot/grub-2.00-r1 - Error: file '/boot/grub2/locale/en.mo.gz' not found.
Summary: sys-boot/grub-2.00-r1 - Error: file '/boot/grub2/locale/en.mo.gz' not found.
Status: RESOLVED DUPLICATE of bug 408599
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 15:19 UTC by Juergen Rose
Modified: 2013-01-07 03:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2012-12-31 15:19:23 UTC
Booting with grub2 there is for few seconds an error message at the screen:

Error: file '/boot/grub2/locale/en.mo.gz' not found.

There is a lot of discussion in the web about this error message, but I could not found a real solution. The best I found was to set 
 GRUB_TERMINAL_OUTPUT=console
in /etc/default/grub. Thus the error message disappears, but you loose the graphical resolution at the grub menu too.
Comment 1 Mike Gilbert gentoo-dev 2013-01-07 03:19:51 UTC
The message is harmless. If you really dislike it, set LANG=C when you run grub2-mkconfig, like so.

LANG=C grub2-mkconfig -o /boot/grub2/grub.cfg

*** This bug has been marked as a duplicate of bug 408599 ***