From 30f286b34eb93173ef4ba4581eefc7a73586a0e6 Mon Sep 17 00:00:00 2001 From: Malix Date: Thu, 3 Oct 2024 21:22:56 +0200 Subject: [PATCH 1/2] enhance: ujust enroll-secure-boot-key --- 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..0c816f9 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 'Enter password "universalblue" if prompted next' 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: From 203097ec38be563c05723ef329dceae2f8326cde Mon Sep 17 00:00:00 2001 From: Malix Date: Wed, 9 Oct 2024 14:40:33 +0200 Subject: [PATCH 2/2] Enhance: MOK password echo --- build/ublue-os-just/00-default.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ublue-os-just/00-default.just b/build/ublue-os-just/00-default.just index 0c816f9..36f0d6d 100644 --- a/build/ublue-os-just/00-default.just +++ b/build/ublue-os-just/00-default.just @@ -32,7 +32,7 @@ regenerate-grub: # Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "universalblue" if prompted enroll-secure-boot-key: sudo mokutil --timeout -1 - echo 'Enter password "universalblue" if prompted next' + echo 'The next line will prompt for a MOK password. Then, input "universalblue"' sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der 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'