December 2015
Intermediate to advanced
250 pages
4h 41m
English
PXE, or Preboot eXecution Environment, allows you to instruct computers to boot using network resources. This allows you to control a single source to install servers without the need to physically insert cumbersome DVDs or USB sticks.
For this recipe, you will need a fully working RHEL 7 repository.
With this recipe, we'll install and configure PXE boots from the RHEL 7 installation media, as follows:
~]# yum install -y dnsmasq syslinux tftp-server
/etc/dnsmasq.conf, as follows:# interfaces to bind to interface=eno1,lo # the domain for this DNS server domain=rhel7.lan # DHCP lease range dhcp-range= ...