Archives For November 30, 1999

Virtualbox

Oracle VirtualBox 5.2.8 was released a day ago. For Linux guests, Kernel 4.15 now is supported and black screen issue when 3D enabled is fixed.

Changes in Virtualbox 5.2.8 include:

  • Added support for FSGSBASE, PCID, INVPCID CPU features for guests
  • fixed EMM386 issue with detecting suitable page frame base
  • Linux: prevent VM window from jumping and auto-resizing to tiny size after resizing it on HiDPI screen
  • Linux: fixed seamless regression caused by wm_class functionality
  • Front end: switched to https downloads
  • Fixed crash while opening New machine wizard
  • Added support for distinguishing recording sources in the PulseAudio mixer on the host when multiple VMs are running
  • Various fixes for the DirectSound backend
  • Added better file seeking support and fixed playback of recorded files with certain players (e.g. Firefox)
  • Various fixes for Windows guest surround setups and HDA emulation
  • Fixed an issue where the serial port parameters in the emulation and host serial port got out of sync
  • Fixed overwriting certain INQUIRY data for the DVD/CD drive attached to a AHCI controller
  • Fixed handling VMDK images created by Amazon EC2 VM export
  • Fixed PXE boot regression in e1000
  • Added a workaround for older guests which do not enable bus mastering for the virtio PCI device
  • 3D: add environment variable to configure presenting 3D content on main thread
  • Windows hosts: fixed indiscriminate binding of NDIS5 bridged driver, that caused PPPOE malfunction
  • Windows guests: fixed incorrect function error when using shared folders in certain applications
  • Linux 4.15 support, fixed black screen when 3D enabled in Linux guests
  • Linux guests: suppress setuid and setgid in shared folders

How to Install Virtualbox 5.2.8 in Ubuntu:

1. If you’re still running with VirtualBox 5.1.x, open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:

sudo apt-get remove virtualbox virtualbox-5.1

2. Download & install the latest Virtualbox package from the link below:

Download VirtualBox for Linux

3. If you’ve added the Oracle VBox repository, you can directly install the 5.2 release from Synaptic Package Manager or via apt command, after removing the old version.

To add the repository, do:

Open terminal (Ctrl+Alt+T) and run command to add the repository:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list'

for Linux Mint 18.x, replace $(lsb_release -sc) with xenial in the code.

Virtualbox Official Linux repository

Setup the keyring so to trust the updates from the repository:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Finally install virtualbox 5.2 via commands:

sudo apt-get update

sudo apt-get install virtualbox-5.2

With the repository added, you can simply install the future 5.2 series updates via Software Updater.

Virtualbox

Oracle Virtualbox reached 5.2.4, the second maintenance release for the 5.2 series with various high resolution display improvements, Gnome shell login issue fixed, and various audio fixes.

Virtualbox 5.2.4 release highlights:

  • Adjusting desktop file for X11 window managers
  • arious high resolution display adjustments
  • Audio: fixed SB16 volume handling
  • various audio fixes
  • fixed a problem where OHCI emulation might sporadically drop data transfers
  • fixed screen corruption when the Linux host screen changes and a virtual machine window is maximized
  • Fixed a hang at the GNOME Shell login screen with 3D enabled

How to Install Virtualbox 5.2.4 in Ubuntu:

1. If you’re still running with VirtualBox 5.1.x, open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:

sudo apt-get remove virtualbox virtualbox-5.1

2. Download & install the latest Virtualbox package from the link below:

Download VirtualBox for Linux

3. If you’ve added the Oracle VBox repository, you can directly install the 5.2 release from Synaptic Package Manager or via apt command, after removing the old version.

To add the repository, do:

Open terminal (Ctrl+Alt+T) and run command to add the repository:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

Depends your Ubuntu edition, replace xenial (for Ubuntu 16.04) with trusty (for 14.04, Mint 17.x, eOS 0.3), or artful (for Ubuntu 17.10).

Virtualbox Official Linux repository

Setup the keyring so to trust the updates from the repository:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Finally install virtualbox 5.2 via commands:

sudo apt-get update

sudo apt-get install virtualbox-5.2

With the repository added, you can simply install the future 5.2 series updates via Software Updater.

Virtualbox

Virtualbox 5.2.2, the first maintenance release for VBox 5.2 series, was released earlier today.

Changes in Virtualbox 5.2.2 include:

  • Various improvements for high resolution screens
  • Added functionality to duplicate optical and floppy images
  • Various improvements for the virtual media manager
  • VMM: fixed emulation so that Plan 9 guests can start once more
  • Storage: fixed regression breaking iSCSI
  • Audio: added HDA support for more exotic guests (e.g. Haiku)
  • Serial: fixed hanging I/O when using named pipes on Windows
  • Serial: fixed broken communication with certain devices on Linux hosts
  • USB/OHCI: improved behavior so that the controller state after a VM reset is closer to the initial state after VM start
  • EFI: fixed HFS+ driver which in rare cases failed to access most files on a volume
  • Shared clipboard: fixed hang with OS X host and Linux guest
  • Linux hosts/guests: fixed kernel module compilation and start failures with Linux kernel 4.14.
  • X11 hosts: better handle WM_CLASS setting
  • Linux guests: fixed various 5.2.0 regressions
  • Bridged networking: fixed duplicate EtherType in VLAN/priority tags on Linux.

How to Install Virtualbox 5.2.2 in Ubuntu:

1. If you’re still running with VirtualBox 5.1.x, open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:

sudo apt-get remove virtualbox virtualbox-5.1

2. Download & install the latest Virtualbox package from the link below:

Download VirtualBox for Linux

3. If you’ve added the Oracle VBox repository, you can directly install the 5.2 release from Synaptic Package Manager or via apt command, after removing the old version.

To add the repository, do:

Open terminal (Ctrl+Alt+T) and run command to add the repository:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

Depends your Ubuntu edition, replace xenial (for Ubuntu 16.04) with trusty (for 14.04, Mint 17.x, eOS 0.3), or artful (for Ubuntu 17.10).

Virtualbox Official Linux repository

Setup the keyring so to trust the updates from the repository:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Finally install virtualbox 5.2 via commands:

sudo apt-get update

sudo apt-get install virtualbox-5.2

With the repository added, you can simply install the future 5.2 series updates via Software Updater.

Virtualbox

Oracle VirtualBox reached the new major 5.2 release series with great new features and various bug-fixes and improvements.

New Features in VirtualBox 5.2:

  • export VM to Oracle Cloud.
  • Unattended guest installation, similar to VMware’s “Easy Install”
  • Overhauled VM selector GUI (improved tools VM / global tools handling, new icons)
  • Added experimental audio support for video recording
  • Fixed warning about “XSAVE consistency problem”.
  • Virtual Media Manager and Snapshot Pane rework
  • Ability to enable/disable audio input/output, and more audio settings.
  • Better EFI video mode handling, and support custom video modes
  • See changelog for more.

How to Install Virtualbox 5.2 in Ubuntu:

1. Open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:

sudo apt-get remove virtualbox virtualbox-5.1

2. Download & install the latest Virtualbox package from the link below:

Download VirtualBox for Linux

3. If you’ve added the Oracle VBox repository, you can directly install the 5.2 release from Synaptic Package Manager or via apt command, after removing the old version.

To add the repository, do:

Open terminal (Ctrl+Alt+T) and run command to add the repository:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

Depends your Ubuntu edition, replace xenial (for Ubuntu 16.04) with trusty (for 14.04, Mint 17.x, eOS 0.3), or zesty (for Ubuntu 17.04).

Virtualbox Official Linux repository

Setup the keyring so to trust the updates from the repository:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Finally install virtualbox 5.2 via commands:

sudo apt-get update

sudo apt-get install virtualbox-5.2

With the repository added, you can simply install the future 5.2 series updates via Software Updater.

Virtualbox

Oracle Vritualbox got an update for its 5.1 series earlier today with lots of bug-fixes.

For Linux users, Virtualbox 5.1.24 brings fixes to Kernel 4.12 and Kernel 4.13, fixes for loading shared libraries, fixes for kernel modules built with gcc-7, makes 2D video acceleration available for older Linux distributions.

Other changes in Virtualbox 5.1.24 include:

  • VMM: mask the VME CPUID capability on AMD Ryzen processors.
  • VMM: emulate more SSE2 instructions
  • VMM: properly clear the TF and AC flags when dispatching real-mode interrupts
  • GUI: fixes to make the mini-toolbar work with recent versions of KDE / Plasma
  • GUI: fixed a potential crash when a VM with multiple screens is running in full screen / seamless mode and a host screen is removed.
  • GUI: fixed initial size hints for guests which set intermediate sizes before responding
  • GUI: prevent stopped screen updates or black screen on reboot in a multi-screen setup under certain conditions
  • Audio: many improvements for Windows 10 guests
  • Storage: fixed possible crash when using Intels SPDK
  • API: use the correct file name of the VM machine state if the VM settings directory is renamed, for example during grouping / ungrouping a VM
  • API: return the correct error code if powering up a VM fails
  • API: video recording did not automatically start at VM start when enabled in the VM settings
  • API: when relocating a medium, check that the target path is fully qualified
  • EFI: fix for VMs with more than 3504MB RAM
  • Host-only adapter: correctly determine IPv4 netmasks on Windows hosts
  • NAT network: properly do the refcounting for starting / stopping the NAT / DHCP services if the NAT network is changed while the adapter network connection type is anything else but NAT network
  • VBoxManage: fixed controlvm videocapfile
  • Windows hosts: fixed crashes if driver verifier is enabled

Download / Install Virtualbox:

The official Linux binaries (i386 for 32-bit, amd64 for 64-bit) for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04 are available for download at the link below:

Virtualbox Linux Download

If you have a previous 5.1 series installed, and enabled the Virtualbox Linux repository, you can simply upgrade Virtualbox via Software Updater:

upgrade virtualbox

To manually add the VirtualBox Linux repository, do:

1. Open terminal via Ctrl+Alt+T or by searching it from app launcher, when it opens, run command:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list.d/virtualbox.list'

for Linux Mint 18.x, replace $(lsb_release -cs) in the code with xenial

Virtualbox Official Linux repository

2. Download and install the gpg key:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

To install virtualbox 5.1 for the first time, run command:

sudo apt-get update && sudo apt-get install virtualbox-5.1

Oracle Virtualbox 5.1.12

A new maintenance release for Oracle Virtualbox 5.1 has been released one day ago with Linux hosts and guests fixes and kernel 4.9, 4.10, 2.2.68 compile fixes.

Changes in Virtualbox 5.1.12:

  • VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled
  • VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions
  • GUI: prevent a crash under certain conditions if the VM is terminated very early
  • GUI: fixed certain keyboard capture issues for OS X hosts.
  • GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only)
  • GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only
  • Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest
  • Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present
  • Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests
  • E1000: fixed “cable disconnected” issue for Mac OS X guests
  • E1000: fixed “TX unit hang” issue for Linux guests only
  • Parallel ports: fixed port enumeration on Windows host
  • API: don’t crash when sanitizing certain VM names
  • Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels
  • Linux hosts / guests: Linux 2.6.28 compile fix
  • Linux hosts: compile Linux 4.9 compile fix
  • Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working
  • Linux Additions: fix the graphics driver build with Linux 4.10 and later
  • Windows Additions: fixed a crash in the WDDM driver under certain conditions

Download / Install Virtualbox 5.1.12 in Ubuntu:

The official Linux binary packages are available for download at the link below:

Virtualbox Linux Downloads

Grab the package (i386 for 32-bit, or amd64 for 64-bit) for you system and click install via Ubuntu Software.

For those who have a previous VBox 5.1 release installed, launch Software Updater to upgrade the software if you have Virtualbox Linux repository added in your system:

upgrade virtualbox

To manually add Virtualbox Linux repository:

1. Open terminal (Ctrl+Alt+T) and run command:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

Replace xenial in the code with yakkety (for 16.10), or trusty for 14.04 and Linux Mint 17.x.

Virtualbox Official Linux repository

2. Then setup the keyring:

wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Oracle Virtualbox 5.1.4 Available for Upgrade

Last updated: August 17, 2016

Virtualbox

The second maintain release for the Virtualbox 5.1 series, Virtualbox 5.1.4, now is available for upgrade in the official Virtualbox Linux repository.

Oracle has not yet announced the release of Virtualbox 5.1.4 at the moment. The changelog will be available once it’s ready in the wiki page, and Linux binaries will be available for download in the Linux download page.

Those who have enabled Virtualbox Linux repository, Virtualbox 5.1.4 is now available for upgrade in Software Updater:

Virtualbox 5.14 about

How to install Virtualbox 5.1.4 in Ubuntu

The new release is ready for upgrade for all current Ubuntu releases, include Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

1. For those who don’t have VBox Linux repository enabled, open terminal (Ctrl+Alt+T) and run command:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

replace xenial with trusty or precise for Ubuntu 14.04 or Ubuntu 12.04 and their derivatives.

Virtualbox Official Linux repository

2. And setup the key via command:

wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add -

For Ubuntu 15.10 and older, use the old key:

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

3. After adding the official Virtualbox Linux repository, launch Software Updater and you will be able to upgrade Virtualbox after checking for updates:

upgrade Virtualbox 5.1.4

virtualbox-icon245

Oracle Virtualbox has just reached a new major 5.1 release. Here’s how to install it in Ubuntu 16.04.

Virtualbox 5.1 ports its UI to Qt5, brings better Python 3 support, HDA (High Definition Audio) support for newer Linux guests, various VMM and other improvements and fixes.

Virtualbox release highlights:

  • VMM: new APIC and I/O APIC implementations that result in significantly improved performance in certain situations
  • VMM: added support for Hyper-V paravirtualized debugging of Windows guests
  • VMM: emulate even more MMIO and shadow pagetable exits without going back to user mode
  • GUI: overall migration to Qt5
  • GUI: passive API event listener improving the VM GUI performance and response time
  • Audio: added HDA (High Definition Audio) support for newer Linux guests
  • Audio: added on-demand timers which should improve the overall performance and reduce the CPU consumption
  • Audio: more fine-grained volume control for the AC’97 emulation, which now also takes the master volume control into account
  • better support for Python 3
  • For more details, see the ChangeLog.

Virtualbox 5.1

How to install Virtualbox 5.1 in Ubuntu:

1. The 5.1 release conflicts with the old 5.0 or 4.x releases, so first open terminal (Ctrl+Alt+T) and run command to remove the previous VBox installation:

sudo apt remove virtualbox virtualbox-5.0 virtualbox-4.*

2. Download Virtualbox 5.1 for your OS (i386=32bit, amd64=64bit):

Download Virtualbox for Linux

Then click install via Ubuntu Software.

3. For those who want to install VBox 5.1 from official Linux repository and receive future updates via Software Updater. Run the commands below one by one in terminal:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

sudo apt update

sudo apt install virtualbox-5.1

According to your Ubuntu codename, replace xenial with wily, trusty, or precise.

Oracle Virtualbox 5.0.22

A new maintenance release for Virtualbox 5.0 series was announced a few days ago with various fixes and improvements.

Virtualbox 5.0.22 fixes build failure on Linux Kernel 4.7, mouse pointer offset in Linux client fullscreen mode, a potential Linux guest panic on AMD hosts, a potential hang with 32-bit EFI guests on Intel CPUs.

It also adds X.org 1.18 support for Solaris additions, brings fixes for certain Intel Atom hosts and certain 32-bit guest, adds a new I/O-APIC implementation fixing several bugs and improving the performance under certain conditions. For more details, go to the changelog page.

Download & install Virtualbox 5.0.22 in Ubuntu:

1. Download the pre-compiled package for your Ubuntu release from (i386 for 32-bit, amd64 for 64bit):

Virtualbox Linux Downloads

2. If you installed the stock version of VBOX from official Ubuntu repository, you have to remove it first via Ubuntu Software, or by running the command below in terminal (Ctrl+Alt+T):

sudo apt remove virtualbox virutalbox-*

3. Finally install the new version by opening the package via Ubuntu Software, or run the dpkg command in terminal:

sudo dpkg -i ~/Downloads/virtualbox-5.0_5.0.22-*.deb

4. (Optional) For those who’d like to receive future updates of VBox along with other software updates via Software Updater utility, paste the 2 commands below and run one by one in terminal to add Virtualbox Linux repository:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list.d/virtualbox.list'

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

You can manage the PPA later via System Settings -> Software & Updates -> Other Software.

Oracle virtualbox 5.0

Oracle finally announced the stable release of Virtualbox 5.0, which provides increased security with encryption and improved performance.

According to the press release, the 5.0 release supports the latest guest or host operating systems including: Mac OS X Yosemite, Windows 10, Oracle Linux, Oracle Solaris, other Linux operating systems, and legacy operating systems. Oracle Virtualbox 5.0 also features:

  • Paravirtualization Support for Windows and Linux Guests
  • Improved CPU Utilization
  • Guest os can directly recognize USB 3.0 devices and operate at full 3.0 speeds
  • On all host platforms, Windows, Linux and Oracle Solaris guests now support “drag and drop” of content between the host and the guest.
  • Disk Image Encryption, using the industry standard AES algorithm with up to 256 bit data encryption keys (DEK).

There are also numerous of other changes and bug fixes, including:

  • New User Interface settings page for customizing status-bar, menu-bar and guest-content scaling
  • VMs can be started in separate mode.
  • VM guest-content scaling support (including 3D acceleration)
  • Hotplugging support for SATA disks
  • support for Linux distributions using systemd without sysv emulation
  • upgraded to rdesktop-vrdp 1.8.3

To see the full list of changes, go to the wiki page.

virtualbox 5.0 in Ubuntu 14.04

virtualbox 5 separate start

VBox guest USB 3.0 support

How to Install Virtualbox 5.0 in Ubuntu:

1. Before installing the new release, you may first remove the previous release on your system via Synaptic Package Manager, Software Center, or by running below command in terminal (Ctrl+Alt+T):

sudo apt-get remove virtualbox virtualbox-4.* virtualbox-5.0

remove-virtualbox

2. Download Virtualbox 5.0 from the official links below:

Download Virtualbox 5.0

select i386 for 32-bit, or amd64 for 64bit system. Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, and Ubuntu 12.04 are supported so far.

3. After downloaded the package, click to open with Software Center/Gdebi and finally install the Virtualbox 5.0

Addition, to receive future updates and fixes for VBox 5 through Software Updater or your Package Manager, you may add the official Virtualbox repository for Linux

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list.d/virtualbox.list'

The command creates a separate source file for VBox and writes the repository address into it. $(lsb_release -cs) automatically detects your release name, Linux Mint and Elementary OS users have to replace it (e.g., trusty for Mint 17.x and Freya, precise for Mint 13 and Luna).

Also download and insert the keyring so that Ubuntu trusts the package from that repository:

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Finally you can upgrade VirtualBox as a part of system updates through Software Updater/Package Manager when a new release is out.