Category Archives: Windows-VB

Install Windows Server 2022

For this demonstration, I will be creating a new VM within Oracle Virtualbox. Feel free to use any virtualization software that you prefer, but the steps to setup the VM will differ.

Step 1 – Create New VM

Once Virtualbox is open, click on the New button.

Create a Name for your VM, select the folder where you want the VM files to be stored, select the ISO image (I am using Windows Server 2022 ISO located here), and assign how much memory and CPU cores you’d like for your VM to have. Click Finish once done

Step 2 – Setup Operating System

Once created, click on Start to boot the VM using the ISO. You can click the arrow next to Stat to either boot the VM using a Headless Start or Detachable Start.

Once the system boots, you should be at a screen named “Microsoft Server Operating System Setup”. Edit the options to your needs and click Next.

Click “Install now”.

For installation with Desktop/GUI (Graphical User Interface), select “Windows Server 2022 Standard Evaluation (Desktop Experience). If you do not select Desktop Experience, you will not get the full graphical environment. Click Next.

Click the check box to accept the license terms. Click Next.

Under “Which type of installation do you want?”, select Custom.

Under “Where do you want to install the Operating system?”, ensure Drive 0 is selected (unless you want to install it on a different drive) and click Next.

The OS should now begin installing. It should take roughly 4 minutes to complete this process.

Once completed, you should be at a screen asking you to set the Administrator password. Enter a password that is somewhat complex. A short password that is easy to guess will not work.

Once completed, you should be at a screen asking you to press Ctrl + Alt + Delete to unlock. As this is a VM, this button combo will bring up a menu for your local PC. Within the VirtualBox menu, select Input at the top, Keyboard > Insert Ctrl + Alt + Del. Then enter the Administrator password you just set.

You are good to go! Windows Server 2022 has been installed.

How to create a Gold Image in Virtualbox.

In this guide, I will teach you how to create a Gold Image within Virtualbox. The biggest reasons to have a Gold Image is that it saves you time and makes operations more efficient, as you do not have to go through the setup process for every VM that you create.

Step 1: Create a VM. If you followed my guide for Install Linux (Centos 9 Stream), then you will already have a VM created.

Step 2: With the VM Shutdown, Select File > Export Appliance.

Step 3: Under Virtual Machines, select the VM that you want to create a Gold Image from.

Under Format settings, select the format that you want to export it as. I have left this default.

Select the location where you want the .ova file to be placed.

For MAC Address Policy, I have selected Strip all network adapter MAC addresses, as we will be regenerating the MAC addresses when creating a new VM anyway.

Under Appliance settings, change the Name of the Image to one that makes sense to you.

Leave everything else default and click Finish.

Your Gold Image is now created.