The latest Virtualbox 4.3.4 was released recently. Now it works with Linux Kernel 3.13. This tutorial shows you what’s new and how to install or upgrade to Virtualbox 4.3.4 in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Linux Mint.
What’s New in Virtualbox 4.3.4:
VMM: fix for a bug in the Local APIC emulation causing a BSOD when booting certain guests (4.3.0 regression;)
VMM: fixed loading of saved states if VT-x/AMD-V was disabled (4.3.2 regression;)
VMM: fixed single-stepping inside the guest for certain instructions (VT-x only;)
VMM: fixed a performance issue involving APIC accesses after rebooting a VM (4.3.0 regression; VT-x only;)
VMM: fixed TPR patching to be enabled for 32-bit guests even when the chosen guest type is 64-bit (4.3.0 regression; AMD-V only)
VMM: fixed occasional VINF_EM_TRIPLE_FAULT errors on hosts without the unrestricted guest execution feature
GUI: don’t bother the user with the BPP warning if no Guest Additions are installed
GUI: fixed machine-window paint artifacts on VM reboot / guest-screen resize
GUI: make sure the assigned license and description are attached to the exported appliance
GUI: fixed bugs in close VM action restrictions handling
GUI: fixed incorrect wizards text colors for some unusual look and feel styles
GUI: should restore seamless mode as soon as possible after VM reboot or shutdown
GUI: fixes for medium enumeration
GUI: the OS X hot corners were not accessible while a VirtualBox VM is running (Mac OS X hosts only;)
GUI: fixed an old bug which bared the host from cleanly shutdown / reboot if the VM selector window is open (Mac OS X hosts only;)
Host-only Networking: fixed creating of host-only network interfaces (4.3.0 regression;)
NAT: don’t run into an infinite loop in case the host cannot access any DNS server (4.3.0 regression;)
NAT: don’t re-connect the cable if the DNS information changes and the cable was disconnected before (4.3.0 regression;)
NAT: fixed several issues with automatically starting / terminating of NAT networks on VM start / stop and configuration changes
VBoxNetDHCP: don’t block prevent VBoxSVC from terminating
2D Video acceleration: fix crashes on presentation mode switches
BusLogic: allow to run VMs with more than one BusLogic SCSI controller enabled
Keyboard: fixed a VM crash if a VM was resumed from a saved state where at least one key was pressed
VBoxSVC: fixed a heap corruption under certain conditions (4.3.0 regression)
VBoxSVC: fixed a race leading to a hang during initialization
OVF: fixed import logic for OVF appliances containing multiple VMs
OVF: improved logic for finding an appropriate image format during OVF import
API: block the removal of the current snapshot if it has child snapshots (only relevant for VMs without snapshottable hard disks, their presence always prevented removal), which resulted in VM configuration corruption
API: mark VM configurations with snapshots but without current snapshot as inaccessible, as this combination is nonsense
API: fixed information for some automatically generated events (only with XPCOM, Windows host was not affected), which caused errors when getting some of the attributes over the webservice
SDK: extended the functionality coverage for the C bindings
Guest Control: various bug fixes and improved VBoxManage help
Windows hosts: another attempt to fix the massive DPC latency
Mac OS X hosts: properly sign the kernel extensions for Mavericks hosts
Mac OS X hosts: fixed a bug where the VirtualBox dock icon was not properly removed from the dock after a VM terminated preventing Mavericks hosts from shutting down
Mac OS X hosts: fixed minor installer issue
Linux hosts / guests: Linux 3.13 compile fixes
Linux guests: build the vboxvideo kernel module correctly on OL/RHEL 6.1 guests
Linux guests: make 3D work on Slackware 14.1
Guest Additions/3D: fixed an occasional dead-lock
Windows Additions/3D: fixed possible memory leaking
Windows Additions/XPDM: use separate tables containing valid video modes for each virtual monitor
Windows Additions: fixed automatic logins for Vista and newer Windows guests
Download & Install Virtualbox 4.3.4:
You can either download the DEB from Linux download page, or install it from official repository:
(Hate Linux commands? Well, go to this page for graphical way)
1. Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below to add VBox repository:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list'
2. Get the key:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
3. Update & install:
sudo apt-get update; sudo apt-get install virtualbox-4.3
Enable this blog? Please spread the world :)