Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 408599

Summary: grub-2.00_beta2 looks for non-existent /grub2/locale/en.mo.gz during early boot
Product: Gentoo Linux Reporter: nvinson234
Component: [OLD] Core systemAssignee: Mike Gilbert <floppym>
Status: RESOLVED UPSTREAM    
Severity: normal CC: alexandre.guimaraes, base-system, fturco, rose
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: https://savannah.gnu.org/bugs/index.php?35880
Whiteboard:
Package list:
Runtime testing required: ---

Description nvinson234 2012-03-17 16:27:28 UTC
grub-2.00_beta2 looks for non-existent ${boot}/grub2/local/en.mo.gz before displaying the boot menu.  File search verifies that the file does not exist in the boot directory.

As best I can tell, it wants /usr/share/locale/en/LC_MESSAGES/grub.mo which gets renamed to the above file.

Reproducible: Always

Steps to Reproduce:
1.Install grub-2.00_beta2
2.Pause system booting just before the kernel selection menu is displayed
3.Read the error message
Actual Results:  
Error message complaining that '/grub2/locale/en.mo/gz' is not found.

Expected Results:  
no such error message should be displayed.
Comment 1 Mike Gilbert gentoo-dev 2012-03-17 22:06:13 UTC
Reported upstream.
Comment 2 Mike Gilbert gentoo-dev 2012-07-05 13:55:28 UTC
*** Bug 424185 has been marked as a duplicate of this bug. ***
Comment 3 Mike Gilbert gentoo-dev 2012-11-13 16:46:08 UTC
*** Bug 442976 has been marked as a duplicate of this bug. ***
Comment 4 Alexandre 2012-11-13 19:13:23 UTC
As workaround you may use LANG=C before grub2-mkconfig:

# LANG=C grub2-mkconfig -o /boot/grub2/grub.cfg
Comment 5 Mike Gilbert gentoo-dev 2013-01-07 03:19:51 UTC
*** Bug 449464 has been marked as a duplicate of this bug. ***