Answer the question
In order to leave comments, you need to log in
How to update the Linux kernel version for Debian Jessie?
I want to install docker, but when I start the daemon, it swears that the kernel is too old.
Your Linux kernel version 3.2.0-4-amd64 is not supported for running docker. Please upgrade your kernel to 3.10.0 or newer.
uname -r
3.2.0-4-amd64
apt-get install linux-image-3.16.0-6-amd64 linux-headers-3.16.0-6-amd64
update-grub /путь/к/корню/второй/системы/boot/grub/grub.cfg
Answer the question
In order to leave comments, you need to log in
Installation is not enough. You also need to reboot into the new kernel. For this, the appropriate keys for grub must be generated, but usually this happens automatically.
2. No
3. If this is the only machine and there are no specific services - such as nfs, ceph, iscsi - then the probability of breaking something is minimal. If you do it smartly, then you need to make a clone of the machine and try to update on it as in a "sandbox"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question