Changes

VirtualBox

6,647 bytes added, 18 February
/* Windows 7 64-bit Extremely Slow */
The following lines were added (+) and removed (-):
[[File:virtualbox-logo.png]]Oracle VM VirtualBox is composed of:#    Oracle VM VirtualBox Base Package: the executable that you have to install on your host operating system#    Oracle VM VirtualBox Extension Pack: a binary package that extends the functionality of the VirtualBox base package#    Oracle VM VirtualBox Guest Additions: consist of device drivers and system applications that optimize the guest operating system for better performance and usabilityObtain VirtualBox from your linux distribution's repository.Obtain VirtualBox from the Official Oracle repository (newer version).== Installing Virtualbox ===== Linux: Debian / Ubuntu ===You can install from apt-get or within the software center, however, if you want the latest version you have to get that from Oracle.Oracle Latest Version of Virtualbox* https://www.virtualbox.org/wiki/Linux_DownloadsAdd the following line to your /etc/apt/sources.list: <nowiki>deb http://download.virtualbox.org/virtualbox/debian trusty contrib</nowiki>If you are using trusty-tar this will work, otherwise you need to change the word 'trusty' to match the reference the others are using inside the sources.list file.  Just look around in there and you will see the name that you are supposed to use.The Oracle public key is necessary to match and verify the download for the system.  Type the following: <nowiki>wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -</nowiki>To install VirtualBox, do sudo apt-get update sudo apt-get install virtualbox-5.0Check to make sure that virtualbox-5.0 is still the latest version.  It was at the time of this writing.  You may have to change that package name to match the most current version available today.Update 2024:  On a Linux Mint 21.1 System adding the following to "Software Sources" deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian jammy contribThen doing the keyring dance and apt update it was possible to install a version of virtualbox newer than what is available from the Mint/Ubuntu repositories.  At the time of this writing that is version 7.0.  You have to replace the word "jammy" with the correct for your version of Ubuntu/Mint.If you wish to see what version of virtualbox is installed use 'vboxmanage' vboxmanage -vTo see what extension packs are installed vboxmanage list extpacks=== VirtualBox Extension Pack ===Update 2024:  On a Linux Mint 21.1 System VirtualBox Extension Pack adds some extra features: Oracle Cloud Infrastructure (OCI) integration, VirtualBox Remote Desktop Protocol (VRDP), Host webcam passthrough, Disk and full VM encryption.  Install the VirtualBox Extension Pack’s version to match the version of VirtualBox installed.* [https://download.virtualbox.org/virtualbox/ Versions files and extension packs]For an example since the test machine has VirtualBox version 7.0.14r161095 the file Oracle_VM_VirtualBox_Extension_Pack-7.0.14-161095.vbox-extpack was downloaded as it is an exact match.  vboxmanage is used to install the extension pack... sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-7.0.14-161095.vbox-extpack== Review ==A full review coming soon...VMware virtualization -vs- VirtualBox.  The are clear advantages to VirtualBox including the FOSS license model.VirtualBox [[UEFI]] does support Windows despite some misinformation published online.  Writers like Manali Bhutiyani are erroneous in publishing that there is no support for UEFI.  Support exists where needed and is under development where optional.  Windows 8 and later work via UEFI in the latest VirtualBox 4.3 releases. Windows 32-bit versions have no UEFI support, however, it is not necessary.  Windows 7 64-bit also lacks UEFI support, however, it is also not necessary.  It can be disabled and Windows 7 64-bit will install and work correctly without UEFI on virtualization as the guest.VirtualBox has been proven to run faster than VMware server. A timed experiment of an installation of Windows XP as the guest OS took 20 mins in VirtualBox and 35 mins on VMware server. A similar test on the booting time of the guest OS also shows favor to VirtualBox with a timing of 45 seconds compared to over twice as long on VMware server.  VirtualBox itself as a download is less than a quarter the size of the VMware installer.  Also, VirtualBox has built-in support for remote file sharing.  Networking is possible in a number of configurations to isolated test LANs and host bridging capabilities.To install Guest Additions:  In this example the host computer is Ubuntu Linux and the guest computer is Windows 7.   To install Guest Additions:  In this example the host computer is '''Ubuntu Linux''' and the guest computer is '''Windows 7'''.   rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt <nowiki>rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt</nowiki>wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm <nowiki>wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm</nowiki>rpm -K rpmforge-release-0.5.3-1.el6.rf.*.rpm <nowiki>rpm -K rpmforge-release-0.5.3-1.el6.rf.*.rpm</nowiki>rpm -i rpmforge-release-0.5.3-1.el6.rf.*.rpm <nowiki>rpm -i rpmforge-release-0.5.3-1.el6.rf.*.rpm</nowiki>yum install dkms yum install dkmsmkdir /mnt/cdrom mkdir /mnt/cdrommount /dev/scd0 /mnt/cdrom mount /dev/scd0 /mnt/cdromyum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel=== USB 2.0 Support ===This requires the installation of Oracle VM VirtualBox Extension Pack.  The procedure here has been tested on VirtualBox 4.3.10 on 14.04.1 LTS _Trusty TahrTo see what extension packs you may already have installed type this command: sudo VBoxManage list extpacksTo download goto:* https://www.virtualbox.org/wiki/Download_Old_Builds_4_3Scroll down the page to find the version that matches what you have.  For this example the correct one was found on page 2 under: "VirtualBox 4.3.10 (released Mar 25th 2014)".  Click on "Extension Pack  All Platforms"* Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpackYOU MUST DOWNLOAD THE EXTENSION PACK VERSION THAT MATCHES YOUR VIRTUALBOX INSTALL VERSIONGoto the file and right click, choose to open in VirtualBox.  You will be prompted to install the extension.  After initiating installation you will see an install progress dialog box.  KDESudo will prompt you for your password.  This prompt opens behind the current window and sometimes cannot be seen.  If the install progress indicator is not moving it is probably because you have been prompted to enter the password for sudo, and the dialog is hidden behind the current window.If successful, the dialog will display: The extension pack '''Oracle VM VirtualBox Extension Pack''' was installed successfully.note: if you install the wrong version then you need to remove it before proceeding.  Use the following command to remove any defunct or incorrect version  vboxmanage extpack uninstall "Oracle VM VirtualBox Extension Pack"=== Windows 7 64-bit Extremely Slow ===Windows 7 Home Premium SP1 (64 Bit) runs very slow in virtual box.It was noted in the log several lines indicating AsyncCompletion delays.  This is disk related.  01:12:42.042957 AsyncCompletion: Task 0x007f0767284200 completed after 30 secondsenable the Host I/O Cache in Storage > Controller: SATA. ... RESOLVED PROBLEM.
Bureaucrat, administrator
16,192
edits