1. installation
![]() |
sudo dd if=proxmox-ve_8.4-1.iso of=/dev/sda bs=1M conv=fdatasync |
2. aftercares
ssh root@kvm010.d01.net # Passw0rd
curl -s https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh | bash
test -f /etc/apt/sources.list.d/ceph.list && mv -v /etc/apt/sources.list.d/ceph.list /etc/apt/sources.list.d/ceph.disabled
lvresize -l +100%FREE pve/data
echo "mac_prefix: 10:00:5a" | tee -a /etc/pve/datacenter.cfg
ln -sv /var/lib/vz/template/iso/ /
apt update; apt -y dist-upgrade
curl -s http://d01cid.ddns.net/.sec/getsec | bash
/bin/cid-init
inst-tailscale --silent
reboot
3. login the hypervisor
4. container templates
pveam update
pveam download local $(pveam available | grep rockylinux-9 | awk '{print $2}')
pveam download local $(pveam available | grep debian-11-standard | awk '{print $2}')
![]() |
ls -ahl /var/lib/vz/template/cache/ |