mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1474] DHCPDISCOVER then netboot tries from gateway #474
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#474
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 @Turnorhouse on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1474
[]: This bug persists when memory is increased beyond 8GB.
Describe the bug
initramfs attempts to netboot from gateway address when booting KUbuntu 24.04 (baremetal and VM)
To Reproduce
Steps to reproduce the behavior:
Attempt to boot Live CD KUbuntu 24.04
After DHCP Discovery happens it will try netboot from your network gateway IP.
Expected behavior
Continue booting from the netboot.xyz IP
Screenshots

Additional context
Same behavior as bug 1347.
netbootxyz container indicates version 2.0.79
Config file changes made:
boot.cfg:
set live_endpoint http://192.168.254.122:31011/
live-ubuntu.ipxe:
item nobel ${space} ${os} 24.04
:nobel
item ubuntu-24.04-KDE-squash ${space} Ubuntu 24.04 KDE
goto flavor_select
:ubuntu-24.04-KDE-squash
set squash_url ${live_endpoint}/ubuntu-squash/releases/download/24.04-custom/filesystem.squashfs
set kernel_url ${live_endpoint}/ubuntu-squash/releases/download/24.04-custom/
goto 24.04-boot