1. Download the VDI of the VirtualBox installed Ubuntu
: http://www.osboxes.org/ubuntu/
Ubuntu 16.04 xenial VirtualBox (VDI) 64bit Download size:1.0gb, MD5: 52e08e7a0ce228fa40ca4a47c69bbaf3
2. Create a new VirtualBox virtual machine
Set the virtual machine name, system type, and Linux release version, and then next
3. Set the memory of the virtual machine
The general 2G is enough, and then the next step.
4. Set virtual hard disks for virtual machines
Select the existing virtual hard disk file, select the VDI file we downloaded for VirtualBox, and then next.
5 Setting up a network for a virtual machine
The bridge mode is generally selected so that the virtual machine can have the IP address of the same network segment as the current physical machine.
6 Starting the virtual machine
If you are using VDI downloaded by osboxes, the default user name and password are osboxes.org.
7. Installation Enhancements
Only enhanced features are installed to enable the resolution modification of virtual machines, full-screen, bi-directional copy paste and other advanced features.
If a build error occurs during installation, you will need to install the following Linux kernel source code and header files.
sudo apt-get updatesudo apt-get install linux-generic
8. Set up two-way copy and paste of physical machine and virtual machine
9 Set the physical machine's file share to the virtual machine,
For example, following the settings below, you can access sudo ls/media/sf_myshare in Linux, noting that shared files require root access to read and write.
10 Common shortcut keys
Right CTRL is used to switch the mouse between the physical machine and the virtual machine, and if the current mouse is in the virtual machine, you need to press right CTRL to switch the mouse to the physical machine.
Right CTRL is also a combination of all virtualbox, such as the right ctrl+f to implement full screen and exit full screen of the virtual machine, right ctrl+l to achieve seamless mode, in seamless mode, the virtual machine will be hidden, the virtual machine program looks like a physical machine program is running.
For example, running virtual machine Linux in seamless mode terninal is as follows:
Finish!
VirtualBox installing Ubuntu