一:内核更换
1. 安装稳定内核版本和对应头文件
1 2 3 |
# pacman -S linux-lts linux-lts-header |
2. 卸载原先linux内核
1 2 3 |
# pacman -Rsdd linux |
3. 生成LTS版本的grub.cfg
1 2 3 |
# grub-mkconfig -o /boot/grub/grub.cfg #grub.cfg路径需改成自己实际的 |
这样在通过grub启动的时候就是用的稳定版内核了。
4. 重启
1 2 3 |
# reboot |
5. 检查当前Linux内核版本
1 2 3 |
# uname -a |
如果看到有Linux 4.19.xx.xx-lts说明已经成功切换到lts内核
二:修复受影响软件
1. Vritualbox无法启动原先的虚拟机
因为版本不同,Virtualbox的版本也是不同的,对应lts内核,使用的是virtualbox-host-dkms,重装一下替换掉原来的版本即可:
1 2 3 |
# pacman -S virtualbox-host-dkms |
另外启动虚拟机还需要加载一个必须的内核模块:vboxdrv
1 2 3 |
# modprobe vboxdrv |
再重新加载一下vbox的各个相关模块:
1 2 3 |
# vboxreload |
一般这样就可以正常启动虚拟机了,如果还有问题,再从网上寻找吧。
I do consider all of the concepts you’ve offered in your post. They’re very convincing and can certainly work. Still, the posts are very brief for novices. May just you please lengthen them a little from subsequent time? Thanks for the post.