From 2eb3d0c37446d349a3f2f17727d92c7f9a0338f6 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Wed, 30 Jun 2021 17:57:40 +0200 Subject: [PATCH] UUID, not PARTUUID --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1352af6..0854905 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ For setting up different locale than pl check official guide ### -------------encryption only--------------------- >nano /etc/default/grub >>GRUB_ENABLE_CRYPTODISK=y -### Find UUID (PARTUUID for /dev/sdX2) of crypto partition so we can add it to grub config +### Find UUID (UUID for /dev/sdX2) of crypto partition so we can add it to grub config >blkid ### Now set this line including proper UUID in place of "\": #### (temporarly you can use /dev/sdX2 in place of "UUID=\" and change it later easy in gui mode)