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
Ever since PR#1365 was merged my systems all boot into the interactive menu instead of using the boot filename returned from DHCP server. images were built w/ explicit
bootloader_tftp_enabled: false
To Reproduce
Steps to reproduce the behavior:
reboot a system using ipxe when dhcp returns a filename to use to boot. tftp-server is set to next-server here:
tftpmenu never even uses filename, so will always end up here
chain --autofree tftp://${tftp-server}/menu.ipxe
Expected behavior
I expect it to use the filename I've configured dhcp to return and I expect it to use http on the server I've configured in the boot_domain rather then booting from the tftp server when I've disabled booting from tftp
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Ever since PR#1365 was merged my systems all boot into the interactive menu instead of using the boot filename returned from DHCP server. images were built w/ explicit
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect it to use the filename I've configured dhcp to return and I expect it to use http on the server I've configured in the boot_domain rather then booting from the tftp server when I've disabled booting from tftp
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: