mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1055] fail to boot gparted on network card lacking dhcp #1820
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#1820
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 @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:
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
important to note that DEVICE must be a iface name like
ens1f0, just specifying "0" for the first device does not work.@sonuyos commented on GitHub (Nov 30, 2021):
Same issue, it just wont work.
@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.
@divinity76 commented on GitHub (Dec 31, 2021):
duplicate of #1043