Sunday 4 February 2018

Run Ubuntu Within Windows Using VirtualBox

LPI Tutorials and Materials, LPI Certifications, LPI Guides, LPI Learning

Windows users looking to use Linux for the first time will find it beneficial to try it out in a virtual machine. There is plenty of great virtual machine software available on the market.

The pros for installing Linux in a virtual machine include:

◈ The ability to try a version of Linux without affecting the Windows host machine
◈ The virtual Linux operating system will perform the same way as it would when installed to the physical hard drive
◈ Software installed into the virtual machine remains intact and can be used even after a reboot.
◈ The virtual machines can be backed up and restored easily so if you mess up it isn't so much of an issue

For this guide, I have chosen Ubuntu as it is one of the most popular and easy to use Linux distributions. 

Install Oracle Virtual Box


LPI Tutorials and Materials, LPI Certifications, LPI Guides, LPI Learning

In order to follow this guide, you will need to download Ubuntu (either 32-bit or 64-bit depending on your machine)  and Virtualbox.

NOTE: If you are using Windows 10 you would be better off following this guide to running Ubuntu within Windows 10.

Install VirtualBox

Navigate to the downloads folder on your computer and double click the VirtualBox installer.

1. The first screen is a welcome screen. Click Next to move on.
2. You will be asked which components you wish to install. I recommend leaving the default options selected.
3. Click Next to go to the Custom Setup screen.
4. Choose which folder you want VirtualBox to appear in using the Windows menu structure.
5. Click Next.
6. At this point you can choose whether to create a desktop shortcut or not.
7. Click Next and you are taken to the Network Warning screen.
8. You are now ready to install Oracle VirtualBox. Click Install to start the installation.
9. During the installation, you may be asked for permission to install the application and your antivirus and firewall software may request permission to install VirtualBox. Be sure to allow those permissions.

Start VirtualBox

Leave the Start Oracle VM VirtualBox after Installation option checked to run Oracle Virtualbox when the installation is complete.

Click Finish to complete the installation.

If you left all the default options checked during installation you will also be able to run VirtualBox by clicking the desktop icon.

Oracle VirtualBox works on all versions of Microsoft Windows from Windows XP upwards including Windows 8.

Create A Virtual Machine


LPI Tutorials and Materials, LPI Certifications, LPI Guides, LPI Learning

Oracle VirtualBox has a lot of options and it is worth exploring all of these and reading the help guide but for the sake of this tutorial click the New icon on the toolbar.

The first thing you need to do is define the type of virtual machine you wish to create.

1. Enter a descriptive name into the Name box.
2. Select Linux as the Type.
3. Choose Ubuntu as the Version.
4. Click Next to continue.

Note: Make sure you choose the correct version. You must choose 32-bit if your host computer is a 32-bit machine. If you are using a 64-bit machine you can choose either 32-bit or 64-bit but obviously 64-bit is recommended

Allocate Memory To The Virtual Machine

The next screen asks you to set how much memory you wish to give over to the virtual machine.

You should not go below the minimum specified and you should also make sure you leave enough memory for the host operating system (Windows) to keep running.

512 megabytes will run sluggishly and if you have enough memory I recommend increasing the bar to 2048 megabytes.

Create A Virtual Hard Drive

The next three steps are all about allocating disk space to the virtual machine.

If you want to run Ubuntu as a live image then you do not need to create a hard drive at all but for installing Ubuntu you will need to.

1. Select Create a virtual hard drive now.
2. Click "Create"
3. You will be asked to select the type of hard drive to create. The default VDI file type is the one native to VirtualBox, so select VDI.
4. Click Next.
When deciding on the way the hard drive is created you can choose to opt for a fixed size hard drive or a dynamically sized hard drive.

It is important to note at this point that no partitioning occurs on your actual hard drive. All that happens is that a file is created on your computer which acts as the hard drive.

A fixed sized disk creates the hard drive to be the maximum size you define straight away whereas a dynamically sized disk adds space to the file as it is required up to the maximum size that you specify.

A fixed sized disk performs better because as you install software within the virtual machine it doesn't have to increase the file size on the fly. If you have enough disk space then I recommend this option.

1. Select your desired hard drive type.
2. Click Next.
3. After specifying the hard drive type and the way the disk is allocated you are asked to specify how much disk space you are going to give over to the Ubuntu Virtual Machine.Do not go below the minimum set and create enough disk space to make it worthwhile. I recommend at least 15 gigabytes.
4. Choose where you wish to save the virtual machine.
5. Specify the disk size.
6. Click Create.

Start The Virtual Machine

The Virtual Machine has now been created and you can start it by pressing the Start button on the toolbar.

The first boot requires you to select a start up disk.

◈ Click the folder icon.
◈ Navigate to the downloads folder and select Ubuntu ISO.
◈ Click Start.

Install Ubuntu Within VirtualBox


LPI Tutorials and Materials, LPI Certifications, LPI Guides, LPI Learning

Ubuntu will now boot into a live version of the operating system and a welcome message appears.

You will be asked to select your language and you will be able to choose whether to Try Ubuntu or Install Ubuntu.

If you decide to try Ubuntu first you can always run the installer by double clicking on the Install icon on the Ubuntu desktop.

Choose Your Installation Language

Now we are into the nitty gritty of installing Ubuntu.

The first step is to choose the installation language.

1. Choose a language.
2. Click Continue.
3. A screen appears showing how prepared you are for installing Ubuntu. If you are using a laptop make sure your computer is either plugged in or has enough battery life. I recommend you connect to a power source especially if you plan on installing updates as you go.
4. There are two checkboxes at the bottom of the screen. Choose whether to install updates as you go.
5. Then choose whether to install 3rd party software.

NOTE: If you have a fast enough internet connection it is worth updating as you go but if you don't I would recommend installing Ubuntu and updating later.

I would also recommend not installing the 3rd party software at this stage. This can be done post installation.

6. Click Continue.

Partitioning A Virtual Hard Drive


LPI Tutorials and Materials, LPI Certifications, LPI Guides, LPI Learning

The Installation Type screen asks you how you wish to partition the hard drive.

When installing on a real hard drive this step causes people anguish. Do not panic though as this will only touch your virtual hard drive and will not affect Windows in any way whatsoever.

1. Select Erase disk and install Ubuntu.
2. Click Install Now.
3. The installation begins and the files are copied to the virtual hard drive.

Choose Your Locations

Whilst this is going on you will be asked to choose your location. This sets the timezone for Ubuntu and makes sure the all important clock shows the right value.

1. Click the map to choose your location.
2. Click Continue.

Choose Your Keyboard Layout

A final couple of steps require you to choose your keyboard layout and create a user.

1. Choose the language for your keyboard.
2. Choose the type of keyboard.
3. Click Continue.

Create A User

From the Who are you screen:

◈ Enter your name.
◈ Choose a name for your virtual machine.
◈ Enter a username.
◈ Add a password and repeat the password.
◈ Choose whether you want to log in automatically or require a login.
◈ Choose whether to encrypt the home folder.
◈ Click Continue.

Completing The Installation

The final stage is to wait for the files to finish copying and the installation to complete.

When the process is complete you will be asked to reboot. This, of course, refers to the virtual machine and not your host Windows machine.

You can reboot in a number of ways such as clicking the icon in the top right corner of Ubuntu and choosing to restart or by using the reset option from the VirtualBox menu.

Install Guest Additions


LPI Tutorials and Materials, LPI Certifications, LPI Guides, LPI Learning

Install Guest Additions

You will notice that if you choose to view Ubuntu in full-screen mode that it doesn't necessarily scale correctly.

To get the best experience possible you will need to install Guest Additions.

This is a simple process: 

1. Just select Devices.
2. Then choose Install Guest Additions from the menu while running the virtual machine.
3. A terminal window will open and commands will run. When it has completed you will need to restart the virtual machine again.

Ubuntu is now good to go.

Related Posts

0 comments:

Post a Comment