0% found this document useful (0 votes)
6 views

Linux LAB

This document outlines the steps to install Ubuntu on VirtualBox, starting from downloading the ISO file to configuring the virtual machine settings and completing the installation. It also provides instructions for enabling full-screen mode in Ubuntu after installation by using Guest Additions. The process includes creating a virtual hard disk, selecting installation options, and updating the system for optimal performance.

Uploaded by

amanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Linux LAB

This document outlines the steps to install Ubuntu on VirtualBox, starting from downloading the ISO file to configuring the virtual machine settings and completing the installation. It also provides instructions for enabling full-screen mode in Ubuntu after installation by using Guest Additions. The process includes creating a virtual hard disk, selecting installation options, and updating the system for optimal performance.

Uploaded by

amanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Steps to Install Ubuntu on VirtualBox

Step 1: Before we begin with the installation process, we need to Download ISO for
Ubuntu. For that, all the versions of Ubuntu are available on the Official Site.

Step 2: Open VirtualBox and click on the New button.


Step 3: Give a Name to your Virtual Machine and select the Location for it to install.
Step 4: Assign RAM Size to your Virtual Machine.
Step 5: Create a Virtual Hard Disk for the machine to store files.

Step 6: Select the type of Hard disk. Using VDI type is recommended.

Step 7: Either of the Physical Storage types can be selected. Using a Dynamically
Allocated Disk is by default recommended.
Step 8: Select Disk Size and provide the Destination Folder to install.

Step 9: After the Disk creation is done, boot the Virtual Machine and begin
installing Ubuntu.
Step 10: If the installation disk is not automatically detected. Browse the file location and
select the ISO file for Ubuntu.

Step 11: Proceed with the installation file and wait for further options.
Step 12: Click on the Install Ubuntu option, this might look different for other Ubuntu
versions.
Step 13: Select Keyboard Layout, if the defaults are compatible, just click on
the Continue button and proceed.

Step 14: 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.
Step 15: Click on the Install Now button and carry on with the installation. Do not get
worried about the Erase disk option, it will only be effective inside the virtual machine, and
other system files outside the VirtualBox remain intact.

Step 16: Click on the Continue button, and proceed with writing changes on the disk.

Step 17: Select your Location to set the Time Zone.


Step 18: Choose a Name for your computer and set a Password to secure login info.

Step 19: Wait for the installation process to complete.


Step 20: Once the installation process is over, reboot your Virtual Machine.
Step 21: Voila!! You’re finished with the installation process. Now you can use Ubuntu
along with Windows, without creating a dual boot.

Steps to Make Full Screen of Ubuntu OS on VirtualBox


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.

Step 1: To overcome this and make Ubuntu fullscreen in Virtual Box, click on Devices then
on Insert Guest Additions CD Image.
Step 2: Now you will be able to see a Disk icon on the Taskbar, click on that and it will
open the disk

Step 3: Write right-click inside the folder select Open in the Terminal, and run the
following commands. It will ask for the user’s password, enter the password, and wait till
completion.
sudo apt update
sudo apt upgrade
Step 4: After updating, run the command
./autorun.sh

Step 5: Now it will ask for the password and after checking the password a new tab will
open inside the terminal. Enter Yes there.
Step 6: After installation restart Ubuntu and now you can use Ubuntu in Full-Screen Mode.

You might also like