From 74905f53c65977066ab7caed15aded3048e685c6 Mon Sep 17 00:00:00 2001 From: Malix Date: Sat, 2 Nov 2024 23:13:45 +0100 Subject: [PATCH] docs: `ujust enroll-secure-boot-key` (#328) * enhance: ujust enroll-secure-boot-key * Enhance: MOK password echo --------- Co-authored-by: Benjamin Sherman --- build/ublue-os-just/00-default.just | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/ublue-os-just/00-default.just b/build/ublue-os-just/00-default.just index 6e0e06a..36f0d6d 100644 --- a/build/ublue-os-just/00-default.just +++ b/build/ublue-os-just/00-default.just @@ -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: