[Bug 1284038] Re: grub-install.in creates all lowercase labelled UEFI boot menu entries, which makes it look unpolished

Marcus Tomlinson marcus.tomlinson at canonical.com
Thu Mar 5 13:06:55 UTC 2020


This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: grub2 (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1284038

Title:
  grub-install.in creates all lowercase labelled UEFI boot menu entries,
  which makes it look unpolished

Status in grub2 package in Ubuntu:
  Incomplete

Bug description:
  I just dug through branch ~ubuntu-core-dev/ubuntu/trusty/grub2/trusty
  (revision 2363) and found that GRUB still creates all lowercase
  labelled UEFI boot menu entries (see attached photo).

  I think one of the following lines in util/grub-install.in is the
  culprit:

      bootloader_id="$(echo "$GRUB_DISTRIBUTOR" | tr 'A-Z' 'a-z' | cut
  -d' ' -f1)"

  and almost at the end of the file:

      efibootmgr $efi_quiet -c -d "$efidir_disk" -p "$efidir_part" -w \
      -L "$bootloader_id" -l "\\EFI\\$efi_distributor\\$efi_file"

  The label (-L "$bootloader_id") should probably be set by another
  variable that is set to "Ubuntu" or something more descriptive that
  looks polished and sophisticated along with the other entries (e.g.
  Windows Boot Manager).

  I know this is pure cosmetics and functionality should be above good
  looks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1284038/+subscriptions



More information about the foundations-bugs mailing list