Sunday, May 19, 2024
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 36832  / 2 Years ago, wed, october 19, 2022, 10:36:10

I'm setting up a HTPC with Ubuntu 64-bit, using UEFI and RAID with GPT disks.



Is it possible for the EFI system partition (partition type 0xEF00) to be part of a RAID1 array using mdadm? I'm hoping that metadata version 1.0 (at the end of the disk) will allow this.



Also, what should "device for boot loader installation" be set too, or does that only apply to MBR disks?


More From » installation

 Answers
6

After much experimentation I think this is the answer:



The EFI system partition (usually mounted at /boot/efi/) doesn't hold many files, unless e.g. GRUB is stored directly there instead of /boot/grub/. The contents usually don't change, so there is no need to RAID the partition. Having multiple copies of the partition across different disks would also require the UEFI boot entries to be set with efibootmgr; usually GRUB initialises this based on the mounted partition of /boot/efi/.



So it seems that it's both not needed, and not easy to do.


[#43000] Thursday, October 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iriousutur

Total Points: 321
Total Questions: 112
Total Answers: 106

Location: Sweden
Member since Mon, Dec 7, 2020
4 Years ago
;