mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1342] Clonezilla won't start #408
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#408
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 @borekon on GitHub (Nov 25, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1342
Describe the bug
Unable to boot clonezilla nor Debian version neither Ubuntu version
To Reproduce
Expected behavior
Clonezilla should boot
Screenshots

Additional context
curl is not found and the boot process cna't continue
@ddybing commented on GitHub (Nov 28, 2023):
Do you get the same error with the current release? (3.1.1-27 of Clonezilla Debian branch, it seems)
@borekon commented on GitHub (Nov 29, 2023):
The same happens with both releases.
Tried also with Ubuntu resleases, but it stuck at boot, so no Clonezilla is possible
@ddybing commented on GitHub (Nov 29, 2023):
That's weird, it works just fine here on all releases, including both branches of Clonezilla. Does it actually download the filesystem.squashfs file, or does it jump immediately to curl not found?
Not entirely sure what the problem could be though.
@borekon commented on GitHub (Nov 29, 2023):
@ddybing commented on GitHub (Nov 29, 2023):
You're right, it doesn't work in Virtualbox here either. I tested in VMware earlier. Could be a virtual network card problem? I'll let you know if I find something out.
@antonym commented on GitHub (Nov 29, 2023):
Try the latest build from rolling or development endpoints. If you see the curl not found, it's from a bad build where curl didn't compile correctly in the modlayer we use to inject the netboot logic for the image.
I've been regenerating the Debian and Ubuntu releases to correct the curl issue. The Ubuntu Clonzilla also currently doesn't work due to some changes that happened with Mantic I'm still seeing if I can sort. Debian should work though.
@borekon commented on GitHub (Nov 30, 2023):
It's a binary not found problem instead of a network error. I tried in a laptop as well with no luck
@antonym commented on GitHub (Nov 30, 2023):
The latest working build is going to be the Debian version of Clonezilla here. It's going to only work on rolling or development endpoints until the next 2.0.75 release is cut. We use curl to retrieve the rootfs and in the process of updating the curl version we use to the latest build, the binary was missing some static libraries so I had to regenerate some of the images.