UUID, not PARTUUID

This commit is contained in:
Maciej Lebiest 2021-06-30 17:57:40 +02:00 committed by GitHub
parent a901659584
commit 2eb3d0c374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ For setting up different locale than pl check official guide
### -------------encryption only--------------------- ### -------------encryption only---------------------
>nano /etc/default/grub >nano /etc/default/grub
>>GRUB_ENABLE_CRYPTODISK=y >>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 >blkid
### Now set this line including proper UUID in place of "\<device-UUID>": ### Now set this line including proper UUID in place of "\<device-UUID>":
#### (temporarly you can use /dev/sdX2 in place of "UUID=\<device-UUID>" and change it later easy in gui mode) #### (temporarly you can use /dev/sdX2 in place of "UUID=\<device-UUID>" and change it later easy in gui mode)