jms*_*sjr 2 upgrade kernel 20.04
我有两台戴尔笔记本电脑:
Linux 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
Linux 5.13.0-27-generic #29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
上述两款笔记本电脑均具有:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
Run Code Online (Sandbox Code Playgroud)
两者都启用了实时补丁。
The question is: What am I missing that as to why does laptop A ( in item [1] ) never upgrades the kernel to 5.13.x like what laptop B have when laptop B is freshly installed ?
I literally type:
sudo apt-get update
sudo apt-get upgrade
Run Code Online (Sandbox Code Playgroud)
... everyday on laptop A. Although it upgrades to the latest 5.4.x kernel ... never upgrades to 5.13.x kernel.
Ubuntu LTS releases have two main kernel stack choices
GA or the general kernel stack
This kernel stack remains the same for the life of the product. For Ubuntu 20.04 LTS it will use the 5.4 kernel.
HWE or hardware enablment stack
This kernel stack will change as the release advances.
At
See https://wiki.ubuntu.com/Kernel/LTSEnablementStack for details.
Ubuntu Server installs default to the more stable GA stack, but it can be changed at install, and post-install.
Ubuntu Desktop installs default to the HWE stack by default, but can be changed post-install.
Ubuntu flavors can vary depending on media; I'll use Lubuntu 20.04 as example.
Other OEM kernel stacks can also be used for new installs; if the installer detects your hardware as benefiting from an OEM kernel.
You can have both kernel stacks (GA & HWE) installed on a system as well; meaning you'll have more to upgrade (both will get updates), but the bandwidth & disk space used isn't that great; you select at boot (ie. grub
) which you'll use. However do note some closed-source or proprietary video drivers do not allow both stacks to co-exist.
请参阅提供的 wiki 页面如何安装/切换安装;例如。要从 HWE 切换到 GA(对于 Ubuntu Desktop 20.04 LTS),请搜索“从 HWE/OEM 降级到 GA 内核: ”