Hello, I have a machine that uses the old fashioned recommended partitioning scheme, which has three partitions:
- /boot/efi FAT 256MB
- /boot EXT2 400MB
- luks encrypted pv 400GB root partition on btrfs (snapshots enabled)
The reason it has a dedicated /boot partition is to avoid the “two luks password inputs” issue (one before grub screen, one after grub screen)
Now that I’ve learned the trick here at https://en.opensuse.org/SDB:Encrypted_root_file_system, which creates a key file to solve the above issue, I wonder if it’s still possible to implement it when I already have /boot partition setup.
A plus is that I think then I would be able to boot snapshots entries too from the grub screen? At the moment, snapshots options seem to be missing in grub entries.