mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1237] Can't download "ubuntu-netboot-22.04-amd64 (22.04.2-7d91a596)" under Local Assets in version 2.0.68 #363
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#363
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 @figaw on GitHub (Apr 19, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1237
Describe the bug
Navigating to Local Assets, choosing the files from "ubuntu-netboot-22.04-amd64" (22.04.2-7d91a596) and downloading these, doesn't download the files.
It does create the folder locally.
I suspect it's because the files are missing in the https://github.com/netbootxyz/ubuntu-squash/releases?q=7d91 repository.Update:
I was able to find the release here: https://github.com/netbootxyz/ubuntu-squash/releases/tag/22.04.2-7d91a596
I was also able to download the
initrdandvmlinuz-files, but thefilesystem.squashfsisn't part of the release.To Reproduce
Steps to reproduce the behavior:
2.0.68Expected behavior
Files are pulled to the local filesystem.
Actual behavior
1st attempt: empty folder was created
2nd attempt: folder was created with
initrdandvmlinuz-files@figaw commented on GitHub (Apr 19, 2023):
Huh, it looks like the current ubuntu netboot menu
ubuntu.ipxeisn't even usingfilesystem.squashfsright now, because it's just downloading the ISO from the Ubuntu mirrors, so.. maybe this is more of an issue that it shows up in the UI, and it's a bit unclear what needs to be hosted locally.I ended up downloading the ISO and putting it in the
assetsfolder, and make a couple of changes to the.ipxe-file.So I'm not stuck, I was just a little confused.
@antonym commented on GitHub (Apr 25, 2023):
The Ubuntu netboot kernels are not really intended to be used off-line in the app but they show up there because they are pulled down and maintained by the endpoints.yml. They probably just need a flag so that the app doesn't display them.
@figaw commented on GitHub (Apr 27, 2023):
Thank you for the answer @antonym, can you elaborate a bit? It takes ~1 hr to download the netboot images from the official mirrors. What's the intended way of using the Ubuntu netboot kernels?