mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #1634] Arch Linux static DNS failure #555
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#555
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 @mvpsnet on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1634
[x]: This bug persists when memory is increased beyond 8GB.
Describe the bug
When the network is setup statically and the installation of Archlinux is started, the DNS IP is not passed to the Archlinux installation and the installation fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
While the initial files are downloaded without problems, proving that the DNS was working, the installation fails due to DNS failure when loading the Arch Linux installation files.
Screenshots


@linuxgemini commented on GitHub (Oct 9, 2025):
I also had this issue, and I saw this on the Arch Linux iPXE menu code:
github.com/netbootxyz/netboot.xyz@0983f34a88/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (L14-L19)The archlinux/mkinitcpio/mkinitcpio-archiso repository now tracks the bug on https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso/-/issues/11 and related module has another issue on https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-nfs-utils/-/issues/3.
While the workaround netboot.xyz has should work, it seems that whenever you request an item via
mirrors.kernel.org(for which the IP is (139.178.88.99), it now redirects you tomirrors.edge.kernel.org; which you can't request items with just the IP address as the host.I tried this with curl:
So, either we wait for archlinux/mkinitcpio/mkinitcpio-nfs-utils to fix the static DNS issue or choose a mirror that allows downloads with URL hostname being an IP.