Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Cesar Etxeberria edited this page Apr 10, 2020 · 19 revisions

How to configure a PXE server

With Debian & dnsmasq as proxyDHCP

We can use 3 different boot loaders

We can even combine them and use one for bios clients and another one for UEFI clients.

Secure boot

The only way to pxe-boot a computer using secure boot is to use grub. Sadly, when using a dhcp-proxy server grub doesn't get all the necessary info. So you must use a proper dhcp server.

Configure a NFS server

Even if it is not mandatory, a NFS server will improve your server. It can be used for booting linux live systems or installing Windows from the net.

How to configure a NFS server

What can I boot with my PXE server