mirror of
https://github.com/netbootxyz/netboot.xyz-docs.git
synced 2026-04-25 15:05:53 +03:00
[GH-ISSUE #127] Local UEFI executable is not documented as a booting method #193
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz-docs#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mskiptr on GitHub (Feb 1, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz-docs/issues/127
Is your feature request related to a problem? Please describe.
For me, the most convenient way of booting small utilities like netboot.xyz is to just put them on the EFI system partition. The downloads page links to a few
.efiexecutables and at least https://boot.netboot.xyz/ipxe/netboot.xyz.efi seems to work with this approach. However, it's not really clear whether this is a supported configuration. The quick start page talks about this file specifically in the context of loading it with iPXE which threw me off at first.Describe the solution you'd like
Assuming this is a supported method, I would like to see it described as such in the booting methods section. Such page should contain a rough overview of the UEFI boot manager (explaining the
BootOrderandBootNextvariables) and how to interact with it usingefibootmgr. Other ways to boot such a file (like putting it at the fallback location or using GRUB, systemd-boot, rEFInd or even the UEFI Shell) could also be described, as well as the fact that some vendors let you pick an arbitrary executable from the boot menu. Instructions for Windows or whatever could also be useful.Describe alternatives you've considered
This could also be mentioned on the quick start page or the downloads page could be made a bit clearer.