debian12 内核问题,升级内核就可以,
uname -r 查看内核版本- sudo apt update
- sudo apt install linux-headers-6.1.0-45-amd64
复制代码
安装提示[backcolor=rgba(0, 0, 0, 0.043)]E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?问题就换镜像源
/etc/apt/sources.list
将文件中所有 mirrors.cloud.aliyuncs.com 替换为 mirrors.aliyun.com
然后重新
- sudo apt update
- sudo apt install linux-headers-6.1.0-45-amd64
- sudo apt install linux-image-6.1.0-45-amd64
- sudo reboot
复制代码 服务器重启后重新安装就可以了
|