mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #1254] LiveCD/NetInstall/Utility boot fails due to writing resolv.conf to wget race condition #1906
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#1906
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 @celesrenata on GitHub (Jun 4, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1254
Describe the bug
Bootup is failing due to trying to wget right after /etc/resolv.conf and failing to lookup host
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected wget to find host and continue.
Screenshots

@kaechele commented on GitHub (Jun 6, 2023):
Can you try passing
fixrtcas an option to the kernel? If that fixes it we could look at including it in the cmdline for Debian based distros.@celesrenata commented on GitHub (Jun 7, 2023):
That modification was unsuccessful with clonezilla.ipxe line 36 updated to:
kernel ${url}vmlinuz boot=live username=user union=overlay config components noswap edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=${url}filesystem.squashfs fixrtc initrd=initrd.magic ${cmdline}@kaechele commented on GitHub (Jun 8, 2023):
I'm stupid. Had too many tabs open and replied to the wrong bug. This should have gone in #1253.
I'm terribly sorry that I wasted your time trying this.