User Tools

Site Tools


os:proxmox_ve:post-install_tasks

This is an old revision of the document!


Proxmox VE - Post-Install Tasks

FIXME Work in progress

Remove Enterprise Repository

rm /etc/apt/sources.list.d/pve-enterprise.list

possible via GUI, disable

Add No-Subscription Repository

More information: https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_enterprise_repo More information: https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo

cat /etc/apt/sources.list.d/ceph.list

possible via GUI, disable

Add non-free Components

/etc/apt/sources.list
root@mfr-vx00:~# cat /etc/apt/sources.list
deb http://ftp.ch.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://ftp.ch.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb http://security.debian.org bookworm-security main contrib non-free non-free-firmware

root@pve00:~# cat /etc/apt/sources.list

/etc/apt/sources.list
deb http://ftp.ch.debian.org/debian bookworm main contrib

deb http://ftp.ch.debian.org/debian bookworm-updates main contrib

# security updates
deb http://security.debian.org bookworm-security main contrib

Install Microcode

This step requires that the non-free-firmware component is available.

- install microcode (from non-free debian repo) intel-microcode (Intel CPUs) or amd64-microcode (AMD CPUs)

bookworm/non-free-firmware

Enable PCI Passthrough

https://pve.proxmox.com/wiki/PCI_Passthrough

BIOS: IOMMU + IOMMU Remapping

# ——————————————————-

x remove enterprise repo (possible via GUI, disable) - add non-subscription repo (possible via GUI)

- update-alternatives? In case nano is installed - enable notifications (add mail server SMTP) - Cert via ACME?

- install software vim, zabbix-agent2, …

- customize .bashrc

os/proxmox_ve/post-install_tasks.1737191479.txt.gz · Last modified: 2025-01-18 10:11 by Manuel Frei