This is an old revision of the document!
====== How to configure dnsmasq for gPXE ====== {{ nic.jpeg?237×222|A network card}} ===== Defining the gPXE-specific options ===== Add the following settings to your ///etc/dnsmasq.conf// file: dhcp-boot=pxelinux.0 dhcp-no-override enable-tftp tftp-root=/var/lib/tftpboot The dhcp-no-override option is available in relatively newer dnsmasq versions (I use 2.45). For a discussion on why it is needed see http://blog.nella.org/?p=335