On Fri, Jul 5, 2019, at 08:05, [email protected] wrote:
> So, is there either a boot loader that a human can configure manually
> that can handle LUKS partitions? No uefi, but GPT would be nice.
I have a LUKS-encrypted system, GPT partitions, no UEFI, systemd, dracut, btrfs.
I always manually create a /boot/grub/grub.cfg configuration file without using
the grub-mkconfig command:
timeout=-1
menuentry 'Linux-libre 5.1.15' {
linux /@i3/vmlinuz-5.1.15-gnu
rd.luks.uuid=luks-e384faa4-d3ad-4171-b38e-8961bddab43f
root=UUID=90a73cbd-f378-4424-93d9-661cbfec9e5a rootfstype=btrfs
rootflags=subvol=@i3 init=/lib/systemd/systemd quiet loglevel=3
rd.vconsole.keymap=it
initrd /@i3/initramfs-5.1.15-gnu.img
}
It is pretty simple compared to what grub-mkconfig usually generates, and it
works pretty well.
--
https://fturco.gitlab.io/