[GH-ISSUE #1055] fail to boot gparted on network card lacking dhcp #280

Closed
opened 2026-02-27 14:51:10 +03:00 by kerem · 3 comments
Owner

Originally created by @divinity76 on GitHub (Nov 24, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1055

Describe the bug
when first booting netboot.xyz , it gives up on dhcp and ask you for the connection details;
after your tell netboot the ip/gateway/mask it will ask you what system to boot: if you choose gparted, this will happen:
image
when it tries to download gparted, it will try dhcp again and fail, this time it won't ask though, it wil just start a busybox shell...

To Reproduce
Steps to reproduce the behavior:
try to boot gparted on a network without dhcp

Expected behavior
it should either remember the network settings, or ask again

Screenshots
see above

Additional context
tested on netboot.xyz version 2.0.53 released 2021-11-22

probably related to, and possibly a duplicate of, #1043

setting the ip with kernel boot parameters work, eg

ip=[DEVICE]:[CLIENT_IP]:[NETMASK]:[GATEWAY_IP]:[NAMESERVER]

important to note that DEVICE must be a iface name like ens1f0 , just specifying "0" for the first device does not work.

Originally created by @divinity76 on GitHub (Nov 24, 2021). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1055 **Describe the bug** when first booting netboot.xyz , it gives up on dhcp and ask you for the connection details; after your tell netboot the ip/gateway/mask it will ask you what system to boot: if you choose gparted, this will happen: ![image](https://user-images.githubusercontent.com/1874996/143318306-a0f3216c-4658-4814-8093-bd307011847b.png) when it tries to download gparted, it will try dhcp again and fail, this time it won't ask though, it wil just start a busybox shell... **To Reproduce** Steps to reproduce the behavior: try to boot gparted on a network without dhcp **Expected behavior** it should either remember the network settings, or ask again **Screenshots** see above **Additional context** tested on netboot.xyz version 2.0.53 released 2021-11-22 probably related to, and possibly a duplicate of, #1043 setting the ip with kernel boot parameters work, eg >ip=[DEVICE]:[CLIENT_IP]:[NETMASK]:[GATEWAY_IP]:[NAMESERVER] important to note that DEVICE must be a iface name like `ens1f0` , just specifying "0" for the first device does not work.
kerem 2026-02-27 14:51:10 +03:00
Author
Owner

@sonuyos commented on GitHub (Nov 30, 2021):

Same issue, it just wont work.

<!-- gh-comment-id:982552515 --> @sonuyos commented on GitHub (Nov 30, 2021): Same issue, it just wont work.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 31, 2021):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:1003243005 --> @github-actions[bot] commented on GitHub (Dec 31, 2021): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@divinity76 commented on GitHub (Dec 31, 2021):

duplicate of #1043

<!-- gh-comment-id:1003265142 --> @divinity76 commented on GitHub (Dec 31, 2021): duplicate of #1043
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#280
No description provided.