Hi,
In limine.cfg file,
Code: Select all
:Fatdog (partition nvme0n1p7, direct, initrd)
PROTOCOL=linux
KERNEL_CMDLINE="savefile=direct:uuid:54a32cdd-caa5-40d9-8059-fac82c11868c:FatDog/fd64save:dmcrypt waitdev=5 pkeys=pt"
KERNEL_PATH=guid://aba5be6d-f6ee-48a3-a7a0-2dde3777d418/FatDog/vmlinuz
MODULE_PATH=guid://aba5be6d-f6ee-48a3-a7a0-2dde3777d418/FatDog/initrd
The pkeys=pt is not working when placed at the end of the KERNEL_CMDLINE as shown above.
It also doesn't work when it's placed before the waitdev=5 parameter.
If I place it at the start of the line before the savefile= parameter, FatDog is unable to open the encrypted partition where the save directory resides.
Where should I place the pkeys= parameter?