Portfolio
  • About me
  • Homelab
    • Overview
    • Backups Strategies
    • Network Segmentation
    • OPNsense Firewall & Router
    • WireGuard VPN
    • Pi-hole DNS sinkhole
    • Unbound as recursive DNS
    • Active Directory Domain Controller
      • AD Users and Computers
      • Group Policy Object
  • Documentation
    • Create Windows 2019 Server on Proxmox
Powered by GitBook
On this page
  • Create VM and configuration
  • Installation
  1. Documentation

Create Windows 2019 Server on Proxmox

PreviousDocumentation

Last updated 9 months ago

Create VM and configuration

Configure Guest OS type Microsoft Windows and Version 2019

System tab: enable Qemu Agent

Hard Disk tab: Select SCSI for Bus/Device, enable discard, select default for cache

CPU and Memory tab: Set as you feel enough

Network tab: select model VirtlO (paravirtualized)

Unselect start after created option, and Finish

Go to VM Hardware tab, and add CD/DVD drive

Start the VM.

Installation

Select “ Custom: install Windows only(advanced)”

Select “Load Driver”

Select E:\amd64\2k19\vioscsi.inf

The setup will reboot and ask to setup a administrator password

Go to device manager (right-click Start)

Right-click Ethernet Controller

Browse my computer for software, select Browse

Go to CD drive: virtio-win-0.1

Select Next, and Windows will automatically look for Ethernet Adapter within CD Drive.

Do the same for “PCI Device” in device manager to install VirtlO Balloon Driver

Do the same for “PCI Simple Communications Controller” to install VirtlO Serial Drive

Lastly, go to file explore, CD Drive (E): virtio-win-0.1/guest-agent/qemu-ga x86_64

Reboot and Done.

Note: It is good practice to create a backup for freshly configured VM so I can later quickly create new VM.

Add image

virtio-win.iso
Active Directory Domain Controller