apt update
apt install -y proxmox-default-kernel
update-grub
reboot重启后确认:
uname -r若不是 -pve:
apt remove -y linux-image-amd64
update-grub
reboot继续:
apt update
apt install -y proxmox-ve postfix open-iscsi chrony ifupdown2
sed -i 's/^deb/# deb/g' /etc/apt/sources.list.d/pve-enterprise.list 2>/dev/null || true
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list
apt update
systemctl restart pve-cluster pvedaemon pvestatd pveproxy
pvecm status若未建过集群:
pvecm create pve
pvecm updatecerts --force
systemctl restart pveproxy pvedaemon pvestatd访问:
https://37.187.128.47:8006
Mr.Gu 生活志
评论(0)
暂无