Proxmox Virtual Environment 8

Enable Intel TCO watchdog timer on Proxmox VE

2 October 2025
Sometimes, servers can become unresponsive and you may be unable to connect to them, particularly when they are overloaded. For such cases, most Intel PCs include a watchdog timer in the event the computer gets stuck and needs to do a hard reboot. Proxmox, however, disables all hardware watchdog drivers and enables softdog by default. In this short post, we'll quickly enable and test the Intel TCO watchdog in Proxmox.

Setup redundant swap partition on Proxmox 8

8 July 2025
One cannot use swap files on BTRFS and ZFS mirrors (or any other RAID levels), they require separate partitions. For high-availability and to ensure a drive failure doesn't result in a system crash, we need to create mirrored partitions and create our swap partition on top of that.

Configuring BTRFS mirror (RAID1) on Proxmox 8.3 root partition

3 July 2025
Proxmox 8.3 installer has support for BTRFS mirror as a "technical preview", but out of the box the Proxmox installer does not actually create a fault-tolerant installation. In this post we go over how to sync the bootloaders using proxmox-boot-tool

Enable hugepages on Proxmox 8 for XMRig container

9 April 2025
According to the XMRig documentation, enabling hugepages results in a typical hash rate increase of 20-30% for most algorithms with an up-to-50% increase in hash rate for RandomX algorithms. However, to run XMRig in an unprivileged container, we must reserve the pages on the Proxmox host ahead of time.

Build a new Proxmox cluster for my home lab

20 February 2025
Status
Active
I've had a little homelab for decades and I've been using Proxmox for many years now. I had a cluster, but I wanted to rebuild it so I migrated everything to a standalone server and then everything paused there. I want to pick up on that project, but this time I want to document it along the way.

Install NVIDIA Tesla K20x drivers & CUDA Toolkit on Proxmox 8.3

18 February 2025
Debian 12, on which Proxmox 8 is based, has the correct driver in the non-free repository. However, that driver doesn't support the CUDA Toolkit in the non-free repository so it must be installed via run file downloaded from NVIDIA's website. In this post we'll go over installing the NVIDIA Tesla Driver 470 and CUDA Toolkit 11.4.

Install Stable Diffusion with CUDA 3.5 support in Proxmox 8 container

21 January 2025
Status
Cancelled
By default, Stable Diffusion only works with CUDA 3.7 and above. If this project is successful, we will be able to run Stable Diffusion on an NVIDIA graphics card that only supports CUDA 3.5. Even using older graphics hardware is faster than CPU-only image generation.