You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Navigate to the linux source directory (mine is at the root dir)
cd /linux
# start the editable menuconfig UI
make menuconfig
# Navigate to:
# Cryptographic API
# > Certificates for signature checking
# > X.509 certificates to be preloaded into the system blacklist keyring
# Change the 'debian/certs/debian-uefi-certs.pem' string to ''
# Save your .config and exit the menuconfig UI
If you are running a newer kernel than the one you are trying to patch, you will get:
Please use
make oldconfig
The text was updated successfully, but these errors were encountered: