This package browser is in early development. Mind the rough edges.

ipxe

PXE-compliant network boot firmware

iPXE is a network boot firmware. It provides a full PXE implementation enhanced with additional features such as booting from: a web server via HTTP, an iSCSI SAN, a Fibre Channel SAN via FCoE, an AoE SAN, a wireless network, a wide-area network, an Infiniband network. It controls the boot process with a script. You can use iPXE to replace the existing PXE ROM on your network card, or you can chainload into iPXE to obtain the features of iPXE without the hassle of reflashing.

Installation

Install the latest version of ipxe as follows:

guix install ipxe

Or install a particular version:

guix install ipxe@1.21.1-3.24db39f

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ipxe about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ipxe'><img src='https://packages.guix.gnu.org/packages/ipxe/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ipxe/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ipxe)

Example Org:

[[https://packages.guix.gnu.org/packages/ipxe][https://packages.guix.gnu.org/packages/ipxe/badges/latest-version.svg]]