Hi everyone,
Here is my configuration :
- 1 EFI-only motherboard;
- 4 disks with each 1 EFI System partition and 1 RAID partition;
- The 4 RAID partitions are part of a RAID10 array where / is mounted.
And here is how I handle grub-install:
- I comment /boot/efi in fstab;
- Then, for each of the 4 EFI system partitions, I manually mount it on /boot/EFI, run grub-install, unmount it, and so on;
- Finally, for each of the first 3 EFI system partitions, I create an EFI entry with efibootmgr (the last EFI partition is handled by the last execution of grub-install).
My question is as follows: Is there a better way to do this ? Maybe some syntax in some configuration file to specify that grub-efi should be installed on multiple disks ?
Thanks!
Regards,
Thomas M.