Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

How to install Ubuntu on VirtualBox?

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

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.com
Ubuntu-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 the Windows, without creating a dual boot.
Ubuntu-VirtualBox-Installation-201

My Personal Notes arrow_drop_up
Last Updated : 06 Oct, 2021
Like Article
Save Article
Similar Reads