From 8603794c44da261f96dab6907775144b432ec3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=A1tk=C3=BD?= Date: Wed, 12 Nov 2025 16:11:13 +0100 Subject: [PATCH] Fix a typo: grubaa64.efi -> grubx64.efi --- docs/setup/signed/debian.md | 2 +- docs/setup/signed/fedora.md | 2 +- docs/setup/signed/ubuntu.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup/signed/debian.md b/docs/setup/signed/debian.md index 37a496d..e887cf4 100644 --- a/docs/setup/signed/debian.md +++ b/docs/setup/signed/debian.md @@ -60,7 +60,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e ## Step 4: Sign Sprout for Secure Boot ```bash -# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call. +# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call. $ sbsign \ --key /etc/sprout/secure-boot/mok.key \ --cert /etc/sprout/secure-boot/mok.crt \ diff --git a/docs/setup/signed/fedora.md b/docs/setup/signed/fedora.md index d59bfee..5f13251 100644 --- a/docs/setup/signed/fedora.md +++ b/docs/setup/signed/fedora.md @@ -60,7 +60,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e ## Step 4: Sign Sprout for Secure Boot ```bash -# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call. +# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call. $ sbsign \ --key /etc/sprout/secure-boot/mok.key \ --cert /etc/sprout/secure-boot/mok.crt \ diff --git a/docs/setup/signed/ubuntu.md b/docs/setup/signed/ubuntu.md index 7b03790..0f526b6 100644 --- a/docs/setup/signed/ubuntu.md +++ b/docs/setup/signed/ubuntu.md @@ -59,7 +59,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e ## Step 4: Sign Sprout for Secure Boot ```bash -# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call. +# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call. $ sbsign \ --key /etc/sprout/secure-boot/mok.key \ --cert /etc/sprout/secure-boot/mok.crt \