August 13th update of Windows triggered a SBAT error: security policy violation, like in the following question:
Windows aug. 13 update broke my Ubuntu system!
I followed the instructions and get the following (everything executed as root):
# mokutil --list-sbat-revocations
sbat,1,2022052400
grub,2
mokutil --set-sbat-policy delete
mokutil --list-sbat-revocations
sbat,1,2022052400
grub,2
It seems like grub,2 should be gone from the list. Is my only option to keep SecureBoot disabled?
I am familiar with the command line, but have zero familiarity with dealing with SecureBoot, since I've never had to deal with it.