mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1513] Fails to pxe boot ubuntu 20.04 or 22.04 with filesystem.squashfs #491
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#491
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 @thisisdhanushd3 on GitHub (Sep 11, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1513
[Yes]: This bug persists when memory is increased beyond 8GB.
Describe the bug
Using the exact ipxe script as described for ubuntu netboot
but this fails when a squashfs is passed in the url. If an iso file is passed for url parameter it starts to boot by downloading the iso. But i want to boot with squashfs. Below is the error with squashfs
Begin: Trying netboot from xxx.x.x.1: ... Begin: Trying to download and mount ... wget: bad address ''
done.
Unable to find a live file system on the network
If squashfs is passed it fails with an error message "Unable to find a live file system on the network". For some reason it expects the url to be an iso. What parameter am i missing to download and boot a squashfs?
To Reproduce
Steps to reproduce the behavior:
pxe boot using filesystem.squashfs
Expected behavior
Loads the filesystem.squashfs and boots ubuntu
Screenshots
Additional context
More casper logs with debug enabled
For some reason it expects the url to be an iso. What parameter am i missing to download and boot a squashfs?