Initial Home Server Installation of Proxmox

Posted by Terrence's Site on Tuesday, February 7, 2023

Installation

  1. Download ISO
  2. Create Bootable USB
  3. Install Using Installer UI

System Tweaks

  1. Disable IPv6 (if not using)
# /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1"
GRUB_CMDLINE_LINUX="ipv6.disable=1"

Update grub configuration.

update-grub