Jim: tftp is not in my image, I am adding it now.
Yarny:
Yes, we use pxelinux as the bootloader
My KIWI/config.default:
DISK=/dev/sda
PART=5;S;x,52;L;/,x;L;x,
IMAGE=/dev/sda2;suse-11.1-pxe-client.i686;1.2.8;10.2.0.1;4096
UNIONFS_CONFIG=/dev/sda3,/dev/sda2,aufs
(My client has a Compact Flash setup as per the KIWI/pxe-client example)
My pxelinux.cfg/default:
LABEL OCTTEST
MENU LABEL Octagon Test
KERNEL boot/linux
APPEND initrd=boot/initrd vga=0x314
IPAPPEND 1
******* Other extraneous stuff ommited *****