Re: LUKS multiple passphrase retries

2023-04-09 Thread Simon Perry via Grub-devel
On 2023-04-09 06:17 PM, Maxim Fomin wrote: AFAIK this patch[1] allows to have several passphrase attempts. It was originally proposed by John Lane as a part of crypto enhancement patch set[2]. Several versions of this patch set were sent to grub-devel mailing list in 2015-2018, but nothing was

Re: LUKS multiple passphrase retries

2023-04-09 Thread Maxim Fomin
--- Original Message --- On Saturday, April 8th, 2023 at 2:59 AM, Simon Perry via Grub-devel wrote: > > Hi there, > > I've recently moved to using a LUKS2 encrypted boot and it's working > great, however one of the frustrating things is that you get dropped to > grub rescue after a sing

Re: LUKS multiple passphrase retries

2023-04-08 Thread Simon Perry via Grub-devel
On 2023-04-08 07:21 PM, Maximilian Stendler wrote: 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 Oh wow, this is great and will give me plenty to experiment with! I reckon

Re: LUKS multiple passphrase retries

2023-04-08 Thread Maximilian Stendler
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

LUKS multiple passphrase retries

2023-04-07 Thread Simon Perry via Grub-devel
Hi there, I've recently moved to using a LUKS2 encrypted boot and it's working great, however one of the frustrating things is that you get dropped to grub rescue after a single failed passphrase attempt. I see there was a patch proposed back in 2019, but it didn't seem to progress any furth