Project

General

Profile

Bug #296

Grub error

g.one - about 11 years ago - . Updated about 11 years ago.

Status:
fixed
Priority:
bug
Assignee:
-
% Done:

0%


Description

Since i updated grub-bios to the 2.00-1.2 version i have this error at the grub startup:

error: file '/boot/grub/locale/en.mo.gz'

History

#2

Updated by alfplayer about 11 years ago

You can try this:

cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo

https://savannah.gnu.org/bugs/?35880 (it's been almost a year since it was reported).

#3

Updated by Anonymous about 11 years ago

Did you tried to type "grub-install /dev/sdX" before "grub-mkconfig -o /boot/grub/grub.cfg"? In some cases some users had grub-2.00rc1 version inside MBR yet and doesn't typed grub-install after grub upgrading version.

#4

Updated by g.one about 11 years ago

Solved (i think) with this https://wiki.archlinux.org/index.php/Grub#Install_to_440-byte_MBR_boot_code_region

  1. modprobe dm-mod
  2. grub-install --target=i386-pc --boot-directory=/boot --recheck --debug /dev/sda
  3. mkdir -p /boot/grub/locale
  4. cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo

Also available in: Atom PDF