Skip to content

Commit dd60e18

Browse files
rmboggsclassabbyamp
authored andcommitted
Remind reader to use correct device on EFI systems
Make sure to point out the appropriate device for EFI systems when trying to locate the UUID for the encrypted device.
1 parent 0d1d4bf commit dd60e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/installation/guides/fde.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ find the UUID of the device.
222222
Edit the `GRUB_CMDLINE_LINUX_DEFAULT=` line in `/etc/default/grub` and add
223223
`rd.lvm.vg=voidvm rd.luks.uuid=<UUID>` to it. Make sure the UUID matches the one
224224
for the `sda1` device found in the output of the
225-
[blkid(8)](https://man.voidlinux.org/blkid.8) command above.
225+
[blkid(8)](https://man.voidlinux.org/blkid.8) command above. This will be
226+
`/dev/sda2` on EFI systems.
226227

227228
## LUKS key setup
228229

0 commit comments

Comments
 (0)