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 \