netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.92k stars 666 forks source link

Clonezilla won't start #1342

Closed borekon closed 9 months ago

borekon commented 9 months ago

Describe the bug Unable to boot clonezilla nor Debian version neither Ubuntu version

To Reproduce

  1. Go to Utilities
  2. Go to Clonezilla
  3. Select CloneZilla Debian based
  4. Go with the stable branch

Expected behavior Clonezilla should boot

Screenshots image

Additional context curl is not found and the boot process cna't continue

ddybing commented 9 months ago

Do you get the same error with the current release? (3.1.1-27 of Clonezilla Debian branch, it seems)

borekon commented 9 months ago

The same happens with both releases. Tried also with Ubuntu resleases, but it stuck at boot, so no Clonezilla is possible

ddybing commented 9 months ago

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 9 months ago

image

ddybing commented 9 months ago

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 9 months ago

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 9 months ago

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.

It's a binary not found problem instead of a network error. I tried in a laptop as well with no luck

antonym commented 9 months ago

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.