mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1105] no network connection after pxe boot of flatcar container linux and/or fedora coreOS #1838
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#1838
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 @joppa27 on GitHub (Apr 5, 2022).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1105
Describe the bug
After netbooting into flatcar, an IP address is no longer assigned.No IP address means no network/internet connection. Which causes any attempt to use flatcar-install or coreos-installer script(s) to install the OS to disk to fail, because they are unable to download the required images.
To Reproduce
flatcar-install -d /dev/sdaExpected behavior
expect required images to download, and be installed on selected disk. Instead script fails because image is unable to be downloaded.
Screenshots

Additional context
When I boot Fedora CoreOS (or Ubuntu) from an ISO, an IP address is assigned and I'm able to connect to the internet or my internal network to download the required images.
@antonym commented on GitHub (Apr 9, 2022):
I was able to get networking using Proxmox... are you using DHCP and any info about the network/hardware you are using? It sounds like networking may not be getting detected, but it should normally work.
@github-actions[bot] commented on GitHub (May 10, 2022):
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.
@joppa27 commented on GitHub (May 20, 2022):
@antonym I am using DHCP, the same config described here: https://figura.im/posts/2020/01/pfsense-as-a-netboot.xyz-server/

I should have mentioned that I am doing a bare metal install on a
HP ProDesk 405 G6 Desktop Mini PCThe network adapter is a
Realtek RTL8111(when i boot it up with ubuntu)I think it may be a driver issue?