[GH-ISSUE #840] Ubuntu 20.04.01 image missing from releases.ubuntu.com #235

Closed
opened 2026-02-27 14:50:58 +03:00 by kerem · 1 comment
Owner

Originally created by @rxbynerd on GitHub (Feb 5, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/840

Describe the bug
Attempting to install Ubuntu 20.04 errors out because 20.04.01 has been pulled from the mirror

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Linux Network Installs'
  2. Select 'Ubuntu'
  3. Select 'Ubuntu 20.04 LTS Focal Fossa (Subiquity)'
  4. Select 'Install'

Expected behavior
Ubuntu 20.04 LTS installer boots

Screenshots
Screenshot 2021-02-05 at 00 08 01

Additional context

I've attempted to look at the source code to figure out what's going on here. The following diff produces an ubuntu.ipxe file with the correct version_number set, but I'm concerned this isn't enough for a pull request given what's going on in netbootxyz/ubuntu-squash.

diff --git a/endpoints.yml b/endpoints.yml
index 8ec1eb4..4e574c0 100644
--- a/endpoints.yml
+++ b/endpoints.yml
@@ -1438,7 +1438,7 @@ endpoints:
     - initrd
     - vmlinuz
     os: ubuntu
-    version: 20.04.1
+    version: 20.04.2
     codename: focal
     flavor: netboot
     kernel: ubuntu-20.04-netboot

I can create pull requests with some prior art or direction on approach, but I couldn't find anything for bumping ubuntu versions in the pull request history.

On a side note, I would like to thank everyone contributing to this project — it's endlessly useful, and I appreciate your time. 🙇

Originally created by @rxbynerd on GitHub (Feb 5, 2021). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/840 **Describe the bug** Attempting to install Ubuntu 20.04 errors out because 20.04.01 has been pulled from the mirror **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Linux Network Installs' 2. Select 'Ubuntu' 3. Select 'Ubuntu 20.04 LTS Focal Fossa (Subiquity)' 4. Select 'Install' **Expected behavior** Ubuntu 20.04 LTS installer boots **Screenshots** <img width="1043" alt="Screenshot 2021-02-05 at 00 08 01" src="https://user-images.githubusercontent.com/816243/106972714-4bfbd180-6749-11eb-898c-0573ddc5cd12.png"> **Additional context** I've attempted to look at the source code to figure out what's going on here. The following diff produces an `ubuntu.ipxe` file with the correct `version_number` set, but I'm concerned this isn't enough for a pull request given what's going on in [netbootxyz/ubuntu-squash](https://github.com/netbootxyz/ubuntu-squash). ```diff diff --git a/endpoints.yml b/endpoints.yml index 8ec1eb4..4e574c0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1438,7 +1438,7 @@ endpoints: - initrd - vmlinuz os: ubuntu - version: 20.04.1 + version: 20.04.2 codename: focal flavor: netboot kernel: ubuntu-20.04-netboot ``` I can create pull requests with some prior art or direction on approach, but I couldn't find anything for bumping ubuntu versions in the pull request history. On a side note, I would like to thank everyone contributing to this project — it's endlessly useful, and I appreciate your time. :bow:
kerem closed this issue 2026-02-27 14:50:58 +03:00
Author
Owner

@antonym commented on GitHub (Feb 5, 2021):

Thanks, development endpoint should have it now and it'll go out in the next release.

<!-- gh-comment-id:773722494 --> @antonym commented on GitHub (Feb 5, 2021): Thanks, development endpoint should have it now and it'll go out in the next release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#235
No description provided.