Skip to content

alexculea/Preboot-Oxide

Repository files navigation

Preboot-Oxide: simple network boot server (PXE)

PXE boot server for networks with an existing DHCP server, targets very fast and easy config & setup and takes care of both the DHCP and TFTP of the PXE network booting process. See Quick Start if in a hurry.

Use cases

  • Quickly boot OSes from the network without having to use USB drives
  • Automate OS installs for a large number of devices
  • Integrate OS installs into Infrastructure as Code paradigms*

Highlights include:

  • Facilitates easy & simple setup to get network booting working
  • Compatible with an existing authoritative DHCP server on the same network
  • Excellent maintainability and memory safety due to being written in Rust
    • No Rust unsafe code in any of the network input processing logic.

Supported platforms

Should compile & work on all Unix derivatives - only tested on Debian Linux.

Project Status

Early stage - not recommended for critical or large scale use. Was was tested to work with limited device/network setup permutations.

For future plans, see Roadmap.

Known issues or limitations

  • No IPv6 support
  • Requires elevated access to listen on privileged ports 67, 68 and 69
  • Requires a separate DHCP server as it is designed specifically for PXE boots and not for usual DHCP operation

Installation

Configuration

Footnotes

*: Using unattended install setups it is possible to customize any aspect of the OS install such that all installs are reproducible.

About

Simple network boot server (PXE)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published