📖 ~1 min read
Table of contents
Symptom & Impact
Required device or security software fails because unsigned module is not loaded.
Environment & Reproduction
Seen on systems with Secure Boot enabled using DKMS or vendor modules.
mokutil --sb-state
Root Cause Analysis
Kernel enforces signature validation and rejects modules not signed with enrolled keys.
Quick Triage
Confirm Secure Boot state and check kernel module load logs.
mokutil --sb-state
journalctl -k | grep -i 'module verification'
Step-by-Step Diagnosis
Identify blocked module and verify its signature metadata.
modinfo | grep -Ei 'signer|sig'
lsmod | grep

Solution – Primary Fix
Sign module with enrolled key or enroll a Machine Owner Key and rebuild module.
Still having issues? Our IT Consulting team can diagnose and resolve this for you. Get in touch for a free consultation.
sudo update-secureboot-policy --enroll-key
sudo dkms autoinstall

Solution – Alternative Approaches
Disable Secure Boot only if security policy explicitly permits that exception.
Verification & Acceptance Criteria
Module loads without verification errors and dependent service functions normally.
sudo modprobe
lsmod | grep
Rollback Plan
Remove new key enrollment and return to known-good signed module package.
Prevention & Hardening
Standardize signed module pipeline for all DKMS-based components.
Related Errors & Cross-Refs
Related to NVIDIA module load issues and virtual device driver failures.
Related tutorial: View the step-by-step tutorial for Ubuntu 26.04 LTS.
View all Ubuntu 26.04 LTS tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu Secure Boot and module signing documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.