Finished an issue
This commit is contained in:
parent
53f655f982
commit
e71b40f373
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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
|
# apk add gummiboot
|
||||||
# gummiboot install
|
# gummiboot install --path=/boot/efi
|
||||||
# sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi
|
# sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue