Currently I'm on kernel 4.8 and use Virtualbox and ZFS from repos. Every time I try to upgrade to an LTS kernel I get errors:
Code: Select all
# apt-cache search 4.9.0-0.bpo.3-amd64 |awk '{print $1}'
linux-headers-4.9.0-0.bpo.3-amd64
linux-image-4.9.0-0.bpo.3-amd64
linux-image-4.9.0-0.bpo.3-amd64-dbg
linux-image-amd64
# apt-get install linux-headers-4.9.0-0.bpo.3-amd64 linux-image-4.9.0-0.bpo.3-amd64
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
linux-image-4.9.0-0.bpo.3-amd64 : Depends: linux-base (>= 4.3~) but 3.5 is to be installed
E: Unable to correct problems, you have held broken packages.
Any advice is appreciated, TIA -- would also consider downgrading to kernel 4.4 if necessary.