Open FelixJacobi opened 3 days ago
Yes, this is intended and will create a RAID for ESP using the metadata 1.0 to allow UEFI firmware to read the ESP. Only Ubuntu supports multiple ESP natively and will be set up as such. If you like to have separate ESPs for any other distro, then feel free to remove the RAID after installation.
Hi,
I used the follow config:
This creates
/boot/efi
as RAID, which does not make any sense in my opinion, since UEFI cannot read from a RAID (yes, I know about the 0.9 meta-data hack, but I am not willing to use it since it is shady).My expectation would be to create two separate EFI partitions with one mounted to
/boot/efi
and the other to be maintained manually. Or am I already able to archive that and did I miss something?