On Fri 01 Aug 2014 19:08:35 EST, rkwesk_ltsp wrote: > On 2014-08-01 02:48, Michael Pope wrote: >> I've got a fresh install of Xubuntu 14.04 64bit and I would like to >> configure it to be a LTSP-PNP server, > > snip > >> I'm used to working with >> LTSP thin clients and have never done a LTSP-PNP install, how do I >> get >> the vmlinuz file in there? >> >> from >> Michael > > Michael. > > If your clients cannot run 64bit (or you don't wish them to) be aware > that a major difference with LTSP-PNP is that there is no seperate > chroot so that clients run a different arch from the server. > > Many of us running LTSP-PNP run the 32 bit version on our server just > so that the clients may also. > > Richard
Richard, All my clients are 64bit, I take your point though I should just use the 32bit version it's not like I'm going to put over 64GB Memory in my server. I found the problem was a bug in ltsp-update-image which doesn't copy my boot files over as they are in a different partition. I did a dirty hack just to prove that this was the problem I first mounted my root partition which is in the LVM : mount /dev/mapper/xubuntu--vg-root /mnt Copied over my boot files to that drive and unmounted it : cp /boot/* /mnt/boot : umount /mnt Update the image : ltsp-update-image -c / Now my thin clients boot. I'll file a bug for this. from Michael ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _____________________________________________________________________ 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
