Ubuntu22.04升级内核到6.5

893 阅读1分钟

安装内核

export VERSION="6.5.0-14"
sudo apt-get install -y linux-headers-$VERSION-generic
sudo apt-get install -y linux-image-$VERSION-generic
sudo apt-get install -y linux-modules-$VERSION-generic
sudo apt-get install -y linux-modules-extra-$VERSION-generic
sudo apt-get install -y linux-tools-$VERSION-generic
sudo apt-get install -y linux-cloud-tools-$VERSION-generic

重启

reboot

查看

root@node2:~# uname -a
Linux node2 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux