Revision [7908]
This is an old revision of PXELINUX made by coolpup on 2010-06-30 06:57:59.
PXE (or Pre-eXecution Environment) Booting is where a machine's BIOS uses DHCP and TFTP information to boot into an environment independent of the media on the server.
To create a PXE Boot Server you need four things:
- A properly configured DHCP server: to assign addresses and point the system at the kernel for booting
- A properly configured TFTP server: to distribute the booting kernel & initrd (e.g. advanced TFTP client
- vmlinuz and initrd.img from your distribution of choice
- A PXELINUX install properly setup
- A Network Repository
http://www.pyrosoft.co.uk/blog/2008/04/03/setting-up-a-pxe-install-for-linux/
http://danhomolka.wordpress.com/how-tos-mainly-technical/setting-up-a-pxe-boot-environment-with-opensuse-linux/
http://www.stanford.edu/~alfw/PXE-Kickstart/PXE-Kickstart-6.html
https://www.tnpi.net/computing/freebsd/pxe-netboot.shtml
http://lotso.livejournal.com/1863.html
http://www.brandt.ie/projects/pmwiki.php?n=SLES.PXEBoot
http://forums.remote-exploit.org/tutorials-guides/4625-howto-pxe-netboot.html