Discussion:
[Ltsp-discuss] Newer thin clients not booting?
Joseph Bishay
2016-12-05 21:13:06 UTC
Permalink
Good afternoon,

I hope everyone is doing well.

We've been running Edubuntu 14.04.05 LTS for a while and it has been
amazing. Both thick and thin client setups are working fine.

We tried to add some new hardware as thin clients, but they will not
boot up. They seem to PXE boot correctly, then drop into busybox.

All the working thin clients are old Core 2 Duo machines or older.
All the new thin clients that will not work are newer i3, i5, or i7
machines.

Has anyone come across this? How can I fix this please?

Relevant information:

$ ltsp-info
server information:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

server packages:
ii ldm-server 2:2.2.17~r1586+p981+2015120
un ltsp-client <none>
un ltsp-client-core <none>
ii ltsp-docs 1.1-1
ii ltsp-server 5.5.7~r2732+p1249+201603261
ii ltsp-server-standalone 5.5.7~r2732+p1249+201603261
un ltsp-utils <none>
ii ltspfs 1.3-1

packages in chroot: /opt/ltsp/amd64
ii ldm 2:2.2.13-1
un ldm-themes <none>
ii ldm-ubuntu-theme 2:2.0.47
un ldm-ubuntu-themes <none>
ii ltsp-client 5.5.1-1ubuntu2
ii ltsp-client-core 5.5.1-1ubuntu2
ii ltspfsd 1.3-1
ii ltspfsd-core 1.3-1

found: /opt/ltsp/amd64/etc/lts.conf

packages in chroot: /opt/ltsp/i386
ii ldm 2:2.2.17~r1586+p981+2015120
un ldm-themes <none>
ii ldm-ubuntu-theme 2:2.0.47
un ldm-ubuntu-themes <none>
ii ltsp-client 5.5.7~r2732+p1249+201603261
ii ltsp-client-core 5.5.7~r2732+p1249+201603261
ii ltspfsd 1.3-1
ii ltspfsd-core 1.3-1

found: /opt/ltsp/i386/etc/lts.conf
found: /var/lib/tftpboot/ltsp/i386/lts.conf
found image: /opt/ltsp/images/amd64.img
found image: /opt/ltsp/images/i386.img

$ cat /var/lib/tftpboot/ltsp/i386/lts.conf
# lts.conf, provided by Edubuntu installer
# see http://edubuntu.org/documentation for more information

[default]
LDM_THEME=edubuntu
LANG=en_US.UTF-8
# SCREEN_02=shell
LANGUAGE=en_CA.UTF-8
LDM_LANGUAGE=en_CA.UTF-8
LDM_SESSION=gnome-fa<F2>llback
LDM_DIRECTX=true
CUPS_SERVER=localhost
KEEP_SYSTEM_SERVICES=cups

Thank you very much!
Joseph

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_____________________________________________________________________
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
Alkis Georgopoulos
2016-12-12 07:04:25 UTC
Permalink
Hi, try a newer kernel and xorg:
https://wiki.ubuntu.com/Kernel/LTSEnablementStack

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_____________________________________________________________________
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
Joseph Bishay
2016-12-12 16:07:24 UTC
Permalink
Hello,

Thank you very much for your reply and that link. I had thought that
using apt-get dist-upgrade would be sufficient.

I am running LTS 14.04.5. The link has a section for 14.04, and under
it there are three different commands to run. I think it should be
multiarch but perhaps it should be server?:

+++++
Desktop
sudo apt-get install --install-recommends linux-generic-lts-xenial
xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial
xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial
libwayland-egl1-mesa-lts-xenial

Multiarch Desktop
If you run a multiarch desktop (for example, i386 and amd64 on amd64,
for gaming or Wine), you may find you need a slightly more involved
command, like this:
sudo apt-get install --install-recommends linux-generic-lts-xenial
xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial
xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial
libwayland-egl1-mesa-lts-xenial libgl1-mesa-glx-lts-xenial
libgl1-mesa-glx-lts-xenial:i386 libglapi-mesa-lts-xenial:i386

Server
Install the HWE kernel derived from 16.04 (xenial):
sudo apt-get install --install-recommends linux-generic-lts-xenial

+++++

Thank you!
Joseph
Post by Alkis Georgopoulos
https://wiki.ubuntu.com/Kernel/LTSEnablementStack
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_____________________________________________________________________
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Loading...