You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Create a new Virtual Machine and select the Windows Server 2022 ISO image you downloaded. Check the box to add an additional drive for the VirtIO drivers and select the corresponding ISO image.</p>
<p>Once the OS installation is complete, install the qemu-guest-agent. Open Windows Explorer, open the CD drive, and install <codev-pre>Guest-agent\qemu-ga-x86_64 (64-bit)</code>. Next open Windows Device Manager and check for any missing drivers. If everything looks good, you're ready to move on.</p>
263
+
<p>Follow the installer steps until you reach the installation step where you need to select the location to install Windows Server. Click "Load driver" to install the VirtIO drivers for hard disk and the network. Browse to the CD drive where you mounted the VirtIO driver and select folder <codev-pre>vioscsi\2k22\amd64</code> and confirm. Select the "Red Hat VirtIO SCSI pass-through controller" and click next to install it. Repeat this for the <codev-pre>NetKVM\2k22\amd64</code> and <codev-pre>Balloon\2k22\amd64</code> folders.</p>
<p>The first thing to do after the first boot is to rename the computer. Go to <codev-pre>Settings > System > About > Rename This PC</code>. I renamed mine to <codev-pre>DC01</code> and chose to restart later.</p>
259
270
<p>Since this machine will serve as the DHCP server, it needs a static IP. Go to <codev-pre>Control Panel > Network and Internet > Network and Sharing Center > Change Adapter Settings</code>, and configure the network interface with a private IP address (e.g., <codev-pre>172.16.200.100</code>). Set the DNS server to <codev-pre>127.0.0.1</code>, since the DC will also be a DNS server.</p>
0 commit comments