I have setup a pxe server with tftp, it works using a debian installer.
http://www.debian-administration.org/articles/478
Now I don't want an installer but a system, that already exists (on usb). How can I boot that USB image and especially create the pxelinux.0 bootloader for it? On Debian I find only installer images.
Edit: OK, I have a system installed on USB and I want to boot it over the network using PXE on several clients. I installed a plain debian with tftp server and a pxe-environment according to the tutorial at the link provided above. It works for the installer but I tried to use another kernel but then it says file not found because the pxelinux.0 file points to the installer-kernel from the debian distribution.