mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1662] Live CDs and GParted not working in 2.0.88 -- Ethernet card doesn't come up #2098
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#2098
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 @andrechalella on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1662
[x]: This bug persists when memory is increased beyond 8GB.
Describe the bug
In 2.0.88, starting Live CDs (I tested Debian and Kali) or the util GParted hangs with:
(kernel version mentioned above changes with the live CD/util)
Trying to install distros, however, works fine.
Additional context
Until 2.0.87:
Waiting for ethernet card(s) up...line. I can see my keyboard/mouse, SCSI stuff and network card there.In 2.0.88, there are no lines about loading modules.
This was tested in two different computers (one 2012, the other 2017). Both have Realtek cards that use the module
r8169.Screenshots
✅ 2.0.87 - Working:
❌ 2.0.88 - Not working:
@USBAkimbo commented on GitHub (Aug 21, 2025):
Also seeing the same - I'm using the Linuxserver.io image too
This is my working Compose config env vars using
2.0.87@wrobelda commented on GitHub (Sep 26, 2025):
I tried with two different NICs (VirtIO, RTL8139) today, to no avail. Doesn't look like it's the upstream fault.
@wrobelda commented on GitHub (Sep 26, 2025):
This is a duplicate of #1626
@andrechalella commented on GitHub (Sep 26, 2025):
I was thinking it might be upstream. Why do you think it's not?
About the duplicate: yeah, looks like it is. I don't know why all over the internet (including the duplicate) people find this bug with Clonezilla, though.
@wrobelda commented on GitHub (Sep 26, 2025):
Actually might still be upstream indeed, just wanted to make sure it wasn't specific to a particular NIC.
@KSebion commented on GitHub (Sep 26, 2025):
@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...
@antonym commented on GitHub (Nov 8, 2025):
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 in Release 2.0.89 going out today, fixed Clonezilla/Gparted so far, any others should get picked up during future runs.