mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1599] Alpine installer will not boot with a static IP on interface index other than 0 #530
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#530
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 @richardstephens on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1599
[yes]: This bug persists when memory is increased beyond 8GB.
Describe the bug
When netboot passes static IP configuration to Alpine, the interface index appears to be hardcoded to eth0, even if a different interface was selected.
To Reproduce
Libvirt VM config
libvirt-domain-netboot.txt
libvirt-network-netboot.txt
Expected behavior
Alpine installer image should boot normally. Instead it boots to the recovery shell
Screenshots
Additional context
Reproduced on both a physical system and a VM, and with both BIOS and UEFI booting.
Issue only occurs if DHCP is not available.
I have not tested a wide range of images to see if others are affected, but Debian appears to work fine with the same setup.