Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408599 - grub-2.00_beta2 looks for non-existent /grub2/locale/en.mo.gz during early boot
Summary: grub-2.00_beta2 looks for non-existent /grub2/locale/en.mo.gz during early boot
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL: https://savannah.gnu.org/bugs/index.p...
Whiteboard:
Keywords:
: 424185 442976 449464 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-17 16:27 UTC by nvinson234
Modified: 2013-01-07 03:19 UTC (History)
4 users (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 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. ***