mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1485] Initramfs nic is down with manual IP #482
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#482
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 @TheLordOfTheKings on GitHub (Jul 16, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1485
Hi
My VPS hosting doesn't offer IP to vm's through DHCP and netboot.xyz fails at downloading squashfs when in initramfs.
At netboot's boot time i can set IP manually and it works fine and i can ping and resolve domains in netboot's iPXE.
But during any ISO installation in initramfs, it fails to reach the network and download required squashfs files from GitHub because initramfs hasn't got an IP from a DHCP server or netboot itself.
I can't set IP manually nor resuming the installation process in initramfs, what should i do?
@i1052 commented on GitHub (Feb 25, 2025):
Same issue.
When your interface ip is /32, setting the default route on e2 will fail.
Using
ip route add default dev e2will bring the network back, but i don't know how to continue the downloading...