mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1626] Clonezilla: Waiting for ethernet cards up - since menus 2.0.87 #547
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#547
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 @LenryNmQ on GitHub (May 24, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1626
[X]: This bug persists when memory is increased beyond 8GB.
Describe the bug
Clonezilla boot stuck at "Waiting for ethernet cards up... If this fails...". It worked before, now it stuck on every machine I tried, even on ones that worked before.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should boot
Screenshots

This is a Lenovo T480. It could boot Clonezilla before.
Additional context
@gesa60 commented on GitHub (Jun 10, 2025):
I have the same problem. Other OSs (at least those I've tried) boot from netboot.xyz normally as before.
Please give a feedback on this strange behaviour. Tx
@Gilibenzio commented on GitHub (Jun 14, 2025):
Yeah, having the same issue here...
@antonym commented on GitHub (Jun 14, 2025):
Confirmed on Debian and Ubuntu image seems to fail out as well.
@gesnaud commented on GitHub (Jun 19, 2025):
Hi there!
I confirm also! I tried the version embedded with netboot and also latest Clonezilla version... strange 🤔
@zezretro commented on GitHub (Jun 29, 2025):
I have the same issue
@zezretro commented on GitHub (Jun 29, 2025):
I got around this by rolling back to menu 2.0.86, now Clonezilla boots again
@LenryNmQ commented on GitHub (Jun 29, 2025):
How do I roll back?
@zezretro commented on GitHub (Jun 29, 2025):
I am using the docker compose image: ghcr.io/netbootxyz/netbootxyz which give 2.0.86 by default
I just blew away my config and rebuilt it. Admittedly not an option for everyone
@antonym commented on GitHub (Jun 29, 2025):
I'd also suggest trying the Clonezilla releases directly and see if you experience the same behaviors.
@gesa60 commented on GitHub (Jul 5, 2025):
I confirm that same Clonezilla release (and others), directly booted, doesn't have same buggy behaviour.
@ffidelis commented on GitHub (Aug 1, 2025):
Hi team, I've checked both menus package and got the differences between the released versions 2.0.87 from 2.0.86.
Basically, the
clonezilla.ipxein the 2.0.86 has a different previousdebian-squashrelease, which worked like a charm for me in my laptop or PC successfully booting the clonezilla at/debian-squash/releases/download/3.2.0-5-5641363c/The left is 2.0.86 and the right is the 2.0.87:
After downloaded the following previous menus file, I just extracted the
clonezilla.ipxefile and rebooted my machine again.- https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.86/menus.tar.gzMy netbootxyz is still running with the 2.0.87 but with previous
clonezilla.ipxeversion:Hopefully this helps and in the next menus version release everything comes fixed.
Cheers!
@ffidelis commented on GitHub (Aug 11, 2025):
Just an update, the new release 2.0.86 looks fine. The menus.tar.gz is updated and the stable entries for CloneZilla are the ones that are working (3.2.0-5-5641363c):
https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.86/menus.tar.gz
@LenryNmQ commented on GitHub (Aug 12, 2025):
It still doesn't work for me
@gesa60 commented on GitHub (Aug 13, 2025):
Bug still in 2.0.88 version :-(
@drunkly commented on GitHub (Sep 23, 2025):
I start using this tool today and confirm last version is not working.
I also confirm version 2.0.86 is working
@SpazShark commented on GitHub (Oct 31, 2025):
I just installed netboot.xyz today and I'm having the exact same issue. As with others, going back to 2.0.86 fixed it.
@henkez73 commented on GitHub (Nov 7, 2025):
The initrd file for e.g. clonezilla/gparted does not have the drivers. I've replaced the initrd file with the one from the respective downloads (size was ~150k, downloaded one has size ~450k). Now the netboot works again as it has the drivers available again...
@antonym commented on GitHub (Nov 8, 2025):
This was helpful, thanks. I found that the iso processing logic was not handling the initrd layers on the newer structures. Fix is here and latest rebuilds of Clonezilla (Ubuntu) and Gparted are loading correctly in Dev.
github.com/netbootxyz/docker-iso-processor@7262fb896fI'll work on getting this all released this weekend.
@antonym commented on GitHub (Nov 8, 2025):
Should be fixed in release 2.0.89 going out today.