networkbooted
Networkbooted (also written network-booted) describes a computer or device that loads its firmware, bootloader, or operating system over a network rather than from local nonvolatile storage. The process typically begins with a network firmware request that uses DHCP or BOOTP to obtain network configuration and the location of a boot image, followed by transfer of boot files via protocols such as TFTP, HTTP(S), or iSCSI.
Common implementations include the Preboot Execution Environment (PXE) and its open-source derivatives like iPXE, which add
Advantages of networkbooted environments include centralized image management, simplified updates, faster mass deployment, and reduced local
Mitigations and best practices often involve using secure boot and signed images, TLS-protected transport where possible,