mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #495] Packet custom ipxe chain load loop #1704
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#1704
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 @mikemrm on GitHub (Jan 6, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/495
Originally assigned to: @antonym on GitHub.
Describe the bug
Howdy, it seems the ipxe image for packet wasn't updated when the switching to version 2.x as it seems to load netboot.xyz-packet.efi (or .kpxe) show it's version 1.04 and then attempt to download version 2.x again and continues to do that indefinitely.
This is happening on both uefi and legacy booting systems.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Load netboot.xyz image and display menus
SOS Output
@antonym commented on GitHub (Jan 6, 2020):
Thanks for the ticket, I ran across this a few days ago and submitted the fix:
github.com/netbootxyz/netboot.xyz@5d09e0eede (diff-f34195b187)It should be released this week in 2.0.4.
@mikemrm commented on GitHub (Jan 6, 2020):
Ah, should've done a blame on those. I looked at those files and everything seemed right. Thanks!
@antonym commented on GitHub (Jan 7, 2020):
Released 2.0.4 and tested on Packet and it looks like it's working now. Closing out and thanks!