During the backup of some Linux-based machines, the following error occurs:
Cannot find EFI boot manager entry for EFI System Partition GUID
During a Bare Metal Restore (BMR) from a restore point created by a backup that displayed that error, the following error will occur:
[error] Restoring EFI
After the BMR completes, the system will fail to boot because GRUB cannot locate the EFI boot manager.
There are two options to resolve this issue:
To resolve this issue, after the BMR is completed, a new EFI boot record must be manually created.
/EFI/<YOUR_DISTR_NAME>/xxx.efi.
ls /<mount_point_for_efi_part>/EFI/<YOUR_DISTR_NAME>/
shimx64.efi or shim.efi file, use that file's path in the next step.shim64.efi or shim.efi file, and instead contains only a grubx64.efi or grub.efi file, use that file's path in the next step./EFI/ folder may be capitalized, as the issue is that the .efi file itself must be in lowercase.--disk /dev/sd?
The disk on which the EFI partition is located.--part ?
The number of the efi partition on the disk.--loader /EFI/path/to/file.efi
The efi file path from Step 2.--label "Label"
What the entry should be named in the EFI Boot ManagerThis form is only for KB Feedback/Suggestions, if you need help with the software open a support case