[GH-ISSUE #1474] DHCPDISCOVER then netboot tries from gateway #474

Open
opened 2026-02-27 14:51:55 +03:00 by kerem · 0 comments
Owner

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
Image (5)

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

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. <!-- Please validate that the issue is not a symptom of insufficient memory. Many installation media are based on live-cd images that require more than a few MB/GB of memory to run. --> **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** ![Image (5)](https://github.com/netbootxyz/netboot.xyz/assets/27135802/1a761d94-a66a-4a55-95bc-7a0a122b904a) **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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#474
No description provided.