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.
this post was submitted on 28 Jan 2024
9 points (100.0% liked)
Proxmox
1052 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.
founded 1 year ago
MODERATORS
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.
Ah that makes sense. I haven't tried GPU passthrough yet. Thanks for that info!