From cb715be37daab05001d7470e838c8247edfb760b Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Wed, 31 Mar 2021 19:11:52 -0500 Subject: [PATCH] docs: Add note to cryptomount that UUIDs should be specified without dashes Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- docs/grub.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index eeb3118eb..93ae12a88 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -4307,6 +4307,9 @@ GRUB suports devices encrypted using LUKS, LUKS2 and geli. Note that necessary modules (@var{luks}, @var{luks2} and @var{geli}) have to be loaded manually before this command can be used. For LUKS2 only the PBKDF2 key derivation function is supported, as Argon2 is not yet supported. + +Also, note that, unlike filesystem UUIDs, UUIDs for encrypted devices must be +specified without dash separators. @end deffn @node cutmem