Network Install Server for Ubuntu 14.04
This tutorial allows you to set up Ubuntu 14.04 Server as a network install server for one release of Ubuntu.
- apt-get install tftpd-hpa
- cd /var/lib/tftpboot/
- wget -q http://mirror.pnl.gov/ubuntu/dists/[your preferred release]-updates/main/installer-[amd64 or i386]/current/images/netboot/netboot.tar.gz
- tar -xf netboot.tar.gz && rm netboot.tar.gz
- Related dhcpd.conf settings: next-server [ip of network install server]; filename = "pxelinux.0";