Desktop Virtualization

Virtualization news and reviews

  • Solutions
  • Articles
  • Glossary
  • Contact

Gleb Reys January 21, 2016 Leave a Comment

What Are Your Thoughts On VirtualBox 5.0?

I've been using Parallels for quite some time now but just realised that I never gave VirtualBox 5.0 a proper test run.

VirtualBox 5.0 features

From the official release notes it seems there's lots of useful stuff:

  • Better Windows and Linux VM performance thanks for para-virtualization
  • Improved CPU utilisation – larger set of CPU instructions is now visible to each guest VM so you may see improvements if using recent enough software
  • USB 3.0 support – have to try this with one of my external HDDs
  • Disk image encryption – could be a useful alternative to built-in encryption of OS filesystems

Recent improvements in VirtualBox 5.0

And from the most recent VirtualBox 5.0 release (5.0.14), there seems ot be a few OSX related improvements:

  • fixed audio capture on OSX
  • proper limiting of vCPUs (not very relevant on my dual core laptop, I think)
  • several El Capitan related bugfixes

What do you think of VirtualBox 5.0?

So the questions are:

  1. What are your thougths on VirtualBox 5.0?
  2. Are you still using VirtualBox?
  3. Is primary use still desktop or are you looking at Docker containers or anything else server related?

Thanks for taking the time to comment, feel free to let me know on Twitter as well (@glebreys)

Filed Under: Virtualization News Tagged With: oracle, osx, paravirtualisation, virtualbox

Gleb Reys December 17, 2009 Leave a Comment

VirtualBox 3.1

Just getting around to have a look at VirtualBox 3.1, which is yet another major update to the great free desktop virtualization from Sun Microsystems.

Top 3 things to try in VirtualBox 3.1

Here are the top 3 things I personally think VirtualBox 3.1 will be popular for:

Teleportation – a new term coined by VirtualBox team for live migration. This allows you to migrate a live VM environment from one host to another. Traditionally being a feature of only the most advanced server-grade virtualization solutions, live migration is surely a welcome feature in VirtualBox.  For those who haven't tried it yet, live VM means it's up and running and live migration implies your VM keeps functioning and is fully accessible throughout the migration – an obvious improvement from previous "shut down VM on host1, start it up on host2".

Improved management of VM states on the snapshot level – apparently, you can now restore your VM state from any snapshot and not just the latest one. Starting with VirtualBox 3.1, it is also possible to branch snapshots out – take snapshots of a any given snapshots.

Paravirtualized network adapters (virtio) support – this is a great feature which allows you to use the well-known virtio network adapter by KVM instead of a standard driver software emulating the hardware of a network card. In short, this allows your VMs to use a highly optimized software solution for virtual network cards.

See also:

  • VirtualBox on Desktop Virtualization pages
  • VirtualBox website
  • VirtualBox web console

Filed Under: Sun Microsystems Tagged With: kvm, virtualbox

Gleb Reys June 30, 2009 2 Comments

VirtualBox 3.0 Released!

Sun xVM VirtualBox

Sun xVM VirtualBox

Right on time, the next major VirtualBox version is released – VirtualBox 3.0.0!

Major changes in VirtualBox 3.0

The two major improvements in VirtualBox 3.0 can be summed up like this:

  • multi-processor VMs – guest SMP with up to 32 virtual CPUs (VT-x and AMD-V only)
  • graphics improvements: Direct3D 8/9 (Windows guests only) and OpenGL 2.0 (Windows, Linux and Solaris guests)

[Read more…]

Filed Under: Sun Microsystems Tagged With: Sun Microsystems, sun virtualbox, sun xvm, virtualbox, xvm virtualbox

Gleb Reys April 9, 2009 Leave a Comment

VirtualBox 2.2: OpenGL for Linux and Solaris guests

Sun xVM VirtualBox

Sun xVM VirtualBox

Another update for VirtualBox was released yesterday: VirtualBox 2.2.

OpenGL for Linux and Solaris guests

If you remember, 3D acceleration was introduced for Windows XP guests in VirtualBox 2.1, and now similar functionality had been ported for Linux and Solaris VMs. A quick experiment shows almost 4x performance improvement for 3D between VirtualBox 2.1.2 and VirtualBox 2.2 – I've simply booted Ubuntu live cd and used glxgears to get some idea about the efficiency of new 3D acceleration support. [Read more…]

Filed Under: Sun Microsystems, Virtualization News Tagged With: virtualbox

Gleb Reys December 19, 2008 Leave a Comment

VirtualBox 2.1.0

Sun xVM VirtualBox

Sun xVM VirtualBox

Another major release of Sun xVM VirtualBox, the 2.1.0 version, is now available for download.

From the list of major improvements, I'd like to highlight comment a few. [Read more…]

Filed Under: Sun Microsystems Tagged With: Sun Microsystems, virtualbox, xvm

Gleb Reys September 9, 2008 Leave a Comment

VirtualBox 2.0

Sun xVM VirtualBox

Sun xVM VirtualBox

Finally, I have the time to confirm one of the releases I've been waiting for: VirtualBox, a desktop virtualization by Sun Microsystems, turned 2.0 last week and you can download VirtualBox 2.0 right now!

[Read more…]

Filed Under: Sun Microsystems Tagged With: Sun Microsystems, virtualbox, xvm

Gleb Reys June 13, 2008 4 Comments

Boot your VMware Windows VMs in VirtualBox

I'm pretty sure I have mentioned it in one of the VirtualBox announcement posts: if you have an existing VMware VM disk image with your OS installed in it, you don't even have to convert it when you switch to Sun xVM VirtualBox.

Booting VMware VMs with Windows hangs in VirtualBox

VirtualBox natively supports VMware VMDKs, but so far I was unable to boot any of the Windows XP VMware VMs in VirtualBox – only a few seconds after being turned on, the VM will seemingly hang even though I/O icon in the statusbar of it will indicate some traffic.

Turns out, it's a well known problem, and there's a very simple solution to it explained on the Migrate existing Windows installations to VirtualBox page of the Virtualbox wiki.

Advanced VirtualBox settings: IO APIC

Basically, pre-installed Windows images fail to boot up in VirtualBox because of the HAL (Hardware Abstraction Layer) problems.

There are a few versions of HAL supplied with each Windows:

  • Standard HAL
  • ACPI HAL
  • ACPI HAL with IO APIC support

They are supplied in a form of 3 different DLLs, and only one is picked based on your hardware configuration at the time of a Windows install. Because VMware supports IO APIC in VMs by default, that defines the HAL version used in your Windows VM.

VirtualBox is a bit smarter: IO APIC is disabled by default due to expensive (CPU-wise) virtualization. That's why, by default, your newly created VirtualBox VM will not boot a VMware image with Windows pre-installed.

Still, the IO APIC option is here, so you can just enable it for your VirtualBox VM to make the Windows image work.

This screenshot (click the thumbnail to see it in full resolution) shows what you need to do.

VirtualBox IO-APIC Settings

That's it – this trick has really helped me, and I sure hope it helps you. Stay tuned for more VirtualBox tips!

See also:

  • VirtualBox – official website
  • xVM VirtualBox 1.6
  • Sun xVM VirtualBox 1.6.2

Filed Under: Technical Tips Tagged With: acpi, apic, io-apic, virtualbox, VMware

Gleb Reys June 6, 2008 Leave a Comment

Just released: Sun xVM VirtualBox 1.6.2

Virtual Box

Sun Microsystems has just released the maintenance update to VirtualBox product, so xVM VirtualBox 1.6.2 is available for download.

Looks like version 1.6.2 is well worth the upgrade, at least for 64-bit PCs. I'm also happy to see many of Linux and Solaris host-related fixes, the stability of VirtualBox has really improved since version 1.5.

[Read more…]

Filed Under: Sun Microsystems Tagged With: Sun Microsystems, virtualbox, xvm

Gleb Reys May 14, 2008 20 Comments

What Hardware Virtualization Really Means

Image courtesy of AMD.com

Many of us have heard about hardware virtualization, but as far as I can see there is still a lot of confusion around this term and surrounding technologies, so today I've decided to give a really quick intro. Some time in the future, I'll probably cover this topic in detail.

[Read more…]

Filed Under: Interesting reads Tagged With: amd, amd-v, intel, intel-vt, ivt, virtualbox, virtualization

Gleb Reys May 6, 2008 4 Comments

Sun xVM VirtualBox 1.6

Virtual Box

Last week, Sun Microsystems has released the next major update for its recently acquired VirtualBox product – Sun xVM VirtualBox 1.6.

What is Sun xVM VirtualBox?

VirtualBox is an absolutely free virtualization product for x86 platform. It supports both 32bit and 64bit architectures and can be used in both server and desktop virtualization.

[Read more…]

Filed Under: Virtualization News Tagged With: Sun Microsystems, virtualbox, xvm

  • 1
  • 2
  • Next Page »

See Also

  • Unix Tutorial
  • Basic Unix Commands
  • Advanced Unix Commands
  • SSH port forwarding
  • Unix Tutorial Digest
  • Unix Reference

Advertise Here

If you're interested in advertising your desktop virtualization product on this website, please use the contact form to provide additional information.

Virtualization Software

APPIP ERROR: amazonproducts[
AccessDenied|The Access Key Id AKIAIJB2ICKX5VVPQVJA is not enabled for accessing Product Advertising API. Please sign up for Product Advertising API at https://affiliate-program.amazon.com/assoc_credentials/home.
]
APPIP ERROR: amazonproducts[
AccessDenied|The Access Key Id AKIAIJB2ICKX5VVPQVJA is not enabled for accessing Product Advertising API. Please sign up for Product Advertising API at https://affiliate-program.amazon.com/assoc_credentials/home.
]

Books you should read

  • Mastering VMware vSphere 4 (Computer/Tech)
  • vSphere 4.0 Quick Start Guide: Shortcuts down the path of Virtualization
  • Virtualizing Microsoft Tier 1 Applications with VMware vSphere 4

Recently Written

  • Follow Up on Hardware Virtualization
  • Open VM Tools or VMware Tools?
  • The End of the Road?
  • Desktop Virtualization in 2016
  • What Are Your Thoughts On VirtualBox 5.0?

Basic Unix Commands

Basic Unix Commands
  • ls command
  • mkdir command
  • man command in unix
  • cd command - change directory
  • uname command

Useful links

  • Solaris Blog
  • Unix Tutorial Unix Tutorials and System Administation Tips

Unix/Linux Reference

Unix Reference
  • check CentOS version
  • check Raspbian version
  • SSH port forwarding
  • unix commands
  • visudo tutorial
  • mtime unix
  • lrwxrwxrwx
  • Unix Tutorial digest

Advanced Unix Commands

Advanced Unix Commands
  • ln command - symlinks
  • tune2fs unix command - filesystem parameters
  • du command - disk usage
  • lsb_release command
  • find unix command

Virtualization Glossary

  • VDI
  • Virtual Machine
  • Sun xVM suite

Copyright © 2025 · Streamline Pro Theme on Genesis Framework · WordPress · Log in