2.3.1. How to build a Linux Mint virtual machine with Virtual Box

The goal of this tutorial is to teach you how to build a Linux Mint virtual machine with Virtual Box.

Linux Mint is an easy to use variant of Linux that is derived from Ubuntu. The key advantage of Linux over Windows is the availability of numerous precompiled packages that can easily be installed using the Mint’s package manager.

Virtual machines or VMs are virtual computers that run on top of the operating system of your physical computer. Among other things, virtual machines make it easy to run alternative operating systems or versions of operating systems on your computer. For example, virtual machines make it easy to use Linux on top of a Windows PC without having to create a dual boot, allowing you to use Linux and Windows simultaneously.

Virtual Box is a popular program developed by Oracle that can be used to run virtual machines.

2.3.1.1. Instructions

  1. Download and install Virtual Box from https://www.virtualbox.org/wiki/Downloads

  2. Download Mint Linux, Cinammon, 64-bit from https://linuxmint.com/download.php

  3. Run Virtual Box

  4. From the Virtual Box main menu, select “Machine” >> “New” and then follow the on screen instructions

    1. Enter a name, e.g. “Mint Linux”, select Type: “Linux”, and select Version: “Ubuntu (64-bit)”

    2. Set the memory size to 4096 MB

    3. Select the option to create a virtual hard disk

      1. Select the “VDI” format
      2. Select “Dynamically allocated”,
      3. Set the size to 100 GB
      4. Click “create”
  5. Highlight the new virtual machine in Virtual Box, right click on the machine, and select “Settings…”.

  6. In the window that opens

    1. In “General” >> “Advanced”, set “Shared clipboard” to “Bidirectional”
    2. In “System” >> “Processor”, set the number of processor to 50% of the maximum and enable “Enable PAE/NX”
    3. In “Display” >> “Screen”, enable “Enable 3D video acceleration”
  7. Highlight the new virtual machine in Virtual Box, right click on the machine, and select “Start” >> “Normal start”.

  8. In the window that opens

    1. Select the Mint Linux file that you download in step 2
    2. Click “Start”
  9. After the temporary installation OS boots up, double click on the “Install Linux Mint” icon on the desktop

  10. In the window that opens

    1. Select your language
    2. Enable “Install third-party software”
    3. Select “Erase disk and install Linux Mint” and select “Use LVM with the new Linux Mint installation”
    4. Select your location
    5. Select your keyboard layout
    6. Enter a user name, computer name, and password
    7. Allow Linux to complete the installation

2.3.1.2. Additional tutorials

There are many other more detailed tutorials on how to build Linux virtual machines