diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 11:01:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 11:01:16 -0300 |
commit | 9555e69b99c654175611d1e63fa5876e4da778a5 (patch) | |
tree | d9823b65f4401712d7de92147cfe078423d70058 | |
parent | 16c4d7c30457f798470c0b92e81849599c69f049 (diff) | |
download | bootless-master.tar.gz bootless-master.tar.bz2 |
-rw-r--r-- | todo.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ [[!meta title="Bootless: TODO"]] -## Support for Full Disk Encryption with LUKS version 2 with Argon2id +## Add support for Full Disk Encryption with LUKS version 2 with Argon2id ### About @@ -13,14 +13,15 @@ build, or wait for an official implementation. ### Status * As of 2024-07-13, the GRUB packages for Debian bookworm still does not have - support for luks2 and argon2id. + support for luks2 and argon2id: + [GNU GRUB - Bugs: bug #55093, Add LUKS2 support](https://savannah.gnu.org/bugs/?55093). * This means that Full Disk Encryption won't work along with luks2 and argon2id when using vanilla GRUB packages from Debian. * But it's now possible to migrate non-boot volumes. ### References -References on LUKS 2 and Argon2id are available in the [references](references) +References on LUKS 2 and Argon2id are available in the [references](/references) page. [GNU Grub]: https://www.gnu.org/software/grub/ |