s-n-ushakov / rename-efi-entry

A Bash script to rename EFI boot entries
BSD 2-Clause "Simplified" License
84 stars 15 forks source link

ERROR : no EFI data found for any label matching '*'. #7

Open BiomedicLJZ opened 1 year ago

BiomedicLJZ commented 1 year ago

I tried to rename a Boot entry after reading them in the efibootmgr: BootCurrent: 0003 Timeout: 0 seconds BootOrder: 0000,2002,2001,2003 Boot0000 Windows Boot Manager Boot0001 EFI PXE 0 for IPv4 ( **** ) Boot0002* EFI PXE 0 for IPv6 ( **** ) Boot0003 EFI USB Device (Generic) Boot2001 EFI USB Device Boot2002 EFI DVD/CDROM Boot2003 EFI Network

being the Boot0003 the one i try to rename

s-n-ushakov commented 1 year ago

Hi @BiomedicLJZ , did you try to rename some generic entry that originates from your EFI PROM? If yes, then I regret to say that this script was not intended for that. It can only rename entries that are associated with some definite device/partition combinations and have a specific uuid. Could you clarify your case regarding that that? And in case of renaming a non-generic entry, could you post here the verbatim command you use?