Skip to main content

Post-Install

Tutorials

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

  1. Navigate to Node > Repositories. Disable the enterprise repositories.
  2. Now click Add and enable the no-subscription repository. Finally, go to Updates > Refresh.
  3. Upgrade your system by clicking Upgrade above the repository settings page.

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.

  1. Delete local-lvm manually from web interface under Datacenter > Storage.
  2. Run the following commands within Node > Shell.
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root

BIOS