Post-Install
Tutorials
- YT: the ULTIMATE Proxmox Guide - Post-Install, ZFS, GPU Passthrough, and more! - YouTube
- Proxmox VE for Beginners Guide with NetBird LXC
- Proxmox Defaults I Leave Alone (And the Ones I Always Change) - Virtualization Howto
Repositories
Disable Enterprise Repositories
local-lvm
Delete local-lvm and Resize local (read warning)
Warning: This assumes a fresh installation without advanced storage settings during the installation, such as ZFS. These steps are only recommended if you have a small boot drive and you need to reclaim space.
- Delete local-lvm manually from web interface under Datacenter > Storage.
- Run the following commands within Node > Shell.
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
BIOS
GPU Passthrough
Enable IOMMU
Node > Shell > Edit: /etc/default/grub
# Should look like this
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"
Run the command
update-grub
Other Defaults
- VM CPU Type: Host
- Memory ballooning configuration: Disable