mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 15:45:53 +03:00
[GH-ISSUE #1603] Local Assets on docker latest image missing filesystem.squashfs.part2 for downloads nor will they fully boot #2069
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#2069
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 @rickgitdone on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1603
Describe the bug
Using the latest docker image from ghcr.io/netbootxyz/netbootxyz, with Remote Assets at 2.0.86 Menus
the listings for any assets with a filesystem.squashfs.part2 is not listed for downloads
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A listing item to download the .part2 of any required squashfs.part2 needed to fully boot the kernel and filesystem is required to match the release assets of the Live OS to be net booted
Screenshots
Additional context
none of the Live OS versions where the assets have a part2 listed in the assets sections boot fully since part2 is not being downloaded again as reported previously here issue #1068
as a test I made a concatenated squashfs that is now /root mounted and shown in the screen shot ... the kernel is reporting no valid interfaces found?
I have downloaded both
https://github.com/netbootxyz/ubuntu-squash/releases/download/20250323-0744-9b372e2a/filesystem.squashfs
https://github.com/netbootxyz/ubuntu-squash/releases/download/20250323-0744-9b372e2a/filesystem.squashfs.part2
both must be concatenated together 1st to even make a valid squashfs then the resultant file can be used as a /root filesystem for the kernel on boot. So why were these assets implemented this way since there is no path on the netboot process to perform this action during pxe process?
@rickgitdone commented on GitHub (Mar 30, 2025):
disregard... the issue is not the squashfs which appears to be no valid interfaces found ... If I load an ISO into VBOX the install to VM also fails to boot on my hardware.