From e71b40f37309bc3e84065e5fb5fbc37a8f774c37 Mon Sep 17 00:00:00 2001 From: Tastatur Date: Sun, 24 Dec 2023 13:08:54 +0100 Subject: [PATCH] Finished an issue --- docs/alpine-desktop-setup/installation/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/alpine-desktop-setup/installation/installation.md b/docs/alpine-desktop-setup/installation/installation.md index 06595e2..9cbde96 100644 --- a/docs/alpine-desktop-setup/installation/installation.md +++ b/docs/alpine-desktop-setup/installation/installation.md @@ -102,7 +102,7 @@ All that's left for booting is secureboot which `sbctl` will be used for to crea ... ``` -> Don't forget to set secureboot to setup mode during boot (although this can be done later too)! +> Whilst enrolling the keys it might be necessary to add the `--microsoft` flag if you are unable to use custom keys. Now to see if everything went succesfully run: @@ -126,7 +126,7 @@ To make our lives easier we'll also install `gummiboot` as a bootloader. ``` # apk add gummiboot -# gummiboot install +# gummiboot install --path=/boot/efi # sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi ```