mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #918] Ubuntu 20.04 and PopOS 20.04 LTS Live Boot images fail to load squashfs image #249
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#249
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 @ndebruin on GitHub (Jun 28, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/918
Booting from the hosted
netboot.xyzinstance and attempting to load the Ubuntu or PopOS 20.04 Live Images lead to failure, and dropping into aninitramfsshell.It seems to be that
curlis failing to grab the squashfs image with the error message:Screenshot attached of attempted boot to Ubuntu 20.04 Live Image.
@thelamer commented on GitHub (Jun 28, 2021):
How much ram you have on that setup?
Squashfs images are stored in a ramdisk which is half of the available memory on the machine.
Those squashes are big too, prob need a machine with 8 gigs min to support booting these Live CDs.
@ndebruin commented on GitHub (Jun 28, 2021):
I was originally attempting on a VM with 4GB of RAM. Bumping it up to 8GB got them both to work, thanks!