You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[]: 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
: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
The text was updated successfully, but these errors were encountered:
[]: 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
The text was updated successfully, but these errors were encountered: