title: Install Ubuntu 16.04 on VirtualBox tags:
- Virtualbox
- Ubuntu
- Linux
Ubuntu 16.04 LTS is released on 21st April 2016, let's try it in Oracle VM VirtualBox Manager. Please note that this article is just as a tutorial for newbies.
For quick installation, all options are left as default.
Download address: http://www.ubuntu.com/download.
Please download 32bit version if your machine is 32 bit, or you're not sure if your machine support 64bit virtualization.
- Click
New
tool button in Virtualbox - Enter
Name
inName and operating system
dialog ofCreate Virtual Machine
, selectLinux
inType
dropdown list, andUbuntu (32-bit)
orUbuntu (64bit)
inVersion
. If you includeubuntu
in theName
,Type
andVersion
will be auto selected as above selection. Then clickNext
. - Click
Next
inMemory size
dialog if you want the recommended memory size. Or change the size and then continue. - Click
Create
inHard Disk
dialog - Click
Next
inHard disk file type
dialog to use default VDI. - Click
Next
in followed dialog. - Click
Create
inFile location and size
dialog. Change location and size if you want before click the button.
Now, you will have a new virtual machine in your Virtualbox list with your entered name.
- Select the new virtual machine, click
Settings
and there will be Settings dialog. - Choose
Storage
on the left of theSettings
dialog, then SelectEmpty
underController: IDE
on the midddle side. - Click the disk image button on the right, select
Choose Virtual Optical Disk File
, then locate your downloaded installation image. - Finally click
OK
to closeSettings
dialog.
- Select the new virtual machine if it is not selected, then click
Start
button on the bool bar. - There will be
Install
window, it lists languages on left, and optionsTry Ubuntu
andInstall Ubuntu
on right, let's select the later option. - Click
Continue
in followingPreparing to install Ubuntu
window. - Leave all options as default and click
Install Now
button inInstallation type
window. Please select the last optionSomething else
if you are not install in VirtualBox, or it will erase your whole disk and install Ubuntu, you will lose all existing data on your disk, unless you want to do this. Continue
inWrite the changes to disks
dialog, it will make 2 partitions, one for /, another for swap. There is no need to change it since it is just a virtual machine.- Select
Where are you
on the map, one click on the map will reach this, thenContinue
orNext
whatever you see. Oh, don't forget enter required information. - After installation done, it will ask you to restart. Before restart, do
Load installation image
again, but chooseRemove Disk from Virtual Drive
instead ofChoose Virtual Optical Disk File
, then restart.
Virtualbox additional tools will improve performance of your virtual machine, after started your virtual Ubuntu, do as following:
- Click
Insert Guest Additions CD image
in menuDevices
, thenRun
in the virtual Ubuntu popup dialog. - It will install automatically after enter your password for your account.
The virtual Ubuntu may cannot be full screen, when you're using a laptop with solution as 1366768, the screen solution may be only 1024768, to make it full screen, execute following command in your virtual Ubuntu.
sudo apt-get install virtualbox-guest-utils virtualbox-guest-x11 virtualbox-guest-dkms