Setup...
- LVM on LUKS FDE
- Systemd + Secure Boot & Shims
- Refind + Systemd-boot
- booster + booster-um
- /efi on UEFI GPT
Issue...
- [SOLVED: ESP:/boot/efi)
/efi] Refind is unable to locate the /boot folder because ESP is /efi. Images, vmlinuz-Linux, and microcode are automatically installed at /boot. - [SOLVED: booster + booster-um.yaml] When systemd-boot boots, no decryption method is requested for root partition.
- Presented with err-19 at boot and nothing else besides alt-ctrl-delete.
- I am trying to use the systemd auto generated partition discovery and mounting rather than using fstab to mount everything.
The reason I am using Refined over Systemd-boot or efibootmgr is for usb live booting (perfect example of arch-chroot). I don't believe systemd-boot provides an auto listing and mounting of only bootable USBs, otherwise lmk.