From 5bb7d419904d45aa4a5801f2d44b6d96de095b6b Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 7 Nov 2025 12:47:53 +1300 Subject: [PATCH] docs: Update link to 50_onie_grub script The script was moved from installer/x86_64 to installer/grub-arch in commit 6c3b92f7 ("Added support for arm64(aarch64) UEFI"). Update the link in the docs with the new path. Fixes #1103 Signed-off-by: Chris Packham --- docs/design-spec/x86_uefi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design-spec/x86_uefi.rst b/docs/design-spec/x86_uefi.rst index a5a0aeae1..7a70f1fc3 100644 --- a/docs/design-spec/x86_uefi.rst +++ b/docs/design-spec/x86_uefi.rst @@ -564,7 +564,7 @@ to load and boot another boot loader is called *chainloading*. An ONIE implementation *must* provide a GRUB helper script that creates an appropriate ONIE GRUB chainload entry for the NOS GRUB configuration. The ONIE repo provides the script `50_onie_grub -`_ +`_ for this purpose. This script is suitable for placement into the ``/etc/grub.d`` directory @@ -760,7 +760,7 @@ The UEFI BootOrder and BootCurrent variables contain:: An ONIE compliant HDOS *should* use the provided GRUB helper script, `50_onie_grub -`_, +`_, to create the appropriate ONIE GRUB chainload entry for the HDOS GRUB configuration. This adds an ``ONIE`` GRUB menu entry to the HDOS GRUB menu *and* adds a ``DIAG`` GRUB menu to the ONIE GRUB menu.