netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.78k stars 663 forks source link

404 when downloading proxmox iso #1351

Closed jhofker closed 8 months ago

jhofker commented 8 months ago

Describe the bug Proxmox iso download urls may have changed.

To Reproduce Steps to reproduce the behavior:

  1. Boot netboot.xyz (I'm using an imaged USB drive)
  2. `Live Network Installs (64-bit)
  3. Proxmox
  4. Proxmox VE 8.1-1
  5. Receive error No such file or directory (https://ipxe.org/2d0c618e)
  6. Appears to be a 404 on downloading the proxmox iso

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 8 months ago

Have updated ISO urls.

jhofker commented 8 months ago

Thank you!