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 ```