Skip to content

Commit

Permalink
Remind reader to use correct device on EFI systems
Browse files Browse the repository at this point in the history
Make sure to point out the appropriate device for EFI systems when trying to locate the UUID for the encrypted device.
  • Loading branch information
rmboggs authored and classabbyamp committed Jun 28, 2023
1 parent 0d1d4bf commit dd60e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/installation/guides/fde.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,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

0 comments on commit dd60e18

Please sign in to comment.