ironic/releasenotes/notes/uefi-grub2-by-default-6b797a9e690d2dd5.yaml
Lucas Alvares Gomes 5110a65581 Grub2 by default for PXE + UEFI
This patch is changing the default bootloader for PXE + UEFI to Grub2.
Prior to this patch Elilo was the default but, Elilo is no longer
maintained with the last release dating 2014.

Ironic should have sane defaults therefore we should not rely on an
unmaintained project.

Change-Id: Ib34fcbd37e4698bf272582c96b1540b511b5a892
2016-09-19 11:39:33 +00:00

8 lines
350 B
YAML

---
upgrade:
- The default bootloader for PXE + UEFI has changed from ELILO to Grub2
because ELILO is not being actively developed anymore. Operators relying
on ELILO should explicitly set the ``[pxe]/uefi_pxe_bootfile_name``
and ``[pxe]/uefi_pxe_config_template`` configuration options to the
ELILO ROM and configuration template.