Tech/Basics/PXE

From lathama
< Tech‎ | Basics
Jump to navigation Jump to search

Preboot Execution Environment (PXE)

A method of chain-loading software over a network during the boot process of a computer. Often used for installing software. Can be used for a wide array of provisioning tasks like configuring systems or updating firmware. Many network devices and computer systems will attempt to request resources over the network as a factory configured setting.

Variations and Related

PyPXE

A simple PXE solution that provides just enough to boot a server. The contained services like DHCP, TFTP are functional but not complete implementations.

https://github.com/pypxe/PyPXE