Ubuntu 14.0 升级内核到指定版本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 14.0 升级内核到指定版本相关的知识,希望对你有一定的参考价值。
1、卸载现有内核
sudo apt purge linux-headers-* linux-headers-*-generic linux-image-*-generic linux-image-extra-*-generic linux-signed-image-*-generic
Replace * with the kernel versions (for instance :4.4.0-36
) from the output of the command.
例如:
sudo apt purge linux-headers-4.4.0-36 linux-headers-4.4.0-36-generic linux-image-4.4.0-36-generic linux-image-extra-4.4.0-36-generic linux-signed-image-4.4.0-36-generic
2、升级内核到指定版本
sudo apt-get install linux-headers-4.4.0-36 linux-headers-4.4.0-36-generic linux-image-4.4.0-36-generic linux-image-extra-4.4.0-36-generic linux-signed-image-4.4.0-36-generic
以上是关于Ubuntu 14.0 升级内核到指定版本的主要内容,如果未能解决你的问题,请参考以下文章