URL:
  <http://savannah.gnu.org/bugs/?34522>

                 Summary: grub-1.99
                 Project: GNU GRUB
            Submitted by: moschlar
            Submitted on: Mo 10 Okt 2011 19:30:04 GMT
                Category: Configuration
                Severity: Major
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: other
         Reproducibility: None
         Planned Release: None

    _______________________________________________________

Details:

When using LANG="de_DE.UTF-8", grub-mkconfig is sorting kernels incorrect:

E.g.:
 $ grub2-mkconfig -o /dev/null
Generating grub.cfg ...
Found linux image: /boot/kernel-2.6.39.3
[...]
Found linux image: /boot/kernel-2.6.36-gentoo-r8
Found linux image: /boot/kernel-3.0.4-gentoo-r1
[...]
Found linux image: /boot/kernel-3.0.1
Found linux image: /boot/kernel-3.0-gentoo
Found linux image: /boot/kernel-3.0
  No volume groups found
done
vs.:
 $ LANG=C grub2-mkconfig -o /dev/null
Generating grub.cfg ...
Found linux image: /boot/kernel-3.0.4-gentoo-r1
[...]
Found linux image: /boot/kernel-3.0.1
Found linux image: /boot/kernel-3.0-gentoo
Found linux image: /boot/kernel-3.0
Found linux image: /boot/kernel-2.6.39.3
[...]
Found linux image: /boot/kernel-2.6.36-gentoo-r8
  No volume groups found
done

This happens in Gentoos ebuild sys-boot/grub-1.99-r2, which uses official
grub-1.99.tar.gz source tarball without patches to grub-mkconfig_lib





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34522>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to