Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/installation/guides/fde.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ find the UUID of the device.
Edit the `GRUB_CMDLINE_LINUX_DEFAULT=` line in `/etc/default/grub` and add
`rd.lvm.vg=voidvm rd.luks.uuid=<UUID>` to it. Make sure the UUID matches the one
for the `sda1` device found in the output of the
[blkid(8)](https://man.voidlinux.org/blkid.8) command above.
[blkid(8)](https://man.voidlinux.org/blkid.8) command above. This will be
`/dev/sda2` on EFI systems.

## LUKS key setup

Expand Down