Created attachment 233089 [details] Screenshot: FreeBSD boot loader menu <https://www.freebsd.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD>
Is there a patch?
A workaround for anyone else wanting to have an OpenZFS encrypted root, here are my notes from setting that up: https://forums.freebsd.org/threads/the-quest-for-unencrypted-boot-and-zfs-native-encrypted.91940/#post-640041 It involves having a unencrypted /boot partition that doubles as / on initial boot into single user mode, then loads the zfs keys, mounts the encrypted / and re-roots to it (via `reboot -r`).
Thanks! From <https://www.reddit.com/r/freebsd/comments/vz92sj/comment/nokbr4x/>: > I don't know exactly what's done by Ubuntu at boot time, … Essentially: > > - two pools – bpool and rpool > - bpool includes the non-encrypted /boot > - rpool includes the non-encrypted keystore.
For clarity: the key store _is_ encrypted, but not ZFS native. cryptsetup(8) is used.