iPXE Images (Latest)
Pre-release
Pre-release
·
84 commits
to main
since this release
This is the latest iPXE images build. This release is automatically updated.
Latest Build: build-20260227-220651
Download
Use the static URLs for the latest build:
# Download UEFI boot image
curl -L -O https://github.com/openstack-k8s-operators/hotstack/releases/download/latest-ipxe/ipxe-efi-latest.img
# Download BIOS boot image
curl -L -O https://github.com/openstack-k8s-operators/hotstack/releases/download/latest-ipxe/ipxe-bios-latest.imgUpload to Glance
Upload the BIOS boot image for OCP nodes:
openstack image create --disk-format=raw --file ipxe-bios-latest.img ipxe-boot-usb \
--property os_shutdown_timeout=5 \
--publicUpload the UEFI rescue image:
openstack image create --disk-format=raw --file ipxe-efi-latest.img ipxe-rescue-uefi \
--property os_shutdown_timeout=5 \
--property hw_firmware_type=uefi \
--property hw_machine_type=q35 \
--publicUpload the BIOS rescue image:
openstack image create --disk-format=raw --file ipxe-bios-latest.img ipxe-rescue-bios \
--property os_shutdown_timeout=5 \
--publicFor detailed documentation, see the iPXE README.