[Level 1] How to install VirtualBox in OpenSolaris.

VirtualBox is a virtual machine which provides you to install multi-OS on it.
LIke OpenSolaris, Solaris 10 x86, Linux (Ubuntu, Fedora...etc) and Windows.

The installation steps as the following:
1. Browering the download page.
  http://www.virtualbox.org/wiki/Downloads
2. Choose the right source for OpenSolaris.
  * VirtualBox 3.0.6 for Solaris and OpenSolaris hosts x86/amd64
3. unzip and untar. 
 # gzip -cd ./VirtualBox-3.0.4-50684-SunOS.tar.gz | tar xvf -
4. install package.
  # pkgadd -d ./VirtualBoxKern-3.0.4-SunOS-r50684.pkg all

 # pkgadd -d ./VirtualBox-3.0.4-SunOS-r50684.pkg all

5. And now, you can start VirtualBox.
 # /bin/VirtualBox

Wish this helps.

regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python