On Tue, Nov 06, 2007 at 08:45:46PM +0000, Brian Candler wrote: > Your tftpserver needs to contain: > > /pxelinux.0 <-- the binary > /pxelinux.cfg/ <-- a directory > /pxelinux.cfg/default <-- a text config file
Oh, and a Linux kernel of course :-) The filename of the kernel is given in the pxelinux.cfg/default config file. That is, if pxelinux.cfg/default says ... kernel vmlinuz ... then your tftp server needs to contain /vmlinuz as well. You may also have an initramfs image (initial ramdisk), e.g. ... kernel vmlinuz initrd initrd.cpio.gz ... in which case that needs to go in your tftp server as well. As this is a Windows TFTP server, feel free to read '\' where I have written '/' HTH, Brian. _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
