Re: Managing LVM + RAID install on a machine with EFI

2021-03-10 Diskussionsfäden Rémy Dernat
Thomas, Ok, this is helpful. I found this blog : https://terrydactyl10.wordpress.com/2015/11/04/centos-7-with-mdadm-software-raid-and-uefi-boot/ So here is my resulting disk_config file now : # example of new config file for setup-storage # # disk_config disk1 disklabel:gpt

Re: Managing LVM + RAID install on a machine with EFI

2021-03-10 Diskussionsfäden Thomas Lange
> On Wed, 10 Mar 2021 10:00:30 +0100, Rémy Dernat said: > disk config disk1 First, you need a GPT disk label for UEFI. > disk_config raid fstabkey:uuid > radi1 /boot/efi disk1.1,disk2.1 vfat rw createopts="-F32" I'm not sure if raid for /boot/efi will work, since the UEFI

Re: Managing LVM + RAID install on a machine with EFI

2021-03-10 Diskussionsfäden Rémy Dernat
Hi Thomas, Ok, here is the configuration I was thinking about : disk config disk1 primary - 2G - - primary swap 2G swap sw,pri=1 primary - 0- - - disk_config disk2 sameas:disk1 disk_config raid fstabkey:uuid radi1 /boot/efi disk1.1,disk2.1 vfat rw createopts="-F32" raid1 - disk1.3,disk2.3 - -

Re: Managing LVM + RAID install on a machine with EFI

2021-03-10 Diskussionsfäden Thomas Lange
Your disk config does not have a /boot/efi partition. So this can't be a UEFI machine. P.S.: Your email looks very weird in my email client. Maybe because of the ``` in html. Can you please disable html mails? > On Wed, 10 Mar 2021 09:43:27 +0100, Rémy Dernat said: > Hi,I currently

Managing LVM + RAID install on a machine with EFI

2021-03-10 Diskussionsfäden Rémy Dernat
Hi, I currently have that kind of disk configuration for my UEFI machines : ``` disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid primary / 40G-200Gext4 rw,noatime,errors=remount-ro logical /tmp20G-50G ext4 rw,noatime,nosuid,nodev createopts="-L tmp -m 0"