Operations 7 min read

Step‑by‑Step Guide to Installing a Linux VM with VMware

This guide walks Linux engineers through installing a VMware or VirtualBox virtual machine on a Windows PC, downloading the Ubuntu 18.04 64‑bit ISO, configuring hardware resources such as CPU, memory and disk, and completing the Ubuntu installation step by step, with screenshots for each stage.

Liangxu Linux
Liangxu Linux
Liangxu Linux
Step‑by‑Step Guide to Installing a Linux VM with VMware

Introduction

Linux engineers often need a Linux environment for operations, application development, or driver work. Replacing the host OS with Linux can be inconvenient, and buying a separate machine is costly. A practical compromise is to run a Linux virtual machine (VM) on the existing computer.

Choosing and Installing the Virtual Machine Software

The two common VM platforms are VMware and VirtualBox . Both work similarly, but VMware offers a richer feature set, so many prefer it. Download the latest VMware installer (e.g., version 14.1.1) from the official VMware website, a reputable software center, or a trusted public account that provides the link.

Run the installer and follow the prompts to complete the installation.

Downloading the Ubuntu ISO Image

After installing the VM, obtain an Ubuntu 18.04 64‑bit ISO. Ubuntu is recommended for beginners because it bundles most required libraries. Download the ISO from the official Ubuntu site, a software center, or the same trusted public account.

Save the ISO to an easily accessible location (e.g., the desktop).

Configuring VM Hardware Settings

Before creating the virtual machine, decide on hardware allocation:

Memory: 2 GB (options: 1 GB, 2 GB, 4 GB, 8 GB; avoid non‑standard sizes like 3 GB).

CPU: 2 cores (adjustable later if needed).

Disk: 20 GB dynamic disk (increase to 40 GB if required; the disk expands as data is written).

Proceed through the VMware wizard, selecting defaults for most options, and name the VM (e.g., Ubuntu_LX) and its storage location.

Installing Ubuntu on the VM

After the VM hardware is set, start the VM and attach the Ubuntu ISO:

Click the “Edit virtual machine settings” icon.

In the hardware list, choose CD/DVD (SATA) , select “Use ISO image file”, and browse to the saved Ubuntu ISO.

Confirm and power on the VM.

The Ubuntu installer will launch. Recommended choices:

Language: English.

Keyboard layout: English (US).

Installation type: default (erase disk and install Ubuntu).

Continue through the installer screens, providing basic personal information when prompted.

The installation typically takes about 20 minutes. After completion, select “Restart now” to reboot the VM. The Linux system is now ready for use.

Next Steps

The next article will cover basic VM configuration to make the environment suitable for development work.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Linuxvirtual machineTutorialVMwareUbuntuVirtualBox
Liangxu Linux
Written by

Liangxu Linux

Liangxu, a self‑taught IT professional now working as a Linux development engineer at a Fortune 500 multinational, shares extensive Linux knowledge—fundamentals, applications, tools, plus Git, databases, Raspberry Pi, etc. (Reply “Linux” to receive essential resources.)

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.