[Soekris] Loading Linux Image on NET4526
Brian Candler
B.Candler at pobox.com
Tue Nov 6 20:55:02 UTC 2007
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.
More information about the Soekris-tech
mailing list