1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-19 17:24:43 -04:00
privsec.dev/content/posts/linux/Root ZFS Encryption and Remote Unlocking with Ubuntu.md

10 lines
656 B
Markdown
Raw Normal View History

2023-07-26 18:13:27 -04:00
---
2023-07-26 18:17:03 -04:00
title: "Root ZFS Encryption, RAID and Remote Unlocking on Ubuntu"
2023-07-26 18:13:27 -04:00
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.
2023-07-26 18:17:03 -04:00
![ZFSBootMenu](/images/zfsbootmenu.png)