From a2a76fabbbc15ce009df076579c29fc1ec8c8d16 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 17 Aug 2023 16:24:34 -0700 Subject: [PATCH] very epik --- ...FS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md | 1 + 1 file changed, 1 insertion(+) 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 \