Displaying 3 results from an estimated 3 matches for "part_entry_uuid".
2019 Jan 10
3
Help finishing off Centos 7 RAID install
> On 1/9/19 2:30 AM, Gary Stainburn wrote:
>> 1) The big problem with this is that it is dependant on sda for booting.
>> I
>> did find an aritcle on how to set up boot loading on multiple HDD's,
>> including cloning /boot/efi but I now can't find it. Does anyone know
>> of a
>> similar article?
>
>
> Use RAID1 for /boot/efi as well.? The
2019 Jan 10
0
Help finishing off Centos 7 RAID install
...rrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0000
Boot0000* CentOS Linux
HD(1,GPT,534debcc-f3d6-417a-b5d4-10b4ba5c1f7d,0x800,0x5f000)/File(\EFI\CENTOS\SHIM.EFI)
Boot0001* CentOS Linux
HD(1,GPT,05883d1e-df21-4938-bfa1-ac11ff376572,0x800,0x5f000)/File(\EFI\CENTOS\SHIM.EFI)
# blkid -p? -o value -s PART_ENTRY_UUID /dev/sda1
534debcc-f3d6-417a-b5d4-10b4ba5c1f7d
# blkid -p? -o value -s PART_ENTRY_UUID /dev/sdb1
05883d1e-df21-4938-bfa1-ac11ff376572
> RAID1 is going to have type FD00 (Linux RAID) whereas EFI firmware expects
> type EF00 (EFI System Partition) to boot from.
I think you're referring t...
2019 Jan 10
1
Help finishing off Centos 7 RAID install
...ds
> BootOrder: 0001,0000
> Boot0000* CentOS Linux
> HD(1,GPT,534debcc-f3d6-417a-b5d4-10b4ba5c1f7d,0x800,0x5f000)/File(\EFI\CENTOS\SHIM.EFI)
> Boot0001* CentOS Linux
> HD(1,GPT,05883d1e-df21-4938-bfa1-ac11ff376572,0x800,0x5f000)/File(\EFI\CENTOS\SHIM.EFI)
> # blkid -p? -o value -s PART_ENTRY_UUID /dev/sda1
> 534debcc-f3d6-417a-b5d4-10b4ba5c1f7d
> # blkid -p? -o value -s PART_ENTRY_UUID /dev/sdb1
> 05883d1e-df21-4938-bfa1-ac11ff376572
So far my config looks similar.
>
>> RAID1 is going to have type FD00 (Linux RAID) whereas EFI firmware
>> expects
>> type EF00...