The prerequisites to creating Windows VMs on KVM
When starting the installation of a guest operating system on KVM virtualization, we always have the same starting points. We need either of the following:
- An ISO file with operating system installation
- An image with a VM template
- An existing VM to clone and reconfigure
Let's start from scratch. We are going to create a Windows Server 2019 VM in this chapter. Version selection was made to keep in touch with the most recent release of Microsoft server operating systems on the market. Our goal will be to deploy a Windows Server 2019 VM template that we can use later for more deployments and cloudbase-init
, and the tool of choice for this installation process is going to be virt-install
. If you need to install an older version (2016 or 2012), you need to know two facts:
- They are supported on CentOS 8 out of the box.
- The installation procedure is the same as it will be with our Windows Server 2019...