From 94d5ded0a51ddb0d09b07ce3ba25a5cb002c6bea Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 17 Aug 2023 16:18:29 -0700 Subject: [PATCH] epik --- ...Encryption, Mirroring, and Remote Unlocking with Ubuntu.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index f07e4bb..aa80ec8 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -201,6 +201,8 @@ update-initramfs -c -k all ### Setup the EFI partition +If you are doing mirroring: + ```bash zfs set org.zfsbootmenu:commandline="quiet loglevel=4" zroot/ROOT zfs set org.zfsbootmenu:keysource="zroot/ROOT/ubuntu" zroot @@ -213,6 +215,8 @@ mkdir -p /boot/efi mount /boot/efi ``` +If you are not, just replace `md0` in the commands above with your efi partition. + ### Install ZFSBootMenu #### To use it without remote unlocking, just follow the official guide: