Skip to content

Commit

Permalink
docs: ujust enroll-secure-boot-key (#328)
Browse files Browse the repository at this point in the history
* enhance: ujust enroll-secure-boot-key

* Enhance: MOK password echo

---------

Co-authored-by: Benjamin Sherman <[email protected]>
  • Loading branch information
Malix-Labs and bsherman authored Nov 2, 2024
1 parent 537655a commit 74905f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ regenerate-grub:

# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "universalblue" if prompted
enroll-secure-boot-key:
echo 'Enter password "universalblue" if prompted after your user password.'
sudo mokutil --timeout -1
echo 'The next line will prompt for a MOK password. Then, input "universalblue"'
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der
echo 'When you reboot your computer, follow the instructions to start MOK util'
echo 'by pressing a key, then enroll the secure boot key and enter "universalblue" as the password'
echo 'At next reboot, the mokutil UEFI menu UI will be displayed (*QWERTY* keyboard input and navigation).\nThen, select "Enroll MOK", and input "universalblue" as the password'

# Install or uninstall distrobox-git
setup-distrobox-git:
Expand Down

0 comments on commit 74905f5

Please sign in to comment.