PXE NetBoot

From Hurlster Wiki
Jump to navigation Jump to search
  • DHCPd.conf Setup

Per host boot

host PXE {
 hardware ethernet 08:00:27:AF:89:98;
 fixed-address 192.168.0.36;
 filename "pxelinux.0";
 next-server 192.168.0.254;
}
  • TFTP Setup (tftpd-hpa)
cd /var/lib/tftpboot/
wget http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-i386/current/images/netboot/netboot.tar.gz
tar xzvf netboot.tar.gz