netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.47k stars 651 forks source link

DHCPDISCOVER then netboot tries from gateway #1474

Open Turnorhouse opened 3 weeks ago

Turnorhouse commented 3 weeks ago

[]: 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