I have rEFInd 0.13.3.1 installed, and I am trying to make it work with Secure Boot. My laptop seems to randomly re-enable Secure Boot (unsure if this is due to the system or the hardware), so I thought about giving it a shot.
I tried with PreLoader, but I was not very successful. So I tried focusing on Shim. I enrolled rEFInd's key, however boot still fails with Verification failed: (0x1A) Security Violation. If I try to continue, another message appears:
I tried enrolling the key in multiple ways (by booting into the MOK manager and picking the refind.cer file, as well as using mokutil -i refind.cer, and confirming with a password). I can confirm that it is enrolled,
I have rEFInd 0.13.3.1 installed, and I am trying to make it work with Secure Boot. My laptop seems to randomly re-enable Secure Boot (unsure if this is due to the system or the hardware), so I thought about giving it a shot.
I tried with PreLoader, but I was not very successful. So I tried focusing on Shim. I enrolled rEFInd's key, however boot still fails with
Verification failed: (0x1A) Security Violation
. If I try to continue, another message appears:I tried enrolling the key in multiple ways (by booting into the MOK manager and picking the
refind.cer
file, as well as usingmokutil -i refind.cer
, and confirming with a password). I can confirm that it is enrolled,I pulled
shimx64.efi
andmmx64.efi
fromshim-signed_1.40.7+15.4-0ubuntu9_amd64.deb
, takingshimx64.efi.doublesigned
.I also checked that the binary I have installed is verifiable with that key:
Any idea of what could be going wrong here?
I am available to recompile/customize rEFInd for further testing, if needed.