Your cart is currently empty!
How to install Ubuntu 18.04.6 LTS (Bionic Beaver) on VirtualBox
Want to run Ubuntu 18.04.6 LTS (Bionic Beaver) on your Windows or macOS machine without dual-booting? VirtualBox makes it easy. This guide walks you through the process—no fluff, just the steps you need.
What You Need
- VirtualBox: Download it here
- Ubuntu 18.04.6 LTS ISO: Get it here
- At least 20 GB free disk space
- At least 2 GB RAM (more is better)
Step 1: Install VirtualBox
- Download VirtualBox for your OS (Windows, macOS, or Linux).
- Run the installer and follow the prompts.
- Launch VirtualBox when done.
Step 2: Download the Ubuntu 18.04.6 ISO
Go to the official Ubuntu releases page and download the desktop ISO file.
Step 3: Create a New Virtual Machine
- In VirtualBox, click New.
- Name your VM (e.g., “Ubuntu 18.04.6”).
- Set Type to “Linux” and Version to “Ubuntu (64-bit)”.
- Click Next.
Step 4: Set Memory Size
- Choose 2048 MB (2 GB) or more.
- Click Next.
Step 5: Create a Virtual Hard Disk
- Select Create a virtual hard disk now.
- Click Create.
- Pick VDI (VirtualBox Disk Image), then click Next.
- Select Dynamically allocated (saves disk space).
- Set the size (at least 20 GB). Click Create.
Tip: Not sure how much disk space you need, or want to resize your virtual machine’s disk later? Check out this guide: How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware.
Step 6: Mount the Ubuntu ISO
- Select your new VM, then click Settings.
- Go to Storage.
- Under Controller: IDE, click the empty disk icon.
- On the right, click the disk icon, then Choose a disk file…
- Select your Ubuntu ISO file.
Step 7: Start the VM and Begin Installation
- Select your VM, then click Start.
- The VM will boot from the ISO. Choose Install Ubuntu.
Step 8: Install Ubuntu
- Follow the on-screen prompts:
- Choose your language.
- Select your keyboard layout.
- Pick “Normal installation”.
- Check “Download updates while installing” (optional).
- Installation type: Select “Erase disk and install Ubuntu” (this erases the virtual hard disk—not your real drive!).
- Set your timezone.
- Enter your name, computer name, username, and password.
Step 9: Let the Installation Finish
- Wait for the process to complete.
- When prompted, click Restart Now.
- If the system asks to remove installation media, just press Enter (VirtualBox auto-ejects the ISO).
Step 10: Install VirtualBox Guest Additions (Optional but Recommended)
- With your VM running, click Devices > Insert Guest Additions CD image…
- Open the terminal in Ubuntu and run:
sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)
- Run the Guest Additions installer:
sudo sh /media/$USER/VBox_GAs_*/VBoxLinuxAdditions.run
- Reboot the VM.
You’re Done!
Now you have Ubuntu 18.04.6 LTS running in VirtualBox. You can experiment, code, or just poke around—all in a safe, virtual sandbox.
Need help? Drop your questions in the comments!
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!