I'm trying to get my first kickstart for CentOS 5.5 working via PXE boot against a Spacewalk 1.1 server running on CentOS 5.5. Sadly, I'm running into problems. When I launch the PXE boot on the machine, it gets an IP address, contacts the spacewalk server and promptly fails with:<div>
<br></div><div>PXE-T01: File not found</div><div>PXE-E3B: TFTP Error - File not Found</div><div><br></div><div>My DHCPd config includes:</div><div><br></div><div><div>filename "pxelinux.0";</div><div>next-server 192.168.100.34;</div>
</div><div><br></div><div>192.168.100.34 is definitely the IP address of the spacewalk server. Strangely enough, I don't see pxelinux.0 in the tftp folder:</div><div><br></div><div><div># ll /tftpboot/</div><div>total 20</div>
<div>drwxrwxrwx 2 root root 4096 Sep 30 10:41 etc</div><div>drwxrwxrwx 4 root root 4096 Sep 30 10:41 images</div><div>drwxrwxrwx 2 root root 4096 Sep 30 10:41 ppc</div><div>drwxrwxrwx 2 root root 4096 Sep 30 10:41 pxelinux.cfg</div>
<div>drwxrwxrwx 2 root root 4096 Sep 30 10:41 s390x</div></div><div><br></div><div>I'm sure I'm missing something obvious, but any advice would be greatly appreciated.</div><div><br></div><div>-Sean
</div>