chore(docs): add debian setup guide

This commit is contained in:
2025-11-02 19:52:25 -05:00
parent 7be42ba074
commit b103fdacf2
3 changed files with 150 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
## Prerequisites
- Modern Ubuntu release: tested on Ubuntu 25.10 on ARM64
- Modern Ubuntu release: tested on Ubuntu 25.10 ARM64
- EFI System Partition mounted on `/boot/efi` (the default)
- ext4 or FAT32/exFAT formatted `/boot` partition
@@ -10,9 +10,9 @@
```bash
# Create a directory to store the Secure Boot MOK key and certificates.
mkdir -p /etc/sprout/secure-boot
$ mkdir -p /etc/sprout/secure-boot
# Change to the created directory.
cd /etc/sprout/secure-boot
$ cd /etc/sprout/secure-boot
# Generate a MOK key and certificate.
$ openssl req \
-newkey rsa:4096 -nodes -keyout mok.key \
@@ -113,7 +113,7 @@ version = 1
linux-options = "root=UUID=MY_ROOT_UUID"
# load an ext4 EFI driver.
# skip this if you do not have an filesystem driver.
# skip this if you do not have a filesystem driver.
# if your filesystem driver is not named ext4, change accordingly.
[drivers.ext4]
path = "\\EFI\\sprout\\ext4.efi"