Install Windows Server 2012 On Vmware Workstation 11

I build my VM’s with the VMware VMXNET3 NIC and the PVSCSI paravirtual SCSI driver to get the best performance possible from them. Unfortunately the standard 2012 R2 ISO image does not have these drivers installed.

  1. Vmware Workstation Windows 10
  2. Install Windows Server 2012 On Vmware Workstation 11 Product
  3. Install Windows Server 2012 On Vmware Workstation 11 0
  4. Install Windows 10 On Vmware
  5. Windows Server For Vmware

Installing Workstation on a Windows Host. Log on to your Microsoft Windows host as the Administrator user or as a user who is a member of the Windows Administrators group. Note: To install Workstation on a Windows XP or Windows Server 2003 host computer, you must log on as local administrator (that is, not be logged on to the domain, unless.

The vmxnet3 driver is installed when VMware Tools is installed in the Guest OS but this means you are without network connectivity until it’s installed. More problematic is the PVSCSI driver. During the OS install you are not able to see the disk as there is no driver for the SCSI adapter:

You can add a floppy drive and then point towards the driver but I like to keep my VM’s clean and remove all legacy hardware such as the floppy drive. Also you do this once instead of having to do the floppy drive method every time you build a VM. Let’s see how to inject the drivers so you can have full capability from the start.

Lets get some requirements out the way. First of all you will need a copy of the drivers. It’s recommended to always use the latest versions that are part of VMware Tools. You can get them from https://vmware.com/go/tools (VMware login account required). From there download VMware Tools for Windows, 64-bit in-guest installer. We can now extract the tools to get the drivers.

Open a command prompt and browse to the downloaded exe file. Run the command:

The /A performs and administrative install which basically extracts everything to a folder of your choice. Run through the wizard and at the Network Location screen choose the folder you want to extract VMware Tools to:

Vmware Workstation Windows 10

If you now browse to the folder you extracted into go to C:TempExtractVMware...VMware Tools...VMware...Drivers and you will see the folders pvscsi and vmxnet3 which have the drivers we want. Under each of the folders there are two folder options, Vista and Win8. For a 2012 R2 server you want Win8 so delete the Vista folder from both vmxnet3 and pvscsi. It will be easier if you move the folders to a shorter path such as C:TempDrivers.

Next we need a Windows Server 2012 R2 iso file. Using something like 7-Zip and browse into the iso. Copy sourcesboot.wim and sourcesinstall.wim into C:Temp.

Finally create a folder to mount the wim files into such as C:TempMount

Install Windows Server 2012 On Vmware Workstation 11 Product

Let’s first update boot.wim. Open a command prompt as an administrator and browse to C:Temp. Using DISM mount the wim file, add the drivers and then unmount the WIM making sure to commit the changes:

Here is a run through of the commands:

install.wim is the wim file that the actual Server 2012 R2 install files are located. The wim file can have many versions of the OS available such as Standard, Datacenter, Gui, Core, etc. You can check how many versions are in the wim file by running:

2012

You can see this has four versions available in the same install.wim. We will need to add the drivers to each index. Same procedure as before - mount the wim, add the drivers, unmount and commit the changes:

Install Windows Server 2012 On Vmware Workstation 11 0

Now that boot.wim and install.wim have been updated, copy those files back into the sources folder. We now need to create the bootable ISO from the extracted ISO files. There are applications that can do this for you, but I will demonstrate using ImgBurn.

Install Windows 10 On Vmware

Open ImgBurn and select Create image file from files/folders:

In ImgBurn:

  1. Under source browse to the extracted Iso folder
  2. Under destination choose a folder and ISO file name
  3. Select Advanced tab
  4. Select Bootable Disc
  5. check Make Image Bootabel
  6. Under Boot image select bootetfsboot.com
  7. Under Sectors to Load enter 8
  8. Click burn Image

Windows Server For Vmware

In the Confirm Volume Label dialog box click Yes:

Lastly click OK in the confirmation dialog box:

Vmware workstation install windows 10

The ISO is generated. You can now use that to build your Windows Server 2012 R2 VM with the paravirtual drivers in place.