[BUG] boot-filename
option not getting served on fresh installations
#61
Labels
bug
Something isn't working
Describe the bug
On fresh clones of deployment-recipes,
boot-filename
(the DHCP option containing the BSS URL) is not getting served in the DHCPOFFER.To Reproduce
Steps to reproduce the behavior:
.env
, start Ochami containers.Nothing to boot: No such file or directory (https://ipxe.org/2d03e18e)
Expected behavior
boot-filename
is present in the DHCPOFFER and containshttp://<bss_url>/boot/v1/bootscript?mac=<mac>
. iPXE can contact BSS to receive the boot script and find the kernel/initramfs accordingly, e.g:Mitigations
Restarting the Ochami services and repopulating SMD/BSS seems to mitigate this issue.
Notes
The text was updated successfully, but these errors were encountered: