Linux ubuntu-18内核版本降级error: macro "access_ok" passed 3 arguments, but takes just 2
最新推荐文章于 2025-06-25 10:12:27 发布
vi ~/etc/apt/sources.list
deb http://security.ubuntu.com/ubuntu trusty-security main
apt-get update
sudo apt-cache search linux-image
apt-get install linux-image-extra-4.4.0-109-generic
dpkg -l |grep linux-image
vim /etc/default/grub
Advanced options for Ubuntu>Ubuntu, with Linux 4.4.0-109-generic
update-grub
uname -a