Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tech_notes:boot [2026-06-28 Sun wk26 21:40] baumkptech_notes:boot [2026-06-29 Mon wk27 15:36] (current) – [secure boot tools] baumkp
Line 52: Line 52:
 [[https://commandlinux.com/arch-linux/secure-boot/|How to Verify, Activate, or Turn Off Secure Boot on Linux]] [[https://commandlinux.com/arch-linux/secure-boot/|How to Verify, Activate, or Turn Off Secure Boot on Linux]]
   * ''sudo mokutil --sb-state'' to check secure boot status.  Also ''sudo dmesg | grep -i secure''   * ''sudo mokutil --sb-state'' to check secure boot status.  Also ''sudo dmesg | grep -i secure''
-  * +  *  ''sudo mokutil --disable-validation'' to disable Secure Boot validation without entering firmware 
 +  * ''sudo mokutil --enable-validation'' to re-enable Secure Boot validation.