Installing Proxmox VE 8.2 on a Standalone GPU Passthrough Server
Date: June 1st, 2025
Category: Virtualization / Proxmox Deployment
Backlink: Project: Proxmox Standalone GPU Passthrough Server Build
Requirements
-
Proxmox VE 8.2 ISO Installer
-
Bootable USB creation tool (Etcher or Rufus)
-
At least 1 NVMe SSD (recommended Gen4 for performance)
-
BIOS configured for UEFI boot, IOMMU, virtualization, and passthrough (see backlink for full BIOS setup)
Step 1: Download and Flash Proxmox ISO
-
Go to Proxmox Downloads
-
Download the latest ISO:
proxmox-ve_8.2-1.iso
(or newer) -
Use Balena Etcher or Rufus to flash it to a USB drive
-
Select ISO
-
Select USB
-
Click Flash
-
Step 2: Install Proxmox VE
-
Boot from the USB using UEFI Boot Mode
-
Select Install Proxmox VE from the menu
-
Accept license agreement
-
Choose the Gen4 NVMe (Kioxia in this case) as the target disk
-
Configure:
-
Region & Timezone
-
Strong root password & email
-
Hostname (e.g.
proxmox-node2.local
) -
Static IP address (e.g.
192.168.1.101
) or use DHCP for testing
-
Step 3: First Boot and Web GUI Access
-
Remove the USB when prompted
-
Log into the Proxmox web GUI:
https://<your-proxmox-ip>:8006
-
Accept the self-signed certificate
Step 4: Secondary Drive (Optional)
If you have a second NVMe (like an Inland Gen3):
-
Go to
Datacenter > Disks
-
Select
/dev/nvme1n1
-
Wipe the disk
-
Initialize it with GPT
-
Create a new storage:
-
As LVM-Thin for VM disk storage
-
Or as Directory for ISOs/backups
-
No Comments