How to Install Linux Mint on VMware Workstation

Running Linux Mint in a virtual machine is one of the safest and easiest ways to try Linux without touching your existing operating system. Whether you want to test Linux, learn command-line basics, or build a development environment, Linux Mint works extremely well inside VMware Workstation.

If you’re using Windows 11 or Windows 10, this guide will walk you through the complete process of installing Linux Mint on VMware Workstation, step by step, without dual-booting or risking your main system.

What You’ll Need Before You Start

Before installing Linux Mint on VMware Workstation, make sure you have the following ready:

  • VMware Workstation (Player or Pro) installed
  • Linux Mint ISO file downloaded
  • A PC with virtualization enabled (Intel VT-x or AMD-V)
  • At least 4 GB RAM (8 GB recommended)
  • Around 25–30 GB of free disk space

Once these requirements are met, you’re good to go.

1. Download Linux Mint ISO

  1. Go to the official Linux Mint website.
  2. Choose an edition:
    • Cinnamon (recommended for most users)
    • MATE
    • Xfce
  3. Download the 64-bit ISO file.
  4. Wait for the download to complete.

Cinnamon offers the most modern and Windows-like desktop experience.

2. Create a New Virtual Machine in VMware Workstation

  1. Open VMware Workstation.
  2. Click Create a New Virtual Machine.
  3. Select Typical (recommended) and click Next.
  4. Choose Installer disc image file (ISO).
  5. Browse and select the Linux Mint ISO you downloaded.
  6. Click Next.

VMware may detect the OS automatically. If it doesn’t, that’s perfectly fine.

3. Select Guest Operating System

  1. When asked to select the guest OS:
    • Choose Linux
    • Select Ubuntu (64-bit) as the version
  2. Click Next.

Linux Mint is Ubuntu-based, so this option ensures the best compatibility.

4. Name the Virtual Machine and Choose Location

  1. Enter a name like Linux Mint.
  2. Choose where you want to store the virtual machine files.
  3. Click Next.

Make sure the drive has enough free space.

5. Allocate Disk Space

  1. Set the maximum disk size:
    • Minimum: 20 GB
    • Recommended: 30 GB
  2. Choose Store virtual disk as a single file for better performance.
  3. Click Next.

This disk is virtual and won’t affect your real hard drive layout.

6. Customize Hardware Settings (Important)

Before finishing, optimize the VM for better performance.

  1. Click Customize Hardware.
  2. Adjust the following:
    • Memory (RAM): 4 GB or more
    • Processors: 2 cores (or more if available)
  3. Under Display:
    • Enable Accelerate 3D graphics
  4. Click Close, then Finish.

These settings significantly improve Linux Mint’s responsiveness.

7. Start the Virtual Machine

  1. Click Power on this virtual machine.
  2. Linux Mint will boot from the ISO.
  3. On the desktop, double-click Install Linux Mint.

This launches the installer inside the VM.

8. Begin Linux Mint Installation

  1. Select your language and click Continue.
  2. Choose your keyboard layout.
  3. On the updates and software screen:
    • You may enable Install multimedia codecs
  4. Click Continue.

Codecs are useful for media playback inside the VM.

9. Choose Installation Type

  1. Select Erase disk and install Linux Mint.
  2. Click Install Now.
  3. Confirm the changes.

Important:
This only erases the virtual disk, not your real Windows system.

10. Select Time Zone and Create User Account

  1. Choose your time zone.
  2. Enter:
    • Your name
    • Username
    • Password
  3. Choose whether to log in automatically or require a password.
  4. Click Continue.

Linux Mint will now copy files and install the system.

11. Complete Installation and Restart

  1. Wait for the installation to finish.
  2. Click Restart Now when prompted.
  3. When asked, press Enter to remove the installation media.

Linux Mint will now boot from the virtual hard disk.

12. Install VMware Tools (Highly Recommended)

VMware Tools improves performance, display scaling, and mouse integration.

  1. In VMware menu, click VM → Install VMware Tools.
  2. Inside Linux Mint, open the mounted VMware Tools disc.
  3. Extract the archive.
  4. Open a terminal in the extracted folder.
  5. Run: sudo ./vmware-install.pl
  6. Follow on-screen instructions and reboot when finished.

After this, fullscreen mode and smooth mouse movement will work properly.

Wrapping Up

Installing Linux Mint on VMware Workstation is a clean, safe, and beginner-friendly way to experience Linux without modifying your main system. With proper resource allocation and VMware Tools installed, Linux Mint runs smoothly and feels almost like a native installation.

Once set up, you can explore Linux, install apps, practice commands, or even use it as a daily development environment—all from within Windows.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.