Prox
-
Proxmox
Adding a Desktop Environment with Shared GPU Passthrough in Proxmox LXC (Xubuntu, Vulkan & VA-API)
In this video I will show you how to create an LXC Container that has a Desktop Environment and also have your Intel GPU fully working and still being shared between LXC Containers. As the problem with having a VM is that it takes full control over a GPU leaving LXC Containers unable to utilize your graphics card. The guide…
Read More » Remove Locked Container from ProxMox – Destroy Fix, LXC
When I click remove the container in ProxMox it just has a working status forever… Example Container was #300 ## List all containers pct list ## Stop the container pct stop 300 ## Forcefully destroy the container pct destroy 300 ## Check for lock files ls -l /var/lock/lxc ## Remove a specific lock file rm /var/lock/lxc/pve-config-300.lock ## Check storage status…
Read More »