You are not logged in.
Pages: 1
Hi, I just installed Arch Linux alongside macOS on a MacBookPro14,1 (2017 MacBook Pro). In the boot menu (by holding option when starting up), I see "EFI Boot" for Arch Linux.
I was able to set the boot option icon, but I would like to also rename the boot option to "Arch Linux". How can I do that?
Last edited by osalbahr (2025-06-23 09:32:07)
Offline
try
efibootmgr
to see wether that's the bootloader-id or something the uefi sets on its own
in the latter case you aren't able to change whatever apple hardcoded
Offline
> to see wether that's the bootloader-id or something the uefi sets on its own
Not sure. Here the output of `efibootmgr`:
```console
$ efibootmgr
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0080,0009,000C,000B,0001,0000,0008,0007,0006,0004,0003,0002,0005
Boot0000* fedora HD(1,GPT,78d61de9-35f7-4fd5-8145-6361373a284f,0x100,0x25800)/\EFI\fedora\shimx64.efi
Boot0001* Fedora HD(1,GPT,f990a5e2-d626-4252-9fb6-6b0a3963a405,0x6,0x12c00)/\EFI\fedora\shimx64.efi
Boot0002* Windows Boot Manager HD(1,GPT,723a528b-ae0c-4968-838a-148c20df0919,0x6,0x12c00)/\EFI\Microsoft\Boot\bootmgfw.efi57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d0000007c0b0100000010000000040000007fff0400
Boot0003* GRUB HD(1,GPT,a48a1f12-6d25-44e7-9e46-8d82a557602f,0x800,0xfa000)/\EFI\GRUB\grubx64.efi
Boot0004* grub_efi HD(1,GPT,a48a1f12-6d25-44e7-9e46-8d82a557602f,0x800,0xfa000)/\EFI\grub_efi\grubx64.efi
Boot0005* Pop!_OS 22.04 LTS HD(1,GPT,16b0ef43-fb58-4d9b-9597-3d8b6547f6c7,0x1000,0x1fefff)/\EFI\systemd\systemd-bootx64.efi
Boot0006* Linux Boot Manager HD(1,GPT,dccdcc8f-a4bf-4f2f-a6cf-9657d227f3da,0x800,0x100000)/\EFI\systemd\systemd-bootx64.efi
Boot0007* Linux Boot Manager HD(1,GPT,965d8913-744e-4083-bed0-5f1f33a57c47,0x800,0x100000)/\EFI\systemd\systemd-bootx64.efi
Boot0008* Qubes OS HD(1,GPT,7c2abfea-83b4-448c-88a6-1846cea2fd15,0x800,0x12c000)/\EFI\qubes\grubx64.efi
Boot0009* Ubuntu HD(1,GPT,f990a5e2-d626-4252-9fb6-6b0a3963a405,0x6,0x12c00)/\EFI\ubuntu\shimx64.efi
Boot000B* Fedora HD(1,GPT,d5bbca68-d73a-4487-89e3-e379b84fab77,0x800,0x12c000)/\EFI\fedora\shimx64.efi
Boot000C* Fedora
HD(1,GPT,87ef018c-491c-4f35-8e9c-01292cd5ca2b,0x800,0x12c000)/\EFI\fedora\shimx64.efi
Boot0080* Mac OS X PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)//HD(2,GPT,b548c894-80ca-4a2d-bb69-f0e1a1262e42,0x12c06,0x1c2d3f5)/VenMedia(be74fcf7-0b7c-49f3-9147-01f4042e6842,64b702985956db41863ad3761c91f129)/\2141F881-0DDE-46A3-A328-B3786CCD6FC8\System\Library\CoreServices\boot.efi
Boot0081* Mac OS X VenMedia(be74fcf7-0b7c-49f3-9147-01f4042e6842,e051a3856e123f498189a08bc6e8215e)/\DCE74189-2BC8-4FDB-914B-E89986E79A51\System\Library\CoreServices\boot.efi
Boot0082* PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)//HD(1,GPT,dc6eac60-a9ad-4359-ada1-90bdc5f34c67,0x12c06,0xe169fa)/VenMedia(be74fcf7-0b7c-49f3-9147-01f4042e6842,9edecf5a0ac88b49a6289cb2a3274a9d)/\2A225830-2941-4B37-AD22-0932EA677D9D\System\Library\CoreServices\boot.efi
BootFFFF* PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)//HD(2,GPT,1050ba0d-049f-43dc-b862-32843d6fb66e,0x12c06,0x1c2d3f5)/VenMedia(be74fcf7-0b7c-49f3-9147-01f4042e6842,35b1b2027eec694bb7231f6be821978d)/\8607C61C-A9F7-4B6F-9E93-3F99AF342D51\System\Library\CoreServices\boot.efi
```
It is odd that it is detecting systems that are no longer installed. Not sure how to interpret that.
Offline
Pages: 1