mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 15:45:53 +03:00
[GH-ISSUE #1436] ubuntu server iso not booting #1988
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#1988
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 @mremptypants on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1436
It gets to pulling the iso from release.ubuntu.com and than fails to pull and mount, I have tried with docker, with, without custom config. It pulls the other rls so dns and conifg seems good just not ubuntu for whatever reason. Not a big deal being i do not use it much.
The vlan boots, working installs on all os i have tried..if it is user error please point me in right area.
@ricocarlsson commented on GitHub (Sep 9, 2024):
can confirm this isnt working.

seems they changed / removed the file name / version
should now be https://releases.ubuntu.com/noble/ubuntu-24.04.1-live-server-amd64.iso
they basically added a .1 in the file name.
@chris18890 commented on GitHub (Sep 10, 2024):
Indeed, the point release dropped - https://lists.ubuntu.com/archives/ubuntu-announce/2024-August/000304.html
@cryptonym64 commented on GitHub (Aug 27, 2025):
Fails now on 24.04.2 It appears they are now on .3
@cryptonym64 commented on GitHub (Aug 27, 2025):
It appears a design bug in the template(s). I found that if instead of going to https://releases.ubuntu.com/noble/ the files are really at: http://releases.ubuntu.com/releases/24.04.2 (yes, x.3 is also same location).
Basically, ignore the codename and use simple version numbers for the path. Codename may help for searching, but it's throwing a wrench in on going straight to the files needed.
Hope this helps a dev sort this problem. I just am not sure what to change or where.
@cryptonym64 commented on GitHub (Aug 27, 2025):
I just hand edited my local ubuntu.ipxe. Changed .2 to .3 and left what looked to be a hash on it. It worked! I then paused during a boot and got the url, pointing into github. I went to the files area and surprisingly the .3 file was there, with the code on the end. So, somehow it is getting build in github repo, but not making it into the menus it seems. I'm running 2.0.87. Now I see there is a 2.0.88, will try that later.
@cryptonym64 commented on GitHub (Aug 27, 2025):
newest menus has the .3 already in it. Maybe the squash repo needs to retain copies of the old files too???