其他
玩转 PVE
下载 PVE 最新版本 ISO 镜像;
将 Ventoy 刷写进去 U 盘,然后把 ISO 文件放在盘内;
将小主机设置为 USB 启动,插入 U 盘引导;
点击 Install Proxmox VE,根据界面提示一步一步安装;
安装途中会要求设置时区、ROOT 密码等信息,注意需要设置正确的网络信息,包含 IP、网关、DNS 等;
在局域网内另一台电脑的浏览器上,访问 PVE 主机的 WEB 管理界面。
nano /etc/resolv.conf
apt install apt-transport-https ca-certificates
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
nano /etc/apt/sources.list.d/pve-enterprise.list
deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription
apt-get update
export LC_ALL=en_US.UTF-8cd /rootapt -y install git && git clone https://github.com/ivanhao/pvetools.git
cd pvetools./pvetools.sh
qm importdisk 100 /var/lib/vz/template/iso/你的镜像名称 local-lvm
docker run -d --name=heimdall --restart=always -p 81:80 -p 442:443 -v /heimdall:/config -e PUID=1000 -e PGID=1000 -e TZ=Europe/London linuxserver/heimdall:amd64-latest