this post was submitted on 28 Jan 2024
9 points (100.0% liked)

Proxmox

1006 readers
5 users here now

Proxmox VE is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.

Proxmox VE Official site

K3S on Proxmox LXC

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 5 months ago (1 children)

Just FYI I'm assuming you can't run Ventura due to avx and/or avx2 missing on your CPU. You can get around these with a couple kexts. CryptexFixup for avx2 and NoAVXFSConpressionTypeZlib kext for avx. I am successfully running a Ventura VM on proxmox on a Westmere CPU from 2010.

[–] [email protected] 1 points 5 months ago (1 children)

Yes, that was my issue, I just needed AVX2. Unfortunately, regarding CryptexFixup, this kext does not remove the AVX2 requirement in certain parts of Ventura's Graphics Stack. In my case, the drivers for my RX580 in Ventura will not work without AVX2 support.

[–] [email protected] 1 points 5 months ago

Ah that makes sense. I haven't tried GPU passthrough yet. Thanks for that info!