This post contains a demo of installing the Windows Server 2016 Operating System on Hyper-V.
To install the Hyper-V Role on Windows 10, see this guide from Microsoft Docs: Install Hyper-V on Windows 10.
There are two parts to this one:
> Create a new Hyper-V Virtual Machine
> Install Windows Server 2016
Once you are done with this guide you will be logged into a new Windows Server on Hyper-V. You will then be ready to configure and run tests on your server. The next step for me would be to Install Active Directory (AD) on the server.
Creating a new Hyper-V Virtual Machine
1. Right-click your Hyper-V Manager host machine, and select New > Virtual Machine…
![Hyper-V New Virtual Machine](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine.png)
![New Virtual Machine HyperV](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_wizard-1024x776.png)
2. Enter the name of the new VM and the location on disk.
![Hyper-V VM Name and Location](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_name_and_location-1024x776.png)
3. Select Generation of VM.
![Hyper-V Virtual Machine Generation](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_generation_selection-1024x776.png)
4. Enter the memory allocation amount.
![Hyper-V Virtual Machine Memory Allocation](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_memory_allocation-1024x776.png)
5. Select a network connection (I’ll set this up later).
![Hyper-V Virtual Machine Network](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_networking-1024x776.png)
6. Enter the dynamic virtual hard disk limit, and for this tutorial, I’m leaving the vHD location as default (driven from the previous selection).
![Hyper-V Virtual Machine Hard Disk](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_virtual_hard_disk-1024x776.png)
7. Select an Operating System ISO file.
![Hyper-V Virtual Machine ISO](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_operating_system-1024x776.png)
8. Review configuration and hit finish.
![Hyper-V New Virtual Machine Summary](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_new_virtual_machine_summary-1024x776.png)
9. Power up the new VM!
![Hyper-V Virtual Machines](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_start_new_virtual_machine.png)
![Hyper-V Virtual Machine List](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_virtual_machines.png)
Installing Windows Server 2016
1. Connect to the new VM (ensuring step 7 above was followed).
![Hyper-V VM without OS](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_no_operating_system_was_loaded.png)
2. Hit any key.
![Hyper-V boot from CD](https://peter-whyte.com/wp-content/uploads/2019/04/hyperv_hit_any_key.png)
3. After 30 seconds or so of loading, select your location.
![Windows Server 2016 Installation Language](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_language_and_time-1024x821.png)
4. Click to start the Windows Server installation.
![Windows Server 2016 Installation](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_install-1024x821.png)
5. GUI this time around, and Datacenter Edition for the test environment.
![Windows Server 2016 Datacenter Installation](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_operating_system_type-1024x821.png)
6. Accept the usual.
![Windows Server 2016 License Agreement](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_license_terms-1024x821.png)
7. Check advanced options.
![Windows Server 2016 Installation Type](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_type_of_installation-1024x821.png)
8. Install on the 50GB vHD.
![Windows Server 2016 Installation Location](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_disk_location-1024x821.png)
9. Hit next, and away it goes…
![Windows Server 2016 Install](https://peter-whyte.com/wp-content/uploads/2019/04/window_server_2016_installing-1024x821.png)
10. The installation will finish up and restart once it’s done. Before the Windows Server login screen is shown, the built-in administrator password needs to be set.
![Windows Server 2016 Admin Password](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_admin_password-1024x821.png)
11. Login with the above password.
![Windows Server 2016 Administrator Login](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_login-1024x821.png)
12. Hurray, it’s Windows 2016 everybody!
![Windows Server 2016 Server Manager](https://peter-whyte.com/wp-content/uploads/2019/04/windows_server_2016_server_manager-1024x821.png)
Leave a Reply