In the wrong place at the wrong time
This commit is contained in:
parent
e71b40f373
commit
d6b6707803
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,6 @@ All that's left for booting is secureboot which `sbctl` will be used for to crea
|
||||||
```
|
```
|
||||||
# sbctl create-keys
|
# sbctl create-keys
|
||||||
# sbctl enroll-keys
|
# sbctl enroll-keys
|
||||||
# sbctl sign -s /boot/efi/EFI/Boot/BOOTX64.EF
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -128,6 +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
|
||||||
```
|
```
|
||||||
|
|
||||||
And also remove some junk left over by grub.
|
And also remove some junk left over by grub.
|
||||||
|
|
Loading…
Reference in a new issue