先安装好Debian12
然后检查配置,暂时不要使用NetworkManager,配置好之后再安装即可
/etc/network/interfaces
网络是否配置正确
之后检查hosts文件是否添加了本主机名,不然会启动不了
添加ARM PVE 源
echo "deb https://mirrors.apqa.cn/proxmox/debian/pve bookworm port">/etc/apt/sources.list.d/pveport.list
添加GPG密钥
curl -L https://mirrors.apqa.cn/proxmox/debian/pveport.gpg -o /etc/apt/trusted.gpg.d/pveport.gpg
更新源仓库之后安装基本软件
apt update && apt install -y chrony ksmtuned rsyslog ifupdown2
之后安装PVE
apt install -y proxmox-ve