[GH-ISSUE #1217] squashfs for Ubuntu 22.0.4.1-ddfea88f doesn't exist #344

Closed
opened 2026-02-27 14:51:25 +03:00 by kerem · 3 comments
Owner

Originally created by @JHarding86 on GitHub (Mar 17, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1217

Describe the bug
Attempting to load Ubuntu 22.0.4.1-ddfea88f, vmlinuz and initrd load, attempting to load squashfs and a failure occurs. Turns out when looking at that release within netboot.xyz it points to this address, which does not exist.

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to boot into Ubuntu from PXE boot menu

Expected behavior
Squashfs should load properly

Screenshots

Additional context
I am a complete noob at PXE boot and netboot.xyz. Been doing this for a total of 20 minutes.

Originally created by @JHarding86 on GitHub (Mar 17, 2023). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1217 **Describe the bug** Attempting to load Ubuntu 22.0.4.1-ddfea88f, vmlinuz and initrd load, attempting to load squashfs and a failure occurs. Turns out when looking at that release within netboot.xyz it points to [this address](https://github.com/netbootxyz/ubuntu-squash/releases/download/22.04.1-ddfea88f/filesystem.squashfs), which does not exist. **To Reproduce** Steps to reproduce the behavior: 1. Attempt to boot into Ubuntu from PXE boot menu **Expected behavior** Squashfs should load properly **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Additional context** I am a complete noob at PXE boot and netboot.xyz. Been doing this for a total of 20 minutes.
kerem 2026-02-27 14:51:25 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@blitzaxt commented on GitHub (Mar 20, 2023):

I am seeing the same issue here it would appear that 22.04.1 is no longer hosted here: https://releases.ubuntu.com/jammy/. It would appear that only ubuntu-22.04.2-desktop-amd64.iso is being hosted at this point.

<!-- gh-comment-id:1476186637 --> @blitzaxt commented on GitHub (Mar 20, 2023): I am seeing the same issue here it would appear that 22.04.1 is no longer hosted here: https://releases.ubuntu.com/jammy/. It would appear that only ubuntu-22.04.2-desktop-amd64.iso is being hosted at this point.
Author
Owner

@blitzaxt commented on GitHub (Mar 20, 2023):

@JHarding86 It would appear to me the correct assets have been generated for netbooting (https://github.com/netbootxyz/ubuntu-squash/releases/tag/22.04.2-ddfea88f) but the menu has not yet been updated to that version. Going into the netbootxyz menu and editing the ubuntu.ipxe menu I was able to update the asset address and it worked. It should look like the below example.

#set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/22.04.1-ddfea88f/
set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/22.04.2-ddfea88f/
set codename jammy
#set version_number 22.04.1
set version_number 22.04.1
<!-- gh-comment-id:1476214946 --> @blitzaxt commented on GitHub (Mar 20, 2023): @JHarding86 It would appear to me the correct assets have been generated for netbooting (https://github.com/netbootxyz/ubuntu-squash/releases/tag/22.04.2-ddfea88f) but the menu has not yet been updated to that version. Going into the netbootxyz menu and editing the ubuntu.ipxe menu I was able to update the asset address and it worked. It should look like the below example. ``` #set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/22.04.1-ddfea88f/ set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/22.04.2-ddfea88f/ set codename jammy #set version_number 22.04.1 set version_number 22.04.1
Author
Owner

@antonym commented on GitHub (Mar 21, 2023):

If the main branch doesn't have the release yet, you can always load from the development menu via the Utility menu. I should be cutting a new release soon.

<!-- gh-comment-id:1477232915 --> @antonym commented on GitHub (Mar 21, 2023): If the main branch doesn't have the release yet, you can always load from the development menu via the Utility menu. I should be cutting a new release soon.
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#344
No description provided.