mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1097] tftpmenu not loaded if tftp filename has a path component #297
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#297
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 @abh on GitHub (Mar 16, 2022).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1097
I load ipxe over tftp from a path (
ipxe/netboot.xyz.kpxe). If I'm not mistaken (which is very possible) that's what makes this line fromnetboot.xyz.j2not match:It's not clear to me what the
iseqpart is supposed to be accomplishing. I am guessing there are some filenames that shouldn't go totftpmenu, but if so I'd suggest those should be called out rather than the opposite. (And if they shouldn't be going totftpmenu, would they ever be running in a context withtftp-serverset?).I believe this section should be replaced with just a line like:
(at least for my use case this fixed it so I can use
MAC-[mac-address].ipxe).@github-actions[bot] commented on GitHub (Apr 15, 2022):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@abh commented on GitHub (Apr 15, 2022):
I don't have additional information, but the issue was real.
@github-actions[bot] commented on GitHub (May 16, 2022):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@abh commented on GitHub (May 16, 2022):
@antonym, am I misunderstanding how the code is supposed to work?
@kfsone commented on GitHub (Nov 13, 2023):
I think there's something missing in the self-hosting instructions. I think all the images are actually supposed to be in a single directory on the tftp server? At which point, I'm not sure what the web service is for... And it seems like docker networking has changed so that using the docker container no-longer has any value, it can't open a connection back for responses.
@kfsone commented on GitHub (Nov 13, 2023):
In the docker container, all of the images are in one folder.