ironic/releasenotes/notes/version-foo-2eb39b768112547f.yaml
Derek Higgins fb73bdf105 Exit ipxe script if enable_netboot_fallback failed
The sanboot trick to boot from local disk does not
work on all hardware. If it fails exit 0 from the
iPxe script so that boot continues on the next device
which may be the local disk.

Story: #2009258
Task: #43470

Change-Id: I1b6303a987a102dfbfd233334395321c25a55212
2022-08-01 17:26:49 -07:00

7 lines
200 B
YAML

---
fixes:
- |
Fixes ``enable_netboot_fallback`` to cause iPXE config to exit 0
when "sanboot --no-describe" fails. Allowing the firmware to
move onto the next device in the boot order.