So that's me again. I searched all the time in the maillists and so on and found this documentation http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2005-06/0110.html did everything like it was described there but when i try to boot with pxelinux i get following: could not find kernel image: linux boot: my tftpd was started without chroot, so the path to kernel is /tftpboot/memdisk and the path to pxelinux.cfg is /tftpboot/pxelinux.cfg/01-00-00-00-00-00-00. there are no firewalls. KNOPPIX boots just fine. Can anybody point me to my mistake ? -------------pxelinux.cfg---------------- label fbsd kernel MEMDISK append initrd=fbsd54.img -------------------------------------------
Boris Girsch a ?crit :> > Can anybody point me to my mistake ? > > -------------pxelinux.cfg---------------- > label fbsd > kernel MEMDISK > append initrd=fbsd54.img > -------------------------------------------maybe writing MEMDISK is a low case like this : "memdisk" ?
Velu Erwan wrote:> Boris Girsch a ?crit : > >> >> Can anybody point me to my mistake ? >> >> -------------pxelinux.cfg---------------- >> label fbsd >> kernel MEMDISK >> append initrd=fbsd54.img >> ------------------------------------------- > > > maybe writing MEMDISK is a low case like this : "memdisk" ? >That, plus no default statement. -hpa
Franklin PIAT
2007-Mar-17 10:03 UTC
[syslinux] Could not find kernel image: linux [solution]
Hello, For the record... I had the same error message today "Could not find kernel image:"... For me, the problem was that the parent directory had invalid permissions : permission was "drw-r--r--" (mode 644) instead of "drwxr-xr-x" (mode 755). Granting everyboy "read and execute" permission by running "chmod a+rx" on the faulty parent(s) directory fixed the problem. Hope this can be usefull. Franklin On Fri, 2005-10-28 at 04:48 +0000, an bg at isppro.de wrote:> So that's me again. > I searched all the time in the maillists and so on and found this > documentation > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2005-06/0110.html > did everything like it was described there but when i try to boot with > pxelinux > i get following: > > could not find kernel image: linux > boot: > > my tftpd was started without chroot, so the path to kernel is > /tftpboot/memdisk > and the path to pxelinux.cfg is /tftpboot/pxelinux.cfg/01-00-00-00-00-00-00. > there are no firewalls. KNOPPIX boots just fine. > Can anybody point me to my mistake ? > > -------------pxelinux.cfg---------------- > label fbsd > kernel MEMDISK > append initrd=fbsd54.img > -------------------------------------------