美文网首页
2020-12-31 ubuntu中安装的kernel如何移除

2020-12-31 ubuntu中安装的kernel如何移除

作者: jrglinux | 来源:发表于2020-12-31 17:33 被阅读0次

If compiled and installed via make install, you will need to manually remove the following entries:

/boot/vmlinuz*KERNEL-VERSION*
/boot/initrd*KERNEL-VERSION*
/boot/System-map*KERNEL-VERSION*
/boot/config-*KERNEL-VERSION*
/lib/modules/*KERNEL-VERSION*/
/var/lib/initramfs/*KERNEL-VERSION*/

Then update the grub configuration:

sudo update-grub2

相关文章

网友评论

      本文标题:2020-12-31 ubuntu中安装的kernel如何移除

      本文链接:https://www.haomeiwen.com/subject/virroktx.html