Hyper V: To Create A New VM

1 minute read

Description:

Follow these steps to create a new virtual machine in Hyper V.

To Resolve:

  1. Obviously, make sure we have the HDD space and Memory available before attempting to create a new VM. Check the physical host for these requirements.

  2. Next, you want to figure out what network segment the VM is going to be hosted on. Inside Hyper-V, there is a virtual network manager that you have to setup prior to installing any VM’s. This is built in and is usually configured in parallel with the physical network ports.

    • In the screenshot below, both virtual NIC’s are set to share the network adapter with the physical NICs.

vritual-nic-config

  1. Start the wizard: New => Virtual Machine => Use an iso for the CD drive or place a physical CD in the host server’s DVD drive for the install. Start up the VM.

  2. Install the VM step by step: 4 processors, usually 4096 MB of memory, and figure out the appropriate HDD space needed.

  3. Install the OS and run the VM one time to get the MAC address assigned by Hyper V.

  4. Shut down the VM and set the MAC address statically. We do this so that we can then go into our domain controller and add a DHCP reservation for the new server.

Comments