What is BCP for making the EFI System partition redundant without using hardware RAID?
If I create 3x EFI System partitions on different devices and then backup any changes made to the primary (mounted at /boot/efi
) to the backup devices (mounted at /boot/efi-[bc]
):
- Will the system still boot if the primary device fails, i.e. will it select one of the backup EFI system partitions?
- Will the system select an EFI System partition deterministically when it boots, i.e. must changes to the primary be replicated on the backups before the next reboot?
Is there a better approach such that the system will still boot if the primary device fails?