/ipxe-binaries

Weekly builds of https://ipxe.org/, with an embedded script that chainloads /config.ipxe.

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

iPXE Binaries

Weekly builds of https://ipxe.org/, with an embedded script that chainloads /config.ipxe.

hydrun CI

Overview

Tired of re-compiling iPXE just to change the embedded script? This repository, which provides builds of iPXE with an embedded script that chainloads /config.ipxe relative to the TFTP server that iPXE was booted from, might be of help to you!

Binaries are build with HTTPS support enabled for the following iPXE build targets:

  • bin-i386-pcbios/ipxe.kpxe
  • bin-i386-efi/ipxe.efi
  • bin-x86_64-efi/ipxe.efi
  • bin-arm32-efi/snp.efi
  • bin-arm64-efi/snp.efi

Also included is a bofied configuration file (config.go) and an example iPXE script (config.ipxe) which chainloads netboot.xyz.

Installation

A release .tar.gz archive with the latest iPXE release is built weekly and uploaded to GitHub releases. bofied automatically fetches this archive on its first startup by default.

Acknowledgements

  • ipxe/ipxe provides the sources that the binaries are built from.

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build the .tar.gz archive with the latest iPXE release locally, run the following:

$ git clone https://github.com/pojntfx/ipxe-binaries.git
$ cd ipxe-binaries
$ hydrun -o debian:bookworm -i ./Hydrunfile c

License

iPXE Binaries (c) 2024 Felicitas Pojtinger and contributors

SPDX-License-Identifier: GPL-2.0