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 aa80ec8..0acbd2c 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 @@ -256,6 +256,7 @@ EOF ### Configure EFI boot entries ```bash +mount -t efivarfs efivarfs /sys/firmware/efi/efivars apt install efibootmgr -y efibootmgr -c -d "/dev/nvme0n1" -p 1 \