Fixing Docker Desktop Startup Issue on Windows 10/11 VM in Proxmox

If you’re running a Windows 10/11 virtual machine (VM) in Proxmox and install Docker Desktop, you might encounter an issue where the VM fails to start and gets stuck on the “startup recovery” screen. This can be caused by nested virtualization not being (fully) enabled in your Proxmox environment. Solution: Enable Nested Virtualization in Proxmox… Continue reading Fixing Docker Desktop Startup Issue on Windows 10/11 VM in Proxmox

How to fix TensorFlow library was compiled to use SSE4.1 instructions, but these aren’t available on your machine. Aborted

Do you get the following error while trying to use TensorFlow on a Linux virtual machine? This might be caused by your CPU that is unsupported. If you are running TensorFlow in a virtual machine, then check how your virtual CPU is configured (what type). Do this by typing the following in your Linux terminal:… Continue reading How to fix TensorFlow library was compiled to use SSE4.1 instructions, but these aren’t available on your machine. Aborted

Install Proxmox qemu-guest-agent on Ubuntu 20.04

In this tutorial I will show you how to install the qemu-guest-agent package on Ubuntu 20.04. 1. What is qemu-guest-agent? The qemu-guest-agent is a helper daemon, which is installed in a guest VM. It is used to exchange information between the host and guest, and to execute commands in the guest machine. For example, when… Continue reading Install Proxmox qemu-guest-agent on Ubuntu 20.04