Can I Install Nano Server on VMware?

What is Windows Server Nano

Windows Nano Server (Server Nano) is a stripped-down version of Windows Server 2016 that runs as a Shell. It has no GUI, and you must install it off the Server 2016 media using PowerShell. It is impossible to locally configure a Nano server in any other way. Nano is extremely popular on cloud services such as Amazon Web Services and Microsoft Azure due to the limited resources required to run it. Out of the box, PowerShell is needed to write the Nano image in VDHX files compatible with Hyper V. To use in VMware, you have to take additional steps to convert the image to a VMware-compatible image (VMX).

How does Windows Nano Server differ from Windows Server Core?

Honestly, I find the Microsoft marketing over Server Nano / Server Core confusing. Server Core has no GUI and is a headless deployment option. You could run HyperV, Containers, and pretty much all built-in Windows Server features such as Server Manager.

Server Nano is officially the replacement for Server Core. Nano is a much more stripped-back version of Windows Server Core; it focuses on container deployments and Web Application services and is great at handling .NET applications on a secure platform.

How to install Windows Nano Server

All steps are demonstrated below in detail.

Where can I get Windows Nano Server media?

You will need one of the following:

  • Windows Server 2016 installation media (ISO)
  • Windows Server 2019 installation media (ISO)
  • Windows ADK (Assessment Deployment Kit)
  • The Official Windows Nano Docker Image

My Lab setup

I have used the following Lab Setup to demonstrate Windows Nano Server setup and configuration.

  • VMware Workstation
  • Windows Server 2016 ISO image
  • PowerShell (with administrator rights)
  • Starwind VMware convertor or equivalent

Installation guide

NB – Where possible, always use the “Run as Administrator” option from your workstation

Step 1 – Mount Windows Server Media

  • Mount the Windows Server 2016 media to your computer. (usually by double-clicking on the ISO)

Step 2 – Copy Nano Server files locally

  • Navigate to the NANO Server Folder > NanoServerImageGenerator and copy the 3 files below to your computer. In this example, I will copy to C:\Temp\

Step 3 – Open Powershell and Set Execution Policy

  • Open PowerShell (run as administrator)
  • Type the following in the Administrator PowerShell session:

PowerShell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Select YES to allow This will allow your computer to run the Nano scripts

Step 4 – Import Nano Server Powershell Module

  • Navigate to where you copied the Nano Scripts. For Example cd C:\Temp\
  • Type the following in the Administrator PowerShell session:

PowerShell
Import-module C:\Temp\NanoServerImageGenerator.psd1 

Step 5 – Create a Nano Server Image

  • Type the following in the Administrator PowerShell session:
PowerShell
New-NanoServerImage -Edition Standard -DeploymentType Host -MediaPath 'C:\Path\To\WindowsServer2019' -BasePath 'C:\Path\To\Base' -TargetPath 'C:\Path\To\NanoServer.wim' -ComputerName 'NanoServer' -Package Microsoft-NanoServer-Compute-Package -MaxSize 10GB -IsOEM

This will create your image in the standard edition.

It will create a server called Nano01 in C:\Temp

You will be prompted to create your ADMINISTRATOR password for the server.

  • Next, the server will build the NANO Image. This might take some time to complete

Step 3 - How to install Windows Server Nano on VMware Workstation
  •  Once complete, you will receive this message
  • “Done. The log is at: C:\Temp\Logs\2018-01-11_21-12-56-61”
  • This will create the image on your local computer called Nano01
Step 4 - How to install Windows Server Nano on VMware Workstation
Step 5 - How to install Windows Server Nano on VMware Workstation

Step 6 – Convert Image to VMWare Compatible Image

Next, you need to convert the image to work in VMware Workstation

The easiest way is to use a 3rd party tool to convert it.

Download and install the application

Step 7 – Install the Converter

  • Run the Installer as Administrator:
    • Right-click on the installer executable and choose “Run as Administrator” to ensure proper permissions.
  • Accept License Agreement:
    • Click the “Next” button to proceed and accept the terms of the license agreement.
  • Navigate Through License Agreement:
    • Continue by clicking “Next” on the license agreement screen to advance through the terms.
  • Shortcuts Configuration:
    • Click “Next” when prompted for shortcuts, allowing the installer to configure default settings.
  • Desktop Shortcut Option:
    • Decide whether you want a desktop shortcut for convenient access. Choose accordingly during the installation process.
  • Finalize Installation:
    • Allow the installer to complete the process. Sit back and relax while it takes care of the necessary configurations.
  • Step 6 - How to install Windows Server Nano on VMware Workstation
  • Step 7 - How to install Windows Server Nano on VMware Workstation
  • Step 8 - How to install Windows Server Nano on VMware Workstation
  • Step 9 - How to install Windows Server Nano on VMware Workstation
  • Step 10 - How to install Windows Server Nano on VMware Workstation
  • Step 11 - How to install Windows Server Nano on VMware Workstation

Step 8 – Convert the image

  • Once installed open the application (Run as administrator)
  • Chose Source image location as LOCAL FILE
  • Browse to the Nano01.vdhx file we created earlier (C:\Temp\ in this example)
  • Click next and then chose “VMWARE GROWABLE IMAGE” VMDK. This is compatible with VMware Workstation and VMware ESX
  • Choose next and select IDE Drive
  • Click NEXT to convert the Virtual machine
  • Once complete you will see a NANO01.VMDK file in C:\ Temp
  • Step 12 - How to install Windows Server Nano on VMware Workstation
  • Step 13 - How to install Windows Server Nano on VMware Workstation
  • Step 14 - How to install Windows Server Nano on VMware Workstation
  • Step 15 - How to install Windows Server Nano on VMware Workstation
  • Step 17 - How to install Windows Server Nano on VMware Workstation
  • Step 16 - How to install Windows Server Nano on VMware Workstation
  • Step 18 - How to install Windows Server Nano on VMware Workstation
  • Step 19 - How to install Windows Server Nano on VMware Workstation
  • Step 20 - How to install Windows Server Nano on VMware Workstation

Step 9 – Create The Virtual Machine using the VMDK file

  1. Open VMware Workstation:
    • Launch the VMware Workstation application on your computer.
  2. Create a New Virtual Machine:
    • Navigate to the “File” menu.
    • Select “New” and then choose “New Virtual Machine.”
    • In the wizard, opt for “Custom (advanced)” and click “NEXT.”
  3. Hardware Compatibility:
    • Click “Next” on the Hardware compatibility screen.
  4. Operating System Configuration:
    • Choose the option “I will install the operating system later.”
    • Specify the operating system as Microsoft Windows and select the version as Server 2016.
  5. Server Configuration:
    • Provide a name for the server (e.g., NANO01).
    • Choose a location for the server; note that this can be changed later.
  6. Firmware and Disk Configuration:
    • Set the Firmware type as BIOS.
    • Choose the SCSI disk controller.
  7. CPU and Memory Settings:
    • Set the required CPU and Memory specifications based on your system requirements.
  8. Network Configuration:
    • Set the network type to Bridged.
  9. Storage Configuration:
    • Choose the Logical SAS Controller.
    • Remove the existing Hard Disk.
  10. Disk Selection:
    • Important: Select “USE AN EXISTING DISK.”
    • Click “Browse” and navigate to the VMDK File converted earlier (e.g., C:\Temp\Nano01.vmdk).
  11. Finish Configuration:
    • Click “Finish.”
    • If prompted about using a newer version of VMware Workstation, and if it will change the format (Hardware version), click “CONVERT.”
  12. Verify Settings:
    • On the virtual machine settings page, ensure that the disk file is pointing to the recently converted VMDK.
  • Step 21 - How to install Windows Server Nano on VMware Workstation
  • Step 22 - How to install Windows Server Nano on VMware Workstation
  • Step 24 - How to install Windows Server Nano on VMware Workstation
  • Step 23 - How to install Windows Server Nano on VMware Workstation
  • Step 25 - How to install Windows Server Nano on VMware Workstation
  • Step 27 - How to install Windows Server Nano on VMware Workstation
  • Step 26 - How to install Windows Server Nano on VMware Workstation
  • Step 28 - How to install Windows Server Nano on VMware Workstation
  • Step 29 - How to install Windows Server Nano on VMware Workstation
  • Step 30 - How to install Windows Server Nano on VMware Workstation
  • Step 31 - How to install Windows Server Nano on VMware Workstation
  • Step 32 - How to install Windows Server Nano on VMware Workstation
  • Step 33 - How to install Windows Server Nano on VMware Workstation
  • Step 35 - How to install Windows Server Nano on VMware Workstation
  • Step 34 - How to install Windows Server Nano on VMware Workstation
  • Step 36 - How to install Windows Server Nano on VMware Workstation

Step 10 – Configure Server Nano to start

Now you have your Nano server ready. You can start the server in a VMware workstation, but you still need to configure access to be able to use the server.

Elsewhere On TurboGeek:  How to install Windows Server 2012 R2

CLICK HERE TO SEE HOW TO DO IT

Richard.Bailey

Richard Bailey, a seasoned tech enthusiast, combines a passion for innovation with a knack for simplifying complex concepts. With over a decade in the industry, he's pioneered transformative solutions, blending creativity with technical prowess. An avid writer, Richard's articles resonate with readers, offering insightful perspectives that bridge the gap between technology and everyday life. His commitment to excellence and tireless pursuit of knowledge continues to inspire and shape the tech landscape.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

Translate ยป