summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-ipxe-boot-iso-support-6ae2f5cc2250be3e.yaml
blob: a9139eb445b828c524f6fcd027b247a2f34e9d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Adds functionality to the ``ipxe`` boot interface to support use of an
    ``instance_info\boot_iso`` value with the ``ramdisk`` deployment interface.
other:
  - |
    Support for iPXE booting a ISO medium will only work if the ramdisk loaded
    by the bootloader contains all artifacts required for the booting operating
    system to load. This is a limitation of iPXE and x86 systems architecture,
    as the memory allocated for the rest of the ISO disk image in memory is
    freed by the booting kernel.