diff --git a/content/posts/linux/Setting up root ZFS Encryption and Remote Unlocking with Ubuntu.md b/content/posts/linux/Setting up root ZFS Encryption and Remote Unlocking with Ubuntu.md new file mode 100644 index 0000000..83d420f --- /dev/null +++ b/content/posts/linux/Setting up root ZFS Encryption and Remote Unlocking with Ubuntu.md @@ -0,0 +1,10 @@ +--- +title: "Setting up root ZFS Encryption, RAID and Remote Unlocking on Ubuntu" +tags: ['Operating Systems', 'Linux', 'Security'] +date: 2023-07-26 +author: Tommy +--- + +While Unbutu supports ZFS on root filesystems with an easy snapshot and rollback mechanism called ZSYS, ZSYS is [soon going to be deprecated](https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1966773) and the installer does not offer an easy way to setup mirroring. In this guide, I will walk you through how to set up Ubuntu with root on ZFS, mirroring with both the root and EFI partitions, and remote unlocking + boot into a snapshot with ZFSBootMenu. + +![ZFSBootMenu](/images/ZFSBootMenu.png) \ No newline at end of file diff --git a/static/images/zfsbootmenu.png b/static/images/zfsbootmenu.png new file mode 100644 index 0000000..ba5213f Binary files /dev/null and b/static/images/zfsbootmenu.png differ