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
9.17k stars 680 forks source link

Wrong endpoint for Ubuntu 22 LTS netboot #1490

Closed thundervm closed 3 months ago

thundervm commented 3 months ago

Describe the bug Trying to install ubuntu 22 lts fails due to an erroneous endpoint for the image. The default url is https://releases.ubuntu.com/jammy/ubuntu-22.04-live-server-amd64.iso The correct one is https://releases.ubuntu.com/jammy/ubuntu-22.04.4-live-server-amd64.iso

antonym commented 3 months ago

Make sure you are using the latest version of netboot.xyz. The latest version accounts for that:

curl https://boot.netboot.xyz/ubuntu.ipxe | grep 22.04.4
...
set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/22.04.4-295657f3/
set version_number 22.04.4
set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/22.04.4-32a0e326/
set version_number 22.04.4