Hey all
So I'm trying to get Secure boot working. I installed arch with LUKS for disk encryption and UKI.
After a lot of work building the uki image and other stuff, I tried to enroll my new keys created with sbctl. To do that, I though I had to delete existing keys within UEFI, what I did.
When I rebooted, arch was stuck after, and before asking for the passphrase : ```start job is running for "/dev/mapper/root"
Cannot open access to console, the root account is locked
It looks like the bootloader isn't able anymore to load what it has to in order to decrypt the disk.
I was able to access the encrypted disk by using a live debian, however I can't repair what I broke.
I made so much checks and modifications/tries on different files:
/boot/loader/entries/arch.conf
/etc/mkinitcpio.conf
/etc/crypttab
...
that I don't know exactly where the problem lies.
I also rebuilded the .efi images each time.
Yet I think that I may have artefacts that could cause issues.
Help would be greatly appreciated. Especially guidance of what to check in order to find the issue(s).
Thanks!