mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #253] Neither of the 2 EFI images seem to provide a config file option to set a custom menu #117
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#117
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 @marcmerlin on GitHub (Jul 27, 2018).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/253
Originally assigned to: @thelamer on GitHub.
https://boot.netboot.xyz/ipxe/netboot.xyz-efi.iso
and
https://boot.netboot.xyz/ipxe/netboot.xyz.efi
only provide bootx64.efi
they do not come with a config file to change where the menu is downloaded from.
Online documentation I looked at does not seem to show how to put a config file at the same level that hopefully gets loaded by default (I don't know what the magic name is, if any is supported)
@Zoddo commented on GitHub (Oct 1, 2018):
Same issue here.
I'm interested in downloading the menu from an alternative URL, but there is not any configuration file to change in the ISO.
@marcmerlin commented on GitHub (Dec 10, 2018):
apparently you need to burn in the config file in the binary, so you have to check out the source and build your own with a new static config burnt in. This is a bit disappointing.
@thelamer commented on GitHub (Dec 13, 2019):
This is coming in Version 2.x, on top of having detection for a local tftp server to host boot files out of:
https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/disks/netboot.xyz.j2#L52-L55
We will also have a web interface with baked in webserver/tftp endpoint that allows you to modify the files.
https://github.com/netbootxyz/webapp
I will update this issue upon release.
@thelamer commented on GitHub (Dec 14, 2019):
The self hosted Docker container is now live with all the tools you need to customize your local menus and localize our github bootable assets.
https://hub.docker.com/r/linuxserver/netbootxyz
This will be the officially supported method of full local customization. Documentation on all aspects of this and running an netboot.xyz clone from templated files is coming, but in the meantime it is fully functional.