I've just installed the Thin Client Environment on a separate Debian VM and some of my clients boot. Some need a more up to date kernel than 3.2, I would like to use the 3.16 kernel from backports under Debian Wheezy.
I've installed the 3.16 in the chroot environment and ran the x2go update script, but my thin clients still boot with the 3.2. Is there something else I have to do?
Here is the list of commands I did;
Go into chroot environment : x2gothinclient_shell
Install latest kernel 3.16 : apt-get -t wheezy-backports install linux-headers-3.16.0-0.bpo.4-amd64 linux-headers-3.16.0-0.bpo.4-common linux-image-3.16.0-0.bpo.4-amd64
Exit chroot environment and update : exit : sudo x2gothinclient_update
from Michael