How to Install Linux Mint 21 on VMware Workstation 17

If you’re looking to put Linux Mint 21 on a new pretend computer using VMware Workstation 17 Pro, and you have Windows 11 or 10 (the 64-bit version), you’re in the right spot. In this article, we will guide you through leveraging VMware’s virtualization capabilities. Additionally, we will use Mint’s stability and user-friendliness. It’s a popular choice for home users and professionals alike.

However, suppose you’re new to virtualization or want to explore advanced settings. In that case, our step-by-step guide will have you covered. As a result, your virtual machine installation process for Linux Mint will be smooth and efficient.

Installing Linux Mint with VMware Workstation

How to Run Linux Mint on a Virtual Machine in Windows 11 & 10 using VMware

Faster and more stable than other Linux distributions, Linux Mint is an operating system that appeals to both home users and professionals. This system, which is basically derived from the Ubuntu package structure, aims to provide users with a more secure and stable distribution.

Linux Mint uses Cinnamon for its desktop environment by default but also has lighter and performance-oriented Mate and Xfce environments. Users can set up their system using one of these three desktop types.

You can run the Mint system virtually without dual boot configuration on Windows 10 or other Microsoft systems by using the VMware Workstation virtualization software.

Workstation software, a paid VMware program, allows users to configure more advanced settings on guest machines. However, users can also choose to use the free and non-commercial versions of the Player.

How to Create a New Virtual Machine for Linux Mint

After installing VMware Pro on your computer, you can create new virtual machines and install a Linux and Windows-based operating system.

Step 1

After running the Workstation 17 software, click on the Create a New Virtual Machine choice from the options on the homepage, and select the Custom (Advanced) option to configure more advanced settings for the Linux system in the VM wizard that opens and click Next.

Advanced Virtual Machine Creation

Step 2

For Linux guest machine compatibility, select the latest version of the Workstation software from the Hardware Compatibility section.

Setting Virtual Machine Compatibility

Step 3

You can install the guest OS using one of three methods. Suppose you add the Linux Mint ISO file to this window. In that case, some settings on the guest computer will be configured automatically.

Therefore, so that you can configure more advanced settings, check I will install the operating system later and continue.

Choosing the I'll Install the Operating System Later Option

Step 4

Select the Linux platform as the guest operating system and Ubuntu 64-bit from the version section.

Choosing Ubuntu 64-bit Guest System

Step 5

After typing a name for your Mint guest machine, please specify the location where you will install it and continue.

Configuring the Virtual Machine Name and Location

Step 6

Configure the number of vCPUs and the number of virtual cores for your VM according to the processor characteristics of your host PC.

Configuring the Virtual Processor Core

Step 7

Select the maximum recommended memory size for the RAM size of the guest PC. Suppose you have a higher amount of memory in your computer. In that case, a more extensive size configuration will be beneficial for performance.

Selecting the Maximum Memory Value

Step 8

Select the NAT network adapter for your Mint VM.

Choosing the NAT Adapter

Step 9

Select the default LSI Logic as the I/O controller type and continue.

Selecting LSI Logic Controller Type

Step 10

By configuring the type of vdisk as NVMe, you will significantly increase the performance of your virtual computer. Therefore, select NVMe from the disk types and click Next.

Selecting the NVMe Disk Type

Step 11

Since you will install Mint VM from scratch, select Create a new vdisk and click Next. Suppose you have previously installed this Linux distribution and backed up its virtual disk. In that case, you can add it using the Use an existing virtual disk option.

Creating a New Virtual Disk

Step 12

You can adjust the size of the vdisk according to the recommended size. Still, you can specify a higher disk size according to the work you will do on your system. Also, if you choose to back up the vdisk file as a single file, you can import your VM more quickly in the future.

Backing Up a Virtual Disk as a Single File

Step 13

Continue without changing the name and location of the Linux virtual disk file.

Configuring the Name and Location of the Virtual Disk File

Step 14

Click Customize Hardware to configure the advanced settings of the Mint guest machine.

Customize Hardware

Step 15

After clicking on the Processor virtual hardware, enable all the features in the Virtualization Engine section.

  • Virtualize Intel VT-x/EPT or AMD-V/RVI
  • Virtualize CPU Performance Counters
  • Virtualize IOMMU (IO Memory Management Unit)

Enabling Virtualization Features

Step 16

To download the Linux Mint ISO file, visit the official website and then click CD/DVD (SATA) / Use ISO Image File / Browse to add the ISO file to the guest OS and select the downloaded image file.

Adding the Linux Mint ISO File to the Virtual Machine

Step 17

Change the Compatibility setting to 3.1 in the USB Controller settings.

Setting USB Compatibility to 3.1

Step 18

View the display hardware settings, enable Accelerate 3D Graphics, and adjust the graphics memory size according to the capacity of your host GPU.

Increasing Graphics Memory

Step 19

After configuring the hardware settings of your Linux Mint virtual computer, check the changes you have made in the summary window and close the wizard.

Reviewing the Settings of the Guest Machine

Step 20

Click Power on this VM to start installing the Linux system on the virtual machine you have prepared.

Running the Guest OS

How to Install Linux Mint using VMware

After running the virtual computer, when it boots with the ISO file, you can set up your system as if you were installing it on a physical PC.

Step 1

You can check system integrity, perform hardware tests, or do memory checks from Cinnamon 64-bit options. Press Enter in the Start Linux Mint option to start installing the system.

Welcome to the Linux Setup Wizard

Step 2

When the system boots up, double-click Install Linux Mint on the desktop to begin the setup wizard.

Install Linux Mint

Step 3

After opening the setup wizard, select the language in which you want to use your Linux system and click Continue.

Selecting the System Language

Step 4

Select the keyboard layout of your virtual PC according to the hardware of your physical computer and click Continue.

Choosing the Keyboard Layout

Step 5

Tick to install multimedia codecs so that you can play videos on your Mint guest machine, and click Continue.

Install Multimedia Codecs

Step 6

Since you will be installing a system from scratch, select the Erase Disk and Install Linux Mint option, click Install Now, and then click Continue to confirm the changes on the virtual disk.

Erase Disk and Install Linux

Step 7

After choosing the location where you live, click Continue.

Choosing Your Living Location

Step 8

Configure the user account settings for your Linux system according to your personal information and create a characteristic password.

Creating Username and Password

Step 9

Wait while the files of the Mint system are copied and the necessary applications are installed.

Copying System Files

Step 10

After installing Linux Mint, restart your virtual system.

System Reboot

Step 11

Press Enter to remove the ISO installation media from the virtual machine.

Removing the Installation Media

Step 12

Execute the “lsb_release -a” command in the terminal to check the Linux system version.

lsb_release -a

Checking the System Version

How to Install VMware Tools

When you install Linux Mint on VMware Workstation, VMware Tools sets itself up automatically. But if your main computer isn’t online while you’re installing, the VM tools won’t get installed.

Steps:

Step 1

After connecting the guest operating system to the Internet, open the terminal by pressing CTRL + Alt + T, execute the “sudo apt install open-vm-tools-desktop” command, and confirm the additional disk space usage by pressing Y.

sudo apt install open-vm-tools-desktop

Installing VMware Tools

Step 2

After restarting your Linux machine, you can use the “vmware-toolbox-cmd –version” command in the terminal to check the VMware Tools version.

vmware-toolbox-cmd --version

Checking VMware Tools Version

Step 3

When you try to copy a file from the desktop location of your host operating system by dragging and dropping it to the virtual machine, you can see that the operation is successful.

Drag and Drop File Transfer Between Host and VM

Step 4

You can also use your Mint virtual PC in full-screen resolution.

Controlling the Full Screen Resolution

How to Configure Shared Folder in the Mint VM

Another way to transfer files from your host computer to your VM is to use Shared Folder. Please note that VMware Tools must be installed in order to use this feature of VMware software.

Step 1

Click VM / Settings from the VMware Pro tool menu and open the virtual machine settings. Click on Shared Folders on the Options tab, and after marking Always Enabled, click the Add button to start the wizard.

Shared Folder Configuration

Step 2

Create a new folder named SharedFolder in a location you specify on your host system. To add the location of the folder you created, click Browse in the Host Path section, select the folder, and click OK.

Selecting Specific Folder on Host

Step 3

After adding the location of the shared folder, check that the Enable This Share option is selected in the next window, and click Finish.

Enable This Sharing

Step 4

Go to File System/mnt/hgfs on your virtual computer and check that the shared folder exists. For testing, create a new text document in the folder and check that the document has been made after opening the folder on your host.

/mnt/hgfs/SharedFolder

Step 5

To create a Shared Folder shortcut to the desktop location, execute the “sudo ln -s /mnt/hgfs/SharedFolder/ ~/Desktop/” command in the terminal.

sudo ln -s /mnt/hgfs/SharedFolder/ ~/Desktop/

Creating a Desktop Shortcut for Shared Folder

Step 6

When you restart your virtual computer, if you encounter the Shared Folder error as in the image below, you need to enable the folder again and set the automatic mount.

Shared Folder Broken Error

Step 7

Execute the following command in the terminal to re-enable the shared folder.

sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other

Remounting the Shared Folder

Step 8

It would be best if you edited/etc/fstab to automatically mount the shared folder every time you reboot your system.

sudo nano /etc/fstab

sudo nano /etc/fstab

Step 9

Add this command to the /etc/fstab file. Then press CTRL + X, then Y, and finally Enter to save the file.

.host:/SharedFolder /mnt/hgfs/SharedFolder fuse.vmhgfs-fuse allow_other

Auto-Mount the Shared Folder

Step 10

Restart your Mint VM, and you will no longer encounter the Shared Folder error.

Shared Folder Check After System Reboot

How to Use USB Flash Memory in Linux Mint VM

You can transfer files faster by connecting your USB flash drives or storage devices to your Linux virtual computer.

Step 1

Plug a USB 3.0/3.1 supported flash memory into your host computer and create a folder named Backup in it.

Creating a New Folder on a USB Flash Drive

Step 2

Plug your flash memory into the virtual machine by clicking VM / Removable Devices / Your USB / Connect from the tool menu. However, if you see the Connect option grayed out, as in the image below, turn off your virtual computer.

Adding the USB Disk to the Virtual Machine

Step 3

Go to where you put the VM, open the VMX file with Notepad, and change the value (USB.restrictions.defaultAllow = “FALSE”) to TRUE.

usb.restrictions.defaultAllow = "TRUE"

Editing a VMX File

Step 4

After restarting your virtual computer, you can now connect your USB disk.

Reconnecting the USB Stick to the VM

Step 5

You can see the folder you created when you view the contents of your USB on your Mint system.

Viewing the Contents of a Flash Disk in Linux

Video

Frequently Asked Questions (FAQ)

  1. Does Linux Mint work with VMware?
Definitely! Linux Mint is fully compatible with VMware. A workstation or Player gives you seamless integration into this system. So, you don’t need exceptional hardware for virtualization. This way, you can run more than one such system on a single powerful PC.
  1. How do I remove Workstation & Player from Linux Mint?
If it’s time to say goodbye to Workstation & Player on your Linux Mint system, fear not. There is a simple process to remove it from your system. First, close all the program running tools. Then, safely shut down and back up all your virtual machines.
Then open the terminal and type “sudo vmware-installer -u vmware-workstation.” You can uninstall all VMware products by pressing Enter as soon as you type the command.
  1. Is VMware Workstation Pro or Player better for Linux Mint?
When choosing between VMware Workstation Pro and VMware Player, you should decide according to your needs. Additionally, this choice depends on your usage scenarios. However, Workstation Pro offers advanced networking and high-quality desktop environments. Therefore, it is suitable for advanced users and professionals.
On the other hand, VMware Player offers basic virtualization features. In particular, it has a user-friendly interface and is ideal for beginners. Ultimately, evaluate your needs to determine whether Pro or Player is right for you. What you should remember is that the Pro version is free, whereas the paid Player version is free.

Installing Old Versions

Mint & VM Version
Mint & VM VersionYouTube VideoSlide
18 / 14 ProWatchView
19/ 14 ProWatch
19.1/ 15 ProWatchView
19.2/ 15 ProWatch
20.3 / 16 ProWatchView
21 / 16 ProWatchView
21 / 17 Pro (NEW)Watch

Conclusion

In conclusion, I would like to summarize that installing Linux Mint 21 on a virtual machine with VMware Workstation 17 Pro is quite effective. Additionally, this process provides a seamless way to experience stability and user-friendliness. What’s more, you can create a virtual environment according to your specific needs by following our step-by-step guide.

However, you can also adjust advanced settings on virtual systems. Whether you’re a home user or a professional, you can explore virtualization with Linux Mint and VMware. In short, it opens up new possibilities for your computing journey.

3 Comments

Add a Comment

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