diff --git a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md index b0362ff..a3803f1 100644 --- a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md +++ b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md @@ -17,6 +17,8 @@ Proxmox installs its system inside of the `rpool/ROOT` dataset. This is what we First, boot into the initramfs. On the startup menu, press `e` to edit the boot argument. Remove `root=ZFS=rpool/ROOT/pve-1 boot=zfs` from the argument and press `enter`. +![Proxmox Initramfs Boot](/images/proxmox-initramfs-boot.png) + Load in the `zfs` kernel module: ```sh diff --git a/static/images/proxmox-initramfs-boot.png b/static/images/proxmox-initramfs-boot.png new file mode 100644 index 0000000..c53adaf Binary files /dev/null and b/static/images/proxmox-initramfs-boot.png differ