Enable Virtual Machine AutoStart on VMware Workstation

VMware Workstation and VMware Player do not have a built-in option to automatically start virtual machines when Windows boots up or when a user logs in. If you want the VM to start automatically, you must create an automated task in the Scheduler.

Continue reading “Enable Virtual Machine AutoStart on VMware Workstation”

How to Backup a Virtual Machine on KVM?

In this article, we will show some options for backing up virtual machines on a KVM hypervisor, as well as recovery scenarios. I would like to note that there are no convenient backup tools for KVM, and every administrator uses their own methods and scripts.  There are two backup scenarios in KVM: when a VM is stopped (the easiest one, but rarely used) and without stopping the virtual machine.

Continue reading “How to Backup a Virtual Machine on KVM?”

VirtualBox: Cannot Register the Hard Disk Already Exists

When trying to connect a copied or moved disk image file (*.VHD/*.VDI) of an Oracle VirtualBox virtual machine, you will receive an error:

VirtualBox - Error
Failed to open the hard disk image file FilePath.vhd.
Cannot register the hard disk FilePath.vhd <GUID> because a hard disk DifferentFilePath.vhd with UUID <GUID> already exists.
Result Code: E_INVALIDARG (0x80070057)
Component: VirtualBoxWrap
Interface:IVirtualBox {GUID}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)

Continue reading “VirtualBox: Cannot Register the Hard Disk Already Exists”

Enable Nested Virtualization in Proxmox Virtual Machine

Nested virtualization allows you to run other hypervisors in a virtual machine. In this article, we will look at how to enable nested virtualization in Proxmox VE for Intel and AMD processors.

Continue reading “Enable Nested Virtualization in Proxmox Virtual Machine”

How to Create a Windows Virtual Machine in Proxmox VE

In this article, we will show you how to create a virtual machine on the Proxmox Virtual Environment hypervisor and install the Windows 10/11 or Windows Server 2022/2019/2016 guest operating system on it.

Continue reading “How to Create a Windows Virtual Machine in Proxmox VE”

Installing KVM VirtIO Drivers in a Windows Virtual Machine

After installing Windows guest in a virtual machine on a KVM host, you must install the correct device drivers for virtual hardware  (KVM VirtIO drivers). Without these drivers, guest Windows won’t be able to recognize virtual network adapters and a number of other virtual hardware.

Continue reading “Installing KVM VirtIO Drivers in a Windows Virtual Machine”