mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1217] squashfs for Ubuntu 22.0.4.1-ddfea88f doesn't exist #344
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#344
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 @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:
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.
@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.
@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.
@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.