Windows Server 2025 CPU suddenly at 100%: fix the VirtIO and power settings on Proxmox
Windows Server 2025 CPU pegged at 100%? It's usually VirtIO drivers or the power profile. Here's the fix that worked on Proxmox.
Homelab & Vietnam
Homelab, Proxmox, self-hosting — what broke, and what actually fixed it.
119 posts
Windows Server 2025 CPU pegged at 100%? It's usually VirtIO drivers or the power profile. Here's the fix that worked on Proxmox.
Corrupted data on a raidz1 pool with all disks healthy? Check the scrub output, then try a zpool clear and a targeted resilver before you rebuild.
Proxmox VirtIO RNG: /dev/urandom vs /dev/hwrng? Use /dev/urandom as the entropy source. /dev/hwrng is slower, hangs VMs, and adds nothing.
Proxmox has no native LVM-thin over iSCSI plugin, but you can set it up manually with a TrueNAS target. Here are the exact commands.
Proxmox VE ZFS benchmark with NVMe drives: a practical workflow that tests ashift, recordsize, and sync side-by-side on real hardware.
Clonezilla changes disk UUIDs, breaking Proxmox storage references. Here's the fix: update /etc/pve/storage.cfg and VM configs to match the new UUIDs.
rsync --sparse doesn't understand qcow2's internal sparse blocks, so it writes zeros as real data.
ssl certificate lifecycle management breaks silently when a cPanel domain lacks the cpanel_uapi deploy hook: the cert renews on disk forever, the server keeps
Clustered iSCSI as LVM on LVM-thin SAN works if you skip the cluster filesystem and use LVM on top. Here's the setup with TrueNAS and the gotchas.
Freezing Linux VMs and sporadic node connection issues usually come down to IOMMU grouping, ZFS ARC pressure, or a flaky NIC driver.