UUID, not PARTUUID
This commit is contained in:
parent
a901659584
commit
2eb3d0c374
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue