On 09/02/2012 08:05 PM, Robert Lefebvre wrote:
> Could someone please explain to me how to go about fixing the error when
> booting the client and it reports
>
> "TFTP prefix: /ltsp/i386/
> Trying to load: pxelinux.cfg/default
> Could not find kernel image: vmlinuz"
>
> I can see vmlinuz at the root level but can't find pxelinux.cfg and tried
> making one and putting it in both ltsp/i386 and also created a directory
> named tftpboot and placed pxelinux.cfg in it.

On my Ubuntu 12.04 setup, pxelinux.cfg is the name of a directory, not a 
file, and the file whose full path name is
    /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default
contains the text strictly between the two comment lines below:
######################################################
default ltsp

label ltsp
kernel vmlinuz
append ro initrd=initrd.img root=/dev/nbd0 init=/sbin/init-ltsp quiet 
splash plymouth:force-splash vt.handoff=7 nbdroot=:ltsp_i386
######################################################
(The text starting with "append" all belongs on the same line.)

Hoping this helps, Philip

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to