mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1448] Incorrect endpoints #459
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#459
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 @shinji257 on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1448
[]: This bug persists when memory is increased beyond 8GB.
N/A
Describe the bug
When downloading for local assets I discovered entries in the current release version that are unable to be downloaded due to the endpoints.yml pointing to the wrong file.
github.com/netbootxyz/netboot.xyz@515d77d8ca/endpoints.yml (L1149)github.com/netbootxyz/netboot.xyz@515d77d8ca/endpoints.yml (L1165)Both of these should probably be proxmox.iso rather than the full filename. This was fixed elsewhere btw so that it would download correctly if you still used the default endpoint.
github.com/netbootxyz/netboot.xyz@515d77d8ca/endpoints.yml (L1587)Actually the
filesystem.squashfsfor this one just doesn't exist on github releases.github.com/netbootxyz/netboot.xyz@515d77d8ca/endpoints.yml (L1181)github.com/netbootxyz/netboot.xyz@515d77d8ca/endpoints.yml (L1193)I'm not sure on these because there are multiple squashfs files showing for the release. None of them are named
filesystem.squashfsall by itself.TL;DR
Name mismatch vs local asset download source
proxmox-backup-server 3.1-1-01e6c736/proxmox-backup-server.iso
proxmox-mailgateway 8.1-1-5b1d231d/proxmox-mailgateway.iso
ubuntu-netboot-22.04-amd64 22.04.4-69164c58/filesystem.squashfs
ubuntu-netboot-22.04-arm64 22.04.4-6c390eee/filesystem.squashfs
Just doesn't exist...
ubuntu-netboot-23.10-arm64 23.10-729b6a9e/filesystem.squashfs
@antonym commented on GitHub (Aug 9, 2024):
Closing, think this was resolved a while back.