Well I'd like to know how I have to configure the tftpboot folder on a Ubuntu 9.04, from this server to boot the livecd of clonezilla on the client through pxe, for now this is what I have does not work.
I have the file in the folder tftpboot vmlinuz and initrd.img from the iso file clonezilla within this folder with the name pxelinux.cfg other with a file named default, with the following configuration:
DEFAULT pxeboot
TIMEOUT 50
Pxeboot LABEL
KERNEL vmlinuz
APPEND initrd = initrd.img
OnError LOCALBOOT 0
This configuration I have taken from a website where they said that it worked well, but nothing in the exports file I have the full tftpboot folder.
I appreciate all the contributions