diff --git a/src/General/Installation_Guide/secure_boot.md b/src/General/Installation_Guide/secure_boot.md index 6e7a0e9..e5e644a 100644 --- a/src/General/Installation_Guide/secure_boot.md +++ b/src/General/Installation_Guide/secure_boot.md @@ -9,7 +9,7 @@ tags: -![Secure Boot|690x378, 50%](../../img/Secure_Boot.jpeg) +![Secure Boot menu: Continue boot / Enroll MOK / Enroll key from disk / Enroll hash from disk|690x378, 50%](../../img/Secure_Boot.jpeg 'Secure Boot') ## Secure Boot Notes and Gotchas @@ -19,7 +19,7 @@ tags: !!! important - Certain keyboard layouts can interfere with the characters of the password. + The enrollment prompt uses a English QWERTY keyboard layout, indiscriminately of your actual hardware keyboard. Other layouts can therefore interfere with the characters of the password (i.e. `A` and `Q` are swapped on AZERTY layouts). - Entering the password will register invisible characters for security purposes, so you will not be able to see what you are typing! @@ -29,7 +29,14 @@ tags: ### Error message if key is **not** enrolled properly: -![load the kernel first error|613x63](../../img/load_the_kernel_first_error.jpeg) +``` +error: ../../grub-core/kern/efi/sb.c:182:bad shim signature. +error: ../../grub-core/loader/1389/efi/linux.c:256:you need to load the kernel first. + +Press any key to continue... +``` + +![error: ../../grub-core/kern/efi/sb.c:182:bad shim signature. / error: ../../grub-core/loader/1389/efi/linux.c:256:you need to load the kernel first. / Press any key to continue...|613x63](../../img/load_the_kernel_first_error.jpeg 'load the kernel first error') Follow **Method B** below to resolve this and move past the error message if you encounter it.