1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-11-09 08:21:32 -05:00
This commit is contained in:
Tommy 2023-08-17 16:18:29 -07:00
parent e3c80476e6
commit 94d5ded0a5

View File

@ -201,6 +201,8 @@ update-initramfs -c -k all
### Setup the EFI partition
If you are doing mirroring:
```bash
zfs set org.zfsbootmenu:commandline="quiet loglevel=4" zroot/ROOT
zfs set org.zfsbootmenu:keysource="zroot/ROOT/ubuntu" zroot
@ -213,6 +215,8 @@ mkdir -p /boot/efi
mount /boot/efi
```
If you are not, just replace `md0` in the commands above with your efi partition.
### Install ZFSBootMenu
#### To use it without remote unlocking, just follow the official guide: