Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/design-spec/x86_uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/opencomputeproject/onie/blob/master/installer/x86_64/grub.d/50_onie_grub>`_
<https://github.com/opencomputeproject/onie/blob/master/installer/grub-arch/grub.d/50_onie_grub>`_
for this purpose.

This script is suitable for placement into the ``/etc/grub.d`` directory
Expand Down Expand Up @@ -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
<https://github.com/opencomputeproject/onie/blob/master/installer/x86_64/grub.d/50_onie_grub>`_,
<https://github.com/opencomputeproject/onie/blob/master/installer/grub-arch/grub.d/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.
Expand Down