侧边栏壁纸
博主头像
daixinmini的小屋博主等级

阿巴阿巴阿巴

  • 累计撰写 11 篇文章
  • 累计创建 4 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

N5105 Promox VE 虚拟机频繁死机问题处理

380025303@qq.com
2023-10-28 / 0 评论 / 0 点赞 / 87 阅读 / 1083 字

修改订阅源

关闭企业订阅源

mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.backup

添加非订阅源

echo 'deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription' >> /etc/apt/sources.list.d/pve-no-subscription.list

添加 Debian non-free 源

tee /etc/apt/sources.list.d/debian-non-free.list > /dev/null <<EOF
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
EOF

更新 5.19 版本的内核

apt update -y
apt install pve-kernel-5.19 -y

安装 Intel CPU microcode

apt update -y
apt install intel-microcode -y

0
  • ${post.likes!0}

评论区