On Mon, Apr 16, 2012 at 3:40 PM, Arbiel Perlacremaz <[email protected]> wrote: > Hi > > I reported what I thought was a bug : my grub.cfg file refers to the file > /usr/share/grub/unicode.pf2. To my understanding, this is a bug because the > path to that file at the time of grub-mkconfig can be quite different to the > path during the booting process. In the situation I was testing, Grub tried > to access a uuid which were no longer connected. > > All files refered to by Grub during the booting procedure should be prefixed > with the ${prefix} variable. Any file located somewhere outside the Grub > directory and accessed by Grub at boot time should be copied to Grub's > directory at grub-mkconfig time. This is obviously not the case in the > Ubuntu 11.10 distribution. > > Vladimir Serbinenko was not happy with me and replied ' > > Please test with the latest version before reporting any bug. In this > case this was fixed some time ago. > > So, I'm now looking for the latest version of the script 00_header which > generates the access to /usr/share/grub/unicode.pf2 to check whether the bug > has been fixed or not, and if it has been fixed, to report a bug to Ubuntu.
You can get grub 2.0 Beta3 from ftp://alpha.gnu.org/gnu/grub/grub-2.00~beta3.tar.xz or get bzr trunk by running "bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub/". Please note that when testing bugs and fixes in any project you can't simply assume that a single file can be updated on its own, or that you even know which files have the needed changes without understanding the bug or how it has been fixed. To test the new version of grub make sure to build it, install it with "make install", and re-run run grub-install and grub-mkconfig. -- Jordan Uggla (Jordan_U on irc.freenode.net) _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
