Setting up PXE on the miniHPC

minihpc

What is PXE Boot?

In computing, the Preboot eXecution Environment specification describes a standardised client–server environment that boots a software assembly, retrieved from a network, on PXE-enabled clients. (Wikipedia)

List of ToDos

  1. Write the Raspberry Pi OS image to an SD card.
  2. Run and update and an upgrade.
  3. Install and configure dnsmasq.
  4. Install and configure nfs.
  5. Download and install PXE scripts: git clone https://github.com/carpentriesoffline/pxe-boot.git
Back to top