markdown 为Meltdown和Spectre更新Ubuntu内核

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 为Meltdown和Spectre更新Ubuntu内核相关的知识,希望对你有一定的参考价值。

Update to 4.4.0-109

```
sudo apt-get update

sudo apt-get install linux-headers-4.4.0-109 linux-headers-4.4.0-109-generic \
linux-headers-generic linux-image-4.4.0-109-generic \
linux-image-extra-4.4.0-109-generic linux-image-generic \
linux-tools-4.4.0-109 linux-tools-4.4.0-109-generic linux-tools-generic

uname -a
// output: Linux ubuntu-xenial 4.4.0-109-generic...
```
Reboot to the last working kernel and remove 4.4.0-108-generic:

1. press Shift between UEFI/BIOS and login-screen to enter GRUB
2. in GRUB select Advanced options for Ubuntu and select Ubuntu, with Linux 4.4.0-xxx-generic (where xxx <108)
3. Login to the system and remove this buggy 4.4.0-108-generic and install 4.4.0-104-generic instead.

```
sudo apt-get purge linux-headers-4.4.0-108 linux-headers-4.4.0-108-generic \
linux-image-4.4.0-108-generic linux-image-extra-4.4.0-108-generic \
linux-tools-4.4.0-108 linux-tools-4.4.0-108-generic

sudo apt-get autoremove

sudo apt-get install linux-headers-4.4.0-104 linux-headers-4.4.0-104-generic \
linux-image-4.4.0-104-generic linux-image-extra-4.4.0-104-generic \
linux-tools-4.4.0-104 linux-tools-4.4.0-104-generic
```

> Ref:
> * [Kernel panic after update to 4.4.0-108-generic](https://askubuntu.com/a/994277)
> * [Meltdown update kernal doesn't boot](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742323?ref=stackshare)

以上是关于markdown 为Meltdown和Spectre更新Ubuntu内核的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu更新内核和NVIDIA:修复Meltdown与Spectre漏洞

CPU特性漏洞测试(Meltdown and Spectre)

pfSense关于处理器Meltdown(熔毁)和Spectre(幽灵)漏洞更新修复的说明

Centos打补丁解决intel的Spectre和Meltdown漏洞

What is TCP Meltdown?

Intel Meltdown and Specter 漏洞