Michael Pope
2017-05-22 01:57:05 UTC
I'm using LTSP under Debian 8 Jessie which I've just upgraded from
Wheezy. The upgraded went great.
The problem I have is I would like to install kernel 4.9 under the LTSP
client but I'm getting these errors when I boot a thin client.
: modprobe: module overlayfs not found in modules.dep
: modprobe: module aufs not found in modules.dep
: Could not load neither overlayfs nor aufs.
: modprobe: module ehci-orion not found in modules.dep
:
: BusyBox v1.22.1
:
: /bin/sh: can't access tty: job control turned off.
Installed the following
sudo aptitude -t jessie-backports install linux-image-4.9.0-0.bpo.2-686
linux-headers-4.9.0-0.bpo.2-all
I've tried the following to fix this issue
- [X] Tried installing aufs-tools, ltsp-update-kernels &
ltsp-update-image = fail
- [X] Installed linux-image-4.9.0-0.bpo.2-686-pae within chroot
= fail
- [X] Try downloading aufs-dkms under the chroot section = fail
: apt install wget
: wget
http://ftp.cn.debian.org/debian/pool/main/a/aufs/aufs-dkms_4.9+20161219-2_i386.deb
: dpkg -i aufs-dkms_4.9+20161219-2_i386.deb
: apt-get -f install
: exit
: sudo ltsp-update-kernels
: sudo ltsp-update-image
It looks as if the kernel in jessie-backports may not have aufs or
overlayfs.
How do I get this working?
from
Michael
Wheezy. The upgraded went great.
The problem I have is I would like to install kernel 4.9 under the LTSP
client but I'm getting these errors when I boot a thin client.
: modprobe: module overlayfs not found in modules.dep
: modprobe: module aufs not found in modules.dep
: Could not load neither overlayfs nor aufs.
: modprobe: module ehci-orion not found in modules.dep
:
: BusyBox v1.22.1
:
: /bin/sh: can't access tty: job control turned off.
Installed the following
sudo aptitude -t jessie-backports install linux-image-4.9.0-0.bpo.2-686
linux-headers-4.9.0-0.bpo.2-all
I've tried the following to fix this issue
- [X] Tried installing aufs-tools, ltsp-update-kernels &
ltsp-update-image = fail
- [X] Installed linux-image-4.9.0-0.bpo.2-686-pae within chroot
= fail
- [X] Try downloading aufs-dkms under the chroot section = fail
: apt install wget
: wget
http://ftp.cn.debian.org/debian/pool/main/a/aufs/aufs-dkms_4.9+20161219-2_i386.deb
: dpkg -i aufs-dkms_4.9+20161219-2_i386.deb
: apt-get -f install
: exit
: sudo ltsp-update-kernels
: sudo ltsp-update-image
It looks as if the kernel in jessie-backports may not have aufs or
overlayfs.
How do I get this working?
from
Michael