mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #995] Ubuntu 20.04 needs to be updated #262
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#262
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 @vrelk on GitHub (Sep 14, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/995
Describe the bug
Ubuntu 20.04 (Subiquity) under Linux network installs needs to be updated from 20.04.2 to 20.04.3, as the old ISO file has been removed from
http://releases.ubuntu.com/focal/, which results in a 404 error during boot.@antonym commented on GitHub (Sep 14, 2021):
You may have outdated code, latest release resolves this. Make sure you are at least on 2.0.47 or using the hosted version.
@vrelk commented on GitHub (Sep 14, 2021):
The ISO file was downloaded from
https://boot.netboot.xyz/ipxe/netboot.xyz.isoabout an hour ago at this point.@antonym commented on GitHub (Sep 14, 2021):
Are you using the docker container on your network? Latest versions on boot.netboot.xyz are all 20.04.3.
@Keno commented on GitHub (Oct 27, 2021):
I ran into the same issue. I wasn't using dhcp, so it was attempting to use the interactive_netmount functionality. However, that functionality appears to have a bug on the LTS point releases. I have filed an appropriate issue upstream here: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1948884