shim_lock not found when using Secure Boot
Good evening,
I've got a problem with setting up a Secure Boot. Every time I'm booting up Linux kernel with SB enabled, I'm getting:
error: shim_lock protocol not found.
error: you need to load the kernel first.
I've configured Secure Boot like so:
1. Created keys with `sbctl create-keys`
2. After entering Setup Mode of UEFI, I've executed `sbctl enroll-keys -m`
3. Configured GRUB, using this script.
Is there any way to solve the problem with missing shim_lock?