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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Am 30.11.2015 um 01:01 schrieb Michael Pope:
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?
Assuming you're using a standard PXE/TFTP/NFS boot setup, the kernel and initrd are not being pulled from the chroot (at that stage of the boot process, your thin client doesn't even know that such a thing exists), but from where pxelinux tells your thin client to look for them (this is not an X2Go-TCE-specific issue). Usually, this is somewhere under /srv/tftp/, so a
find /srv/tftp -name "vmlinuz*"
should provide some pointers.
Kind Regards, Stefan
BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iQEcBAEBCAAGBQJWXCIEAAoJEG7d9BjNvlEZ+AYH/AubKsL5LJTGkqeon9wgRuSc AU5zqn9DFWaDEZqFUCfEw8Dg48wfQXb44ivWUcMuWxZY05Qr07CV3M9glBxWOtLM qnuJX93Vh8iNqBbeFDhM1QLMYLhK/uNG8h/dDPBvzUjTnKHMV8kYNq29NDVOi1E6 QFfnjtrdwWrvJrTMMyB4HDwWLBF92IVviEXNzy4UgSlSyDQPzM/+pC2OoNQGCt84 YXH01NhqtWuVMov7sLK015rkzeYgtby10OZbPMHqAwb74qtR7ui7qW0apHQrRPcD ejHEbLYQRq/PijSTS+O6nXwW7GFk0k6rq3Cz6k12+sPU510jmqJ/+FL03ZtwEJk= =LwX3 -----END PGP SIGNATURE-----