上了别人推荐的黑车了,垃圾n5105
,虚拟化Linux
必出问题,目前openwrt
会死机或者重启,debian
会死机,RockyLinux
会自动重启,Windows
倒是没有问题。
因为openwrt
是我自己编译的,还以为它重启是我编译的问题,debian
等Linux系统都是跑的我自己写的程序,因为死机的时候会cpu
和内存拉满,我以为我写内存泄漏了。后面在论坛上刷到了这个,好家伙,是n5105
的通病。
听说使用pve
升级5.19
内核可能会解决该问题,目前已经稳定2
天,平常debian
或者RockyLinux
1天必gg
听说使用Windows Server
也没啥问题,不过看到要手动装网卡驱动放弃了没试
1、删除其企业订阅源和添加非订阅源
#删除默认的企业源
cp /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.bak
# 添加官方,非订阅源
echo 'deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription' >> /etc/apt/sources.list.d/pve-no-subscription.list
2、debian
启用contrib
和non-free
在/etc/apt/sources.list
最后添加
deb http://deb.debian.org/debian bullseye main contrib non-free
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
3、更换内核和安装intel微代码
apt update -y
apt install -y pve-kernel-5.19
apt upgrade -y
apt install -y intel-microcode
4、重启
2 条评论
安装微码后,还存在问题吗?
安装微码后
5.19内核,openwrt和linux均无问题,windows会自动重启
6.1内核,linux和windows均无问题,openwrt很少概率自动重启,用的这段时间,op自动重启过一次