|
VirtualBox (http://virtualbox.org/)
Installing virtualbox on Fedora 9
1. Download virtualbox VirtualBox-2.0.4 rpm for your plateform from
http://www.virtualbox.org/wiki/Downloads
2. Installing dependencies
sudo yum install make automake autoconf gcc kernel-devel
Install virualbox rpm
sudo rpm -Uvh VirtualBox-2.0.4_36488_fedora9-1.i386.rpm
If qt3 is not install then,
sudo yum install qt3
3. add userself to vboxusers group
sudo /usr/sbin/usermod -G vboxusers -a username
4.Run the setup file for VirtualBox
sudo /etc/init.d/vboxdrv setup
5.) Run, and enjoy!
VirtualBox
6. Installing guest OS is piece of cake IMO
Here are the screenshot of running Solaris, OpenSolaris and Windows XP as guest OS (vm)
Virtualbox on youtube
Installing Guest Additions for Solaris/OpenSolaris
For optimal performance and user experience don't forget to install the VirtualBox Guest Additions into the vm. Here's how:
Mounting CD/DVD ROM Image
While guest OS is running Click Devices---> Mount CD/DVD-ROM---> CD/DVD-ROM Image---> VBOXGuestAdditions.iso
(a) In the VirtualBoxVM menu choose Devices...Install Guest Additions and you'll see the iso file mounted.
(b) As an administrative user (root) run
pkgadd -d /media/vboxadditions_2.0.2_36486/VBoxSolarisAdditions.pkg
Replace "media" with "cdrom" if image is mounted on /cdrom
For more info
http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-8-werewolf/
|