Ubuntu exploitation system which is free of charge is nowadays one of the most utilized of the GNU/Linux based on the Debian distribution.As for a virtual machine or VM, to do simple technological environmental design capable of reproducing the different elements of a true computer. If you are an Ubuntu user desiring to create a virtual machine, then this article should be of help to you. You guessed right, to create a virtual machine on Ubuntu, there are a set of soft wares you can use.
Throughout this article, we shall amongst others; analyze the different tools to create a virtual machine under Ubuntu, by trying to be as explicit as possible and insisting on the simplest.
Norton Secure VPN 2023 for up to 5 Devices | |
19,99 $ |
NB. This order varies. Presently as I am writing this article, all commands executed here are done on “Ubuntu 20.04”.We will lay more emphasis on Gnome Boxes, Oracle VM Virtual Player, VMware Workstation Player .
Pre-requisites
1scpu I Virtualisation |
Before making use of any software below, make sure your computer takes care of the virtualization; to do this; click on the command terminal:
If the virtualization is taken charge of, you see a message like
Virtualization: VT-x |
Then ensure that your computer verifies your settings:
It is possible that your computer does not respect these configurations and that the creation of a virtual machine might be possible. All the same, virtual machine performances might be lessened.
Not surprising that this software is topping the list. It is a perfect all round tool to create virtual machines: of course with an intuitive user interface and the possibility to charge an OS image direct from a URL, the software simplifies and optimizes the virtualization procedure and is therefore very easy to use. In addition to that, it has a strong interface of the command line which serves sophisticated virtual machine users; it can even capable of detecting and exploitation system and attributing it an appropriate RAM and storage space while making it possible for users to create replicas of their machines by cloning in time record.
To create a virtual machine with Gnomes Boxes, open Ubuntu app software, and in the research tab, enter “ Gnomes box’’ the software will display, follow the following steps:
The images below might be more explicit:
Virtual Box is free software, published for the first time in 2007, could be installed on Windows as well as Linux system, and Ubuntu in particular. Its advanced portability feature and execution of numerous windows of virtual machine, its retro compatibility with previous versions of Windows makes its second position merited.
To create a virtual machine on Ubuntu using Virtual Box, follow the steps below;
sudo apt updatesudo apt install virtualbox |
1
Or simply go to the website on ORACLE VM Virtual Box as below;
2
Your virtual machine should normally be created at this point of course if you have followed the steps keenly
VMware is one of the most famous virtualization software, considered as a reference for all virtual machines. It can execute GPU apps with care thanks to the DirectX10 and OpenGL 3.3 taking charge and using the sophisticated network take charge to create and manage complex virtual networks; the software suggests two versions the limited (free) and Pro.
To create a virtual machine on Ubuntu using VMware, follow the following steps:
“sudo apt install gcc build – essential – y”
“Cd~/Downloads”; to move in the download system
“chmod+x VMware-Player*’”: to make the file executable
“sudo ./VMware *” to start the software installation
Follow the installation steps by agreeing to terms and conditions of installation and by choosing the license type (free or payable)
NB:
During software installation, user’s preferences are stored in the memory by VMware.
Meanwhile, if you try to launch your virtual machine, error message will be displayed ‘’VMware Player need to store user preferences and other information in the directory’’ ~/.VMware”.”
To remedy, in the system click;
« Sudo chown-$USERS~/.VMware » |
You can then launch your virtual machine.
See also:
The Windows 11 update error can occur for several reasons, such as corrupted files, connectivity issues, or conflicts with third-party…
The "You don’t currently have permission to access this folder" error often appears when you try to access a folder…
When developing Flutter applications, it's common to encounter errors related to SDK version compatibility. One of these common errors is…
During the installation of Windows, you may encounter an error indicating that the selected disk is not compatible with the…
The error "Windows could not start the Windows Update service on the local computer" occurs when the operating system fails…
The Windows Update Service is essential for keeping your system up to date with the latest security and performance improvements.…