0cbb0397b1
Adds an iPXE interface to boot via a virtual media ISO as if it was virtual media. Story: 2007644 Task: 39823 Change-Id: Ie7971692758f3a5421f0826fdaf3d2366f652236
13 lines
535 B
YAML
13 lines
535 B
YAML
---
|
|
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.
|