PXE NetBoot

From Hurlster Wiki
Revision as of 16:11, 25 June 2012 by Gqwill69 (talk | contribs) (Created page with "* 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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