Skip to content

Instantly share code, notes, and snippets.

@zilongshanren
Created January 22, 2017 15:21
Show Gist options
  • Save zilongshanren/91f5e5f5d57dd1bc8d06fdd45526946b to your computer and use it in GitHub Desktop.
Save zilongshanren/91f5e5f5d57dd1bc8d06fdd45526946b to your computer and use it in GitHub Desktop.
阿里云 Ubuntu 14.04 升级 Linux 内核到 4.9
1. 下载 linux 4.9 debian 镜像
```
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.5/linux-image-4.9.5-040905-generic_4.9.5-040905.201701200532_amd64.deb
```
2. 安装镜像
```
dpkg -i linux-image-4.9.5*.deb
```
3. 更新引导
```
update-grub
reboot
```
@zilongshanren
Copy link
Author

zilongshanren commented Jan 22, 2017

如果 docker 起不来, 需要运行rm -rf /var/lib/docker/aufs

因为 4.x 的内核不支持 aufs 了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment