- 更换APT源
- 备份源文件sources.list/
- 编辑源文件,修改成清华源
- 更新源:apt update && apt upgrade
- 修改/etc/hosts
nano/etc/hosts
- 添加PVE存储库和存储库秘钥
echo "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
- 更新存储库和系统
apt update && apt full-upgrade
apt-get update && apt-get upgrade
- 安装PVE
apt install proxmox-ve postfix open-iscsi
安装过程中会自动弹出
- 卸载os-prober
apt remove os-prober
- 重启系统
systemctl reboot
- WEB访问PVE
https://IP:8006(注意使用https)