When installing grub to multiple EFI partitions they all have the same label in the EFI vars
Bug #1877861 reported by
Tony Middleton
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| grub2 (Ubuntu) |
Opinion
|
Undecided
|
Unassigned | ||
Bug Description
I have been trying out the new facility to install grub to multiple efi partitions. Both of the efi entries shown in efibootmgr have the same label and these are all that is shown in the boot selection menu on my systems making it impossible to distinguish between them.
Each entry should be given a different label to enable choosing the entry required.
I am using grub2 (2.04-1ubuntu26) on a Focal system.
To post a comment you must log in.

Similar: /bugs.launchpad .net/ubuntu/ +source/ grub2/+ bug/1450783 /bugs.launchpad .net/ubuntu/ +source/ grub2/+ bug/1450783 /bugs.launchpad .net/ubuntu/ +source/ grub2/+ bug/1561712
https:/
And:
https:/
And:
https:/
I do change /etc/default/grub and get new entry in UEFI. R=kubuntu grub.cfg to boot not /EFI/kubuntu/ grub.cfg. But a different entry in UEFI. id=myid or just in UEFI with efibootmgr and different description.Entry in UEFI uses GUID/partUUID to know which ESP to boot from.
GRUB_DISTRIBUTO
But it always uses /EFI/ubuntu/
Or you can create an entry like shown in Bug above with grub-install --bootloader-
Most systems only allow one active ESP per device, but once configured, you may be able to use any FAT32 partition with .efi boot files.
If in different ESP, then any of the options to create a different id should work, but you may need /EFI/ubuntu folder in ESP as well.