-
Follow the official ZFSBootMenu guide until the last section
Prepare for first boot.- My
zrootis a mirror, so I have also created a mirror for my EFI boot partitions. Important point here is to use metadata version 1.0 to store all md-related stuff at the end of partition. Each partition in the mirror can be used as regular FAT32 EFI boot partition.mdadm --create --verbose /dev/md1 --level=1 --raid-devices=2 --metadata=1.0 --homehost=<future_host_name> --name=efi /dev/nvme0n1p1 /dev/nvme1n1p1
- My
- Then create FAT32 filesystem on
/dev/md1and mount it to/boot/efi(via/etc/fstab).