Return to site

Linux Ubuntu 64 Bit Virtualbox

broken image


Ubuntu is a full-featured Linux operating system which is based on Debian distribution and freely available with both community and professional support, it comes with Unity as its default desktop environment. There are other flavors of Ubuntu available with other desktops as default like Ubuntu Gnome, Lubuntu, Xubuntu, and so on. A tightly-integrated selection of excellent applications is. Basically, you install and use Linux like any regular Windows application. When you just want to try Linux for limited use, virtual machines provide the most comfortable option. In this tutorial, I'll show you how to install Linux inside Windows using VirtualBox. Installing Linux inside Windows using VirtualBox.

Ubuntu 19.04 Disco Dingo (Desktop & server) is the latest update of the Ubuntu operating system which named as 'Disco Dingo'. It is one of the major updates released by the Canonical overhauled with Linux Kernel 5. Right now, Ubuntu 19.04 is in beta stage, however, the stable one would be available to download in April 2019.

Before delving into the process of Ubuntu 19.04 downloading and installation, here are some of its new features:

Blender v2 79b. New features in Ubuntu 19.04

  • Linux Kernel 5.0
  • Support for AMD Radeon RX Vega M graphics processor and Qualcomm Snapdragon 845
  • Raspberry Pi 3B and the 3B+ support
  • Lots of USB 3.2 and Type-C improvements
  • Intel Cannonlake graphics
  • Power-savings improvements
  • P-State driver support for Skylake X servers
  • POWER memory protection keys support
  • KVM support for AMD Secure Encrypted Virtualization
  • Enablement of Shared Memory Communications remote and direct (SMC-R/D)
  • Open for Business (OFB)
  • Zcrypt on IBM Z
  • Refreshed tools with upstream releases such as glibc 2.29, OpenJDK 11, boost 1.67, rustc 1.31, and updated GCC 8.3, python 3.7.2 as default, ruby 2.5.3, php 7.2.15, perl 5.28.1, and golang 1.10.4.
  • And lots of other major and minor improvements and fixation.

To know more about the novel Ubuntu 19.04 release, visit the Ubuntu ReleaseNotes page.

Trivia: The Process of downloading & installation on VirtualBox of the Ubuntu 19.04 beta will be the same for the upcoming Ubuntu 19 stable versions.

Download and install Ubuntu 19.04 'Disco Dingo' on VirtualBox

Download and install Ubuntu 19.04 'Disco Dingo' on VirtualBox

  1. First of all, we need to visit the Ubuntu releases page.
  2. Here is the link (http://releases.ubuntu.com/19.04/) to download the Ubuntu 19.04 ISO images for desktop and server.
  3. Once you on the Ubuntu distribution download page you will find two Ubuntu 19.04 ISO images to download one is Desktop image and other Server install image. Select the one which you want to try.
  4. If you have a computer running on AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2). Then Simply select the Image '64-bit PC (AMD64) desktop image or server install image'.
  5. As you select the image it will pop-up and start and downloading on your system. However, other options such as torrent download also available on the same page.

Installation of the Ubuntu 19.04 ISO image on VirtualBox.

Step 1: Open VirtualBox

If you don't have the VirtualBox installed on your system then go to the website Virtualbox.org and download it.

Run the Virtual box and click on the NEW button given on the menu.

Create Virtual Machine window will pop-up, where we have to enter the name of the operating system then select the type of OS: Linux and Version: Ubuntu (64-bit).

Now click on the NEXT button to move forward.

Step 2: Assign RAM to Ubuntu 19.04 Virtual machine

At this step, we will assign Virtual memory or RAM to our Ubuntu 19.04 operating system. We are assigning 4GB for optimal operations and to execute all the tasks smoothly on the OS. You can assign less or more as per the availability on your physical operating system. Once you assigned the memory, click on NEXT button.

Step 3: Create Virtual Hard disk

To install Ubuntu 19.04 on VirtualBox, we need some storage space for that, add a virtual hard disk.

Select 'Create a Virtual Hard disk Now' option and click on the Next button.

Choose any of the hard disk file types, if you don't have any idea about this, leave this option as default and simply click Next button to move further.

Select the 'Dynamically allocated' hard disk which will only use the space on the physical drive by the virtual hard drive as it grows up.

Assign the amount of storage you would like to give your Ubuntu 19.04 operating system. The recommended one is 10GB at least for proper functions. However, we are assigning 30 GB because we have to test and install some software on Ubuntu.

Click on Create button.

Step 4: Add Ubuntu 19.04 ISO file to VirtualBox

After following all above-given steps we have successfully created an Ubuntu 19 Virtual machine. Now the next step is to assign the ISO file of Ubuntu 19.04 beta version downloaded at the beginning of this article. For this:

  • Select the Ubuntu 19 created VM from the left panel of the VirtualBox.
  • Click on the Settings button given on the Menu.
  • Under settings select the Storage option.
  • Click on Empty CD icon available under Storage Devices section (on right side panel).

Now from the Attributes section click on the CD icon and select 'Choose Virtual Optical Disk File'.

This will open the file explorer from where select the downloaded Ubuntu 19.04 ISO file. And finally, click on the OK button to close the VirtualBox Settings.

Step 4: Install Ubuntu 19.04

To begin the installation of the OS, just again select the freshly created Ubuntu VM from the left side of the VirtualBox panel and click on the Start arrow icon given on the Menu of Vbox.

This will start the guided process of the Ubuntu 19 installation, follow the step by step installation wizard.

Once it installed, right click on the CD icon given in the bottom menu of the VirtualBox and click on the Ubuntu 19.04 attached ISO file.

This will pop-up a force unmount notification on the screen, click the force unmount button.

Now go to the top menu->Machine and Select Reset (Host+R). This will restart the virtual machine and you will your newly installed Ubuntu.

Step 5: Login

Press the space bar.

Enter the password which you have created while installing the Ubuntu 19 and click on Unlock.

Here is the newly launched Ubuntu 19 with new icon style and features. Start exploring it.

Linux Ubuntu 64 Bit Virtualbox Free

Other Useful Resources:


What is VirtualBox?

VirtualBox(VB) is a cross-platform hypervisor or virtualization software developed by Oracle Corporation. Basically VB allows user to run guest operating system on another host operating system virtually without need for partitioning of hard drive or running another OS on dual boot which involves risk of crashing the host system.

What VirtualBox actually does is that it creates virtual hard drive and installs guest OS on it. Virtual hard drive is nothing but a big size file stored on the computer hard drive. This file works as a real hard drive for the guest OS.

Running any application software or video game on virtual machines is sometimes not as smooth as running them on an OS installed on full hardware. Everything depends on amount of hardware resource allocated to virtual machine.

Why to use VB?

I know many of us have heard of VirtualBox but always been shy of trying or using it just because we think it is a messy task to setup a Virtual Machine and it might harm our whole computer system. But it is the misconception because setting up virtual machines is an easy task and it won't affect your computer system if you set it up correctly. We will find how to do that in later part of the article.

  • VirtualBox can be very useful for people like me who always like to try and mess with different application software's and operating systems.
  • It can also be a very useful tool for application developers who can test their application on different platforms before releasing it for general public.
  • Software reviewers like me can also use this to try and test software's on different platforms under one single window.
Ubuntu

Installation

First of all head over to downloads page on VirtualBox's official website and download the installation package depending on your operating system. As I am going to install VB on Windows I will select Windows.

Once the downloading is complete run the installation file and follow the steps as the installer guides you through installation process.

You don't need to change anything during installation so just click Next every time it asks for and finish the installation.

Once the installation is complete start the VirtualBox from the desktop or Start Menu and you will see home screen will appear as shown below.

Setting Up VirtualBox for Ubuntu Installation

Now we will see how to setup Virtual Machine for installing Ubuntu on VirtualBox. You can follow these steps to install Windows 10, Mac OS and others too.

Create Virtual Machine

To start, click on the New button on the top of VirtualBox's home screen. Then Create Virtual Machine window will appear where you will have to give Virtual Machine a name like I have given it Ubuntu 18.04, then select type and version of operating system you are going to install.

Virtualbox Linux 64 Bit Missing

I am going to install Ubuntu 18.04 LTS (Long Term Support) edition is which is 64-bit operating system.

RAM Allocation

Download Ubuntu Vm 64 Bit

Click Next, then you will be asked for RAM allocation. Always remember new allocate more than half of your total RAM memory else it will affect your computers performance and in some cases it might crash host system.

I have total 4GB of RAM, so I will allocate 2GB i.e. 2048MB which should be enough to run Ubuntu. Again click Next, then it will ask you to create Virtual Hard Disk.

Set Up Virtual Hard Disk

Now you will need to create Virtual Hard Disk to store VM data. Just select Create a virtual hard disk now option and click on Create button.

On the next screen you will be asked whether to create a dynamically allocated or fixed size hard disk. If you want VM to always perform smoothly then you should select fixed size where you will have to set size of the hard disk but it will consume more disk space for better performance.

With dynamically allocated disk, you'll have to set maximum disk size but file will not consume more than allocated disk space. If you want VM with high performance then you are recommended to select Fixed size and then click Next.

Then you will need to select the size of virtual hard disk. Selecting disk size always depends on how you are going to use VM. If you are going to install lot of applications on Ubuntu for various purposes then you will need to allocate at least 25GB of disk space else you can allocate less space too.

Then finally click on Create and you are ready to install Ubuntu on Virtual Machine.

As shown in above screenshot you can see Ubuntu VM is added on VirtualBox.

Before we start Ubuntu installation we need to tweak some settings to ensure Ubuntu VM performs at its best.

Click on Settings button then following window will appear. Head over to Processor tab under System menu. Here increase Processors value to 2 and click OK.

Now select Motherboard tab where under Boot Order you will notice Floppy set on highest priority. Now unselect Floppy and move Optical to top using Arrow button. Set the priority for Optical and Hard Disk as shown in below screenshot.

Then select Display menu, here under Screen tab you will have to allocate full Video Memory i.e. 128MB. Also mark the checkbox next to Enable 3D Acceleration and Enable 2D Video Acceleration.

Now we will mount .iso file for Ubuntu installation. To do that, go to Storage menu where you will notice Empty disk under Controller: IDE, select Empty.

Besides that from the Optical Drive drop down click on Choose Virtual Optical Disk File and find your Ubuntu installation file.

You can download Ubuntu installation .iso file from here.

Now you can see VBoxGuestAdditions.iso disk is created in place of Empty disk. Finally click OK and you are good to go with Ubuntu installation.

Now we will start with Ubuntu installation. This process is not any different to normal OS installation we do using installation media or bootable pen drive.

Linux Ubuntu 64 Bit Virtualbox Iso

To start, click on the Start button on VirtualBox home screen. This will initiate the first boot of Ubuntu.

Next you will be asked to Try Ubuntu or Install Ubuntu. You just need to click on Install Ubuntu.

Virtualbox For Ubuntu 64 Bit

On next screen you need to select your preferred language and head over to next screen which is Updates and Other Software, just select Normal Installation and click on Continue button.

Next select your time zone and on the next screen you will be asked to provide user details. Insert the details and click on Continue.

Now Ubuntu installation will start, wait for installation to complete.

Once the installation is complete you will be asked to restart the computer. Just click on the Restart Now button and VB will do the rest.

That's it Ubuntu is installed successfully on Virtual Machine.

Install Guest Additions

To enable all the features of VirtualBox you need to install the Guest Additions in Ubuntu. Select Devices tab from VirtualBox's window and click on Insert Guest Additions CD image.

Prompt will appear on Ubuntu screen asking you Would you like to run it?

Click Run and enter password to Authenticate. Then Terminal window will open up and it will perform some installation automatically.

When you will see Press Return to close this window… press Enter to finish the setup.

That's it, you are done with all the setup and now you can enjoy Ubuntu inside your Windows.

Thank you for going through our guide to setup VirtualBox. You can always share your views @LinuxHint.





broken image