Ubuntu 18.04 Bionic Installation Guide
This guide walks you through installing Ubuntu 18.04 (Bionic Beaver) in VirtualBox 5.2 or later.Prerequisites
System Requirements
- VirtualBox 5.2 or later
- 64-bit processor with virtualization extensions enabled in BIOS
- Minimum 2 GB RAM available for the VM
- At least 25 GB free disk space
- Ubuntu 18.04 ISO image (download here)
Creating the Virtual Machine
Download Ubuntu ISO
Download the Ubuntu 18.04 LTS Desktop 64-bit ISO from the official Ubuntu releases page.
If you’re in the classroom, ISOs are available at
http://172.29.0.254/Create New Virtual Machine
- Open VirtualBox and click New
- Set the following:
- Name: Ubuntu-Bionic or any descriptive name
- Type: Linux
- Version: Ubuntu (64-bit)
Allocate Memory
Assign at least 2048 MB (2 GB) of RAM. If running multiple VMs simultaneously, consider the total available RAM on your host system.
Create Virtual Hard Disk
- Select Create a virtual hard disk now
- Choose VDI (VirtualBox Disk Image)
- Select Dynamically allocated for better space efficiency
- Set disk size to at least 25 GB
Dynamic vs Fixed Size Disks
Dynamic vs Fixed Size Disks
Dynamically allocated: The disk file grows as you add data, up to the maximum size. Better for saving space.Fixed size: The entire disk space is allocated immediately. Better performance for disk-intensive operations like RAID.
Configure Network
- Right-click the VM and select Settings
- Go to Network → Adapter 1
- Enable the adapter and set to NAT
Alternatively, you can use Bridged Adapter connected to your Ethernet interface for direct network access.
Installing Ubuntu
Start the VM and Boot
Start the virtual machine. You’ll see the VirtualBox logo followed by a purple/brown Ubuntu boot screen.
Press any key during the boot screen to change language or access boot options. Otherwise, it boots automatically in English after a few seconds.
Choose Installation Type
- Select Normal installation for a full desktop environment
- Uncheck all options under “Other options”:
- Don’t download updates during installation (faster, can update later)
- Third-party software can be installed later if needed
Partition the Disk
Select Erase disk and install Ubuntu since this is a new virtual disk.Confirm the changes when prompted.
Create User Account
Configure the installation user:
- Your name: Full name with capitals (e.g., Pedro García García)
- Computer name: Machine hostname (e.g., pc02, ubuntu-desktop)
- Username: Login identifier (e.g., adminiso, usuario)
- Password: Suggested password:
admin1s0 - Select Require my password to log in
This user will have sudo and adm privileges, making them the local administrator.
Complete Installation
Wait for the installation to complete. Ubuntu will show a carousel of included applications during this process.When finished, you’ll see: “Remove the installation medium, then press Enter”
This message may not appear if the display isn’t detected properly. Just press Enter to reboot.
First Boot Configuration
Welcome Tutorial
A welcome wizard will appear on first login. You can skip this tutorial or go through it to familiarize yourself with the Ubuntu desktop.
Skip Livepatch
When prompted about Ubuntu Livepatch, select Skip for now. This can be configured later if needed.
Error Reporting
Choose whether to send error reports and system statistics to Ubuntu. This helps developers but is optional.
Next Steps
Your Ubuntu 18.04 system is now ready! You can:- Install additional software from the Ubuntu Software Center
- Configure additional users
- Set up shared folders with VirtualBox
- Install VirtualBox Guest Additions for better integration
For classroom environments, the default administrator password is
admin1s0.