Difference between revisions of "VirtualBox"

From Amahi Wiki
Jump to: navigation, search
Line 11: Line 11:
 
* Become privileged
 
* Become privileged
 
  su -
 
  su -
* Get the VirtualBox repo installed (you may need to install wget)
+
* Get the VirtualBox repo installed:
 
  wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo && cp virtualbox.repo /etc/yum.repos.d/
 
  wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo && cp virtualbox.repo /etc/yum.repos.d/
 
* Install VirtualBox (along with a few other needed packages)!  If you’re having issues here, try installing “kernel-PAE-devel”
 
* Install VirtualBox (along with a few other needed packages)!  If you’re having issues here, try installing “kernel-PAE-devel”
  yum install -y VirtualBox dkms gcc
+
  yum install -y VirtualBox-3.2 dkms gcc
/etc/init.d/vboxdrv setup
 
 
* Add yourself to the “vboxusers” group and fix the SELinux Permissions (just in case):
 
* Add yourself to the “vboxusers” group and fix the SELinux Permissions (just in case):
 
  usermod -G vboxusers -a <yourusername>
 
  usermod -G vboxusers -a <yourusername>
chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so
 
 
* Run, and enjoy!
 
* Run, and enjoy!
 
  VirtualBox
 
  VirtualBox
 +
  
 
'''NOTE:''' See [http://www.derekhildreth.com/blog/how-to-install-virtualbox-3-on-fedora-12-tutorial/ how-to-install-virtualbox-3-on-fedora-12-tutorial] for more info.
 
'''NOTE:''' See [http://www.derekhildreth.com/blog/how-to-install-virtualbox-3-on-fedora-12-tutorial/ how-to-install-virtualbox-3-on-fedora-12-tutorial] for more info.

Revision as of 13:16, 24 November 2010


WEB SITE: http://www.virtualbox.org

Virtual Box on Fedora 12

LATEST RELEASE: 3.2.10

This is a step by step tutorial on how to get VirtualBox 3 up and running on Fedora 12. Specifically, this guide was written using the VirtualBox 3.2.10 version and an i386 CPU (32-bit), but should work with all versions. It can be adapted to upcoming versions and different CPUs (64-bit). The folks at VirtualBox have made it easy to install for Fedora users and I’m going to show you how in a few easy steps. Right, open a terminal window and let’s get to it…

Option 1

  • Become privileged
su -
  • Get the VirtualBox repo installed:
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo && cp virtualbox.repo /etc/yum.repos.d/
  • Install VirtualBox (along with a few other needed packages)! If you’re having issues here, try installing “kernel-PAE-devel”
yum install -y VirtualBox-3.2 dkms gcc
  • Add yourself to the “vboxusers” group and fix the SELinux Permissions (just in case):
usermod -G vboxusers -a <yourusername>
  • Run, and enjoy!
VirtualBox


NOTE: See how-to-install-virtualbox-3-on-fedora-12-tutorial for more info.

Option 2

Portable VirtualBox On Windows

phpVirtualBox

  • The application has been packaged for Amahi and is currently in testing.

NOTE: See Amahi on VirtualBox for detailed guidance on installing Amahi.