docs: README.md: Document secure boot and config hash enrolling

This commit is contained in:
mintsuki 2023-02-07 00:49:40 +01:00
parent fa50944b6d
commit 8cb03108e0
1 changed files with 6 additions and 0 deletions

View File

@ -134,6 +134,12 @@ The boot device must contain the `limine.cfg` files in
either the root, `limine`, `boot`, or `boot/limine` directory of one of the
partitions, formatted with a supported file system (the ESP partition is recommended).
### Secure Boot
Limine can be booted with secure boot using shim. This will also allow one to enroll
the BLAKE2B hash of the Limine config file into the Limine EFI executable image itself for
verification purposes.
For more information see the `limine-enroll-config` program and [the philosophy](/PHILOSOPHY.md).
### BIOS/MBR
In order to install Limine on a MBR device (which can just be a raw image file),
run `limine-deploy` as such: