Hi,
I've had the same issue but build a different solution via scripting[0]:
The cryptomount and retries are implemented in a grub.cfg template. With
some shell-scripts the actual grub.cfg can be generated and put into a
tar used as a memdisk, additionally containing all necessary modules and
comp
Hi Thomas,
to keep the host installation clean, I would probably use a container.
So if you are familiar with Podman or Docker, take a look at this:
https://github.com/stendler/grub-fde/blob/main/Containerfile
You could then use a volume mount for any input files from your host and
to retrieve th
Hi,
I've recently built a custom config as a workaround for this, and
embedded it into a custom grub image using grub-mkimage:
https://github.com/stendler/grub-fde
This repo should already be as generic as possible, but you might want
to double-check that all your needed modules are loaded (e