My problem was that I wanted to install
FC5∞ on my Laptop but the boot cd did not work correctly. So I tried to use PXE on my Debian Server and to boot the laptop via PXE.
First:
You need to make sure your desired client system allows PXE Boot via bios (there should be an option to enable this). You might be able to use a already installed grub to compensate the lack of this functionality but I didn't research further into this.
On the Server:
I already have a dhcp server running. It's dnsmasq which offers combined dhcp/dns functions. Therefore I didn't want to use dhcp3 or comparable. There is a nice package called PXE on debian (I used sarge) that will tell you to install atftp, a tftp server needed and syslinux which provides boot images. Install those two and the default dhcp server if you need to.
To enable PXE support in dnsmasq you need to edit /etc/dnsmasq.conf and add this line:
dhcp-boot=pxelinux.0,{name of the tftp server},{ip of the tftp server}
to be continued
Links
http://fedora.redhat.com/docs/fedora-install-guide-en/fc5/sn-booting-from-pxe.html∞
http://www.yourhowto.org/content/view/53/9/∞
http://dev.brantleyonline.com/wiki/index.php/PXE_Booting_-_Fedora_Core#Configuring_the_PXE_Server∞
http://www.intra2net.com/de/produkte/opensource/diskless-howto/howto.html∞
http://syslinux.zytor.com/pxe.php∞
http://www.knoppix.net/wiki/PXE_FAQ∞
http://de.wikipedia.org/wiki/Preboot_Execution_Environment∞
CategoryHacking