How to create bootable USB with Windows Server 2022
First of all, we download the ISO image of Windows Server 2022 at the following link:
There we must select the type of image to download:
Once we validate this, we select the language to use:
Click Confirm to display the ISO image download link:
Now we access the command prompt as administrators:
In the console we execute “diskpart”:
We list the disks with “list disk”:
In this case our USB drive is Disk 2, we select the disk with the syntax “select disk #”:
We list again with “list disk” to see the disk selection (it will have a * next to it):
We erase the contents of the disk with “clean”:
After this we are going to create the partition with the command “create partition primary”:
We select the partition created with the command “select part 1”:
We activate the partition with the “active” command:
To complete the process we are going to format the partition with the NFTS file system:
format fs = ntfs quick
At the end of the formatting process we will see the following:
Now we right click on the downloaded ISO image and select “Mount”:
This will open the content of the ISO image, we copy the content and paste it into the configured USB drive:
We paste it on the USB:
Once this is ready, we go to the computer where we want to install Windows Server 2022 and access the BIOS or UEFI, in the case of BIOS we will see something similar to this:
After booting with USB connected and configured, the startup will load to the Windows Server 2022 installation process:
We click Next to see the operating system installation window:
In case the system is already installed, we can perform administrative tasks by clicking on the “Repair the computer” line.