

If you want to download the latest version or if you are using Windows or macOS, then you can download it from the VirtualBox website. However, it is possible that the version in the repositories is a bit out of date. You should be able to find it in your Software Center. So, it is available in most of the official repositories of the most used Linux distributions. VirtualBox is a very popular application in Linux. SUBSCRIBE for more Linux Videos Install VirtualBox on your system VirtualBox is very intuitive to use but some tips are required to make an installed system fully functional. Thanks to VirtualBox we can install several operating systems, including Windows 10, in our main Linux system. VirtualBox is an application developed and maintained by Oracle that allows you to install operating systems in a virtual environment inside other operating systems. Fix the screen resolution for Windows 10 in VirtualBox.Configuring VirtualBox for Windows 10 installation.Create a Virtual Machine for Windows 10.In this post, you will learn how to install Windows 10 in VirtualBox and make this Windows system completely functional including full-screen mode, shared clipboard, shared folder and other handy features that help integrate Virtual environment and your main system.

The simplest and reliable way to do that is to use Windows in a virtual machine inside Linux. VBoxManage storageattach "Windows" -storagectl "IDE Controller" -port 0 -device 1 -type dvddrive -medium "/root/VirtualBox VMs/Windows10_1803.Some Linux users face a problem of the need to run Windows-specific utilities in Linux. VBoxManage storageattach "Windows" -storagectl "IDE Controller" -port 0 -device 0 -type hdd -medium "/root/VirtualBox VMs/Windows/Windows.vdi" VBoxManage storagectl "Windows" -name "IDE Controller" -add ide -controller PIIX4

VBoxManage createhd -filename "/root/VirtualBox VMs/Windows/Windows.vdi" -size 20000 VBoxManage modifyvm "Windows" -memory 3072 -acpi on -boot1 dvd -nic1 bridged -bridgeadapter1 enp11s0 $ VBoxManage controlvm "Windows" poweroffĬreate and config virtual machine: VBoxManage createvm -name "Windows" -ostype Windows10_64 -register Power management: $ VBoxHeadless -startvm "Windows" $ sudo apt-get install linux-headers-$(uname -r) build-essential virtualbox-5.1 dkms Installation $ sudo nano /etc/apt/sources.list
