This commit is contained in:
Tastatur 2023-12-24 13:11:24 +01:00
parent d6b6707803
commit 3dddc0ca65

View file

@ -127,7 +127,7 @@ To make our lives easier we'll also install `gummiboot` as a bootloader.
# apk add gummiboot # apk add gummiboot
# gummiboot install --path=/boot/efi # gummiboot install --path=/boot/efi
# sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi # sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi
# sbctl sign -s /boot/efi/EFI/Boot/BOOTX64.EF # sbctl sign -s /boot/efi/EFI/Boot/BOOTX64.EFI
``` ```
And also remove some junk left over by grub. And also remove some junk left over by grub.