RSS
 

Posts Tagged ‘Virtual machine manager’

VirtualBox 4.0.6 for Ubuntu 11.04

23 Apr

A nice maintenance Update from Oracle for the thier hypervisor yesterday. VirtualBox got updated to version 4.0.6 and now Virtual box packages are available for Ubuntu 11.04 as well. It is a very useful application for testing different distros while keeping the mainstream OS intact. All you need is good hardware. This release has gone through a lot of updates and bugfixes including support for X.Org Server 1.10 final, Linux kernel 2.6.39-rc1 fixes, improved auto-run support, fix mouse support on SUSE 11 SP 1 guests, allow snapshots to be stored in the VM directory and much more.

Virtualbox 4.0.6

Download Virtual Box 4.0.6

Read the rest of this entry »

 

VirtualBox 4.0 for Ubuntu 10.10

23 Dec

VirtualBox is a powerful,free and easy-to-use x86 and AMD64/Intel64 Hypervisor/Virtualization solution. It is an extremely feature rich, high performance product for Enterprise, it is also the only Professional software that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). We are glad to announce that VirtualBox 4.0 final has been released for Ubuntu and is available in the repository as well.

Download :-

Ubuntu 10.10 32 Bit / 64 Bit.

Ubuntu 10.04 32 Bit / 64 Bit.

Ubuntu 9.10 32 Bit /64 Bit.

Read the rest of this entry »

 

KVM: Kernel Virtual Machine

26 Oct

We have been looking forward for a replacement of Virtualbox OSE . This thing started our quest for finding a Virtualization application to fulfill the needs with an easy-to-use procedure. We found KVM in Add/remove while we were looking for something alike YaVM – Yet another Virtual Machine (An application developed for openSUSE in 2006 to serve as basic virtual machine that comes with the os preinstalled). Xen , the geeky Virtual machine by SUSE linux enterprise is a virtualization powerhouse. While Xen offers quite complex procedure requiring you to boot a patched Xen kernel to create and run a Virtual machine – KVM is a loadable module which runs with the OS’s default kernel module.  The only thing it requires is that your processor should have the architecture to support visualization .

For this type:

kvm

in the terminal and see the result:

QEMU PC emulator version 0.9.1 (kvm-84), Copyright (c) 2003-2008 Fabrice Bellard
usage: qemu [options] [disk_image]

If you see the above message, then you should be smiling as you are green to go for virtualization with your hardware.

But if your CPU does not, in fact support Hardware virtuallization, you will get output such as the following:

$ kvm
Could not initialize KVM, will disable KVM support
Ubuntu does not support running KVM without hardware acceleration. Sorry.

So lets start our work with Virtualization  weapons at hand. First,  head on over to the KVM HOME PAGE

Best feature of KVM is that it is part of the OS and is not dependent upon a 3rd party vendor . Also, it’s very easy to maintain as you update your system, and load new kernel revisions, as the module will not break  like VirtualBox and VMware solutions would. Also, it’s far less problematic to manage than Xen, which is entirely unsuitable for a desktop system IMO . KVM really is more of a direct competitor to Xen than to a workstation solution like VirtualBox or VMware workstation, and has some very powerful features, I will never tap into here on my home system. By design however, it’s far less intrusive on a standard Linux desktop than Xen.

Now we have our kernel module working properly and rest everything in place so must get back to business . I will use Kubuntu for the testing purpose coz its my personnel favourite and it very light too.

Follow these steps to set up your virtual Machine :-

Read the rest of this entry »