Open In App
Related Articles

How to install Ubuntu on VirtualBox?

Improve Article
Improve
Save Article
Save
Like Article
Like

Virtual Machine

abstracts the hardware of our personal computers such as CPU, disk drives, memory, NIC (Network Interface Card), etc, into many different execution environments as per our requirements, hence giving us a feeling that each execution environment is a single computer. For example, VirtualBox.   We can create a virtual machine for several reasons, all of which are fundamentally related to the ability to share the same basic hardware yet can also support different execution environments, i.e., different operating systems simultaneously. To use Ubuntu along with Windows, one must have VirtualBox installed in their machine. For the installation of VirtualBox, visit

How to install VirtualBox on Windows?

Downloading and Installing Ubuntu

Before, we begin with the installation process, we need to download ISO file for Ubuntu. For that, all the versions of Ubuntu are available on the official site

ubuntu.comUbuntu-Download-Windows

  After the downloading is over, you can install Ubuntu on VirtualBox with the help of following instructions:

Step 1:

Open

VirtualBox

and click on the

New

button.

Ubuntu-VirtualBox-Installation-00

Step 2:

Give a name to your Virtual Machine and select the location for it to install.

Ubuntu-VirtualBox-Installation-011

Step 3:

Assign RAM size to your Virtual Machine.

Ubuntu-VirtualBox-Installation-02

Step 4:

Create a Virtual Hard disk for the machine to store files.

Ubuntu-VirtualBox-Installation-03

Step 5:

Select the type of Hard disk. Using

VDI

type is recommended.

Ubuntu-VirtualBox-Installation-04

Step 6:

Either of the physical storage type can be selected. Using Dynamically allocated disk is by default recommended.

Ubuntu-VirtualBox-Installation-05

Step 7:

Select disk size and provide the destination folder to install.

Ubuntu-VirtualBox-Installation-061

Step 8:

After the Disk creation is done, boot the Virtual Machine and begin installing Ubuntu.

Ubuntu-VirtualBox-Installation-071

Step 9:

If the installation disk is not automatically detected. Browse the file location and select the ISO file for Ubuntu.

Ubuntu-VirtualBox-Installation-081

Step 10:

Proceed with the installation file and wait for further options.

Ubuntu-VirtualBox-Installation-09

Step 11:

Click on the Install Ubuntu option, this might look different for other Ubuntu versions.

Ubuntu-VirtualBox-Installation-101

Step 12:

Select Keyboard layout, if the defaults are compatible, just click on the

continue

button and proceed.

Ubuntu-VirtualBox-Installation-111

Step 13:

Select installation type. By default, it is set to Normal installation, which is recommended, but it can also be changed to Minimal installation if there is no need for all Ubuntu features.

Ubuntu-VirtualBox-Installation-121

Step 14:

Click on the

Install Now

button and carry on with the installation. Do not get worried with the

Erase disk

option, it will only be effective inside the virtual machine, other system files outside the VirtualBox remain intact.

Ubuntu-VirtualBox-Installation-13

Step 15:

Click on the

continue

button, and proceed with writing changes on the disk.

Ubuntu-VirtualBox-Installation-14

Step 16:

Select your location to set the Time Zone.

Ubuntu-VirtualBox-Installation-15

Step 17:

Choose a name for your computer and set a password to secure login info.

Ubuntu-VirtualBox-Installation-16

Step 18:

Wait for the installation process to complete.

Ubuntu-VirtualBox-Installation-181

Step 19:

Once the installation process is over, reboot your Virtual Machine.

Ubuntu-VirtualBox-Installation-191

Step 20:

Voila!! You’re finished with the installation process. Now you can use Ubuntu along with Windows, without creating a dual boot.

Ubuntu-VirtualBox-Installation-201

Note: After installing Ubuntu in Virtual Box, you may find that the Operating System is not suitable for full-screen mode. If you try to make it large by clicking on maximize button, the visual part remains the same and the outside becomes white/black.

Screenshot-2023-07-08-103800

To overcome this and make Ubuntu fullscreen in Virtual Box, click on Devices then on Insert Guest Additions CD image…

Screenshot-2023-07-08-104922

Now you will be able to see a disk icon on the taskbar, click on that and it will open the disk

ss

Write right-click inside the folder and select open in the terminal, and run the following commands

sudo apt update

sudo apt upgrade

It will ask for the user’s password, enter the password and wait till completion.

update

After updating, run the command

./autorun.sh

Screenshot-2023-07-08-115143

Now it will ask for the password and after checking the password a new tab will open inside the terminal.

Enter yes there.

Screenshot-2023-07-08-113127Screenshot--115247

After installation restart Ubuntu and now you can use Ubuntu in full-screen mode.

Screenshot-2023-07-08-135940


Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 25 Sep, 2023
Like Article
Save Article
Similar Reads