mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1351] 404 when downloading proxmox iso #412
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#412
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 @jhofker on GitHub (Dec 1, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1351
Describe the bug
Proxmox iso download urls may have changed.
To Reproduce
Steps to reproduce the behavior:
No such file or directory (https://ipxe.org/2d0c618e)Expected behavior
The download is successful
Screenshots
Additional context
On proxmox.com, it appears the download urls are (now?) https://enterprise.proxmox.com/iso/proxmox-ve_8.1-1.iso rather than http://download.proxmox.com/iso/proxmox-ve_${proxmox_version}.iso as listed in https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/proxmox.ipxe.j2#L108
@antonym commented on GitHub (Dec 2, 2023):
Have updated ISO urls.
@jhofker commented on GitHub (Dec 2, 2023):
Thank you!