[syslinux] Could not find kernel image : vmlinuz

Sandeep Agarwal sandeepagarwal.1980 at gmail.com
Thu Aug 6 20:01:05 PDT 2009


On Thu, Aug 6, 2009 at 7:07 PM, Geert Stappers<stappers at stappers.nl> wrote:
> Op 20090806 om 14:06 schreef Sandeep Agarwal:
>>
>     <bigsnip/>
>
>> Let me know if more information is required.
>
> The output of
>
>   ls -lA /tftpboot
>
> or otherwise the output of
>
>   ls -lA /path/to/tftpfiles
>

# ls -lA /tftpboot
total 8380
drwxrwxrwx    8  root    root           4096   Aug  5 14:48    FC8_86_64
drwxrwxrwx    8  root    root           4096   Nov  2  2007    FC8_i386
-rwxrwxrwx     1  root    root     6606164   Oct  4  2008     initrd.img
-rwxrwxrwx     1  root    root         16138   Aug  5 22:46     pxelinux.0
drwxrwxrwx    2  root    root           4096   Aug  6 22:06     pxelinux.cfg
-rwxrwxrwx     1  root    root     1927704   Aug  5 17:26      vmlinuz
#


# cat /etc/xinetd.d/tftp
service tftp
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /tftpboot -v -v
        disable                 = no
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}


also i tired to strace the process, i don't know if i was doing it
correctly, but it showed that the file "vmlinuz" was opened but was
never read. So I did tried changing the ownership of the TFTP folder
(/tftpboot) to nobody and tried but the results where the same.


Thanks

Sandeep




More information about the Syslinux mailing list