Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2062960
  • 博文数量: 470
  • 博客积分: 10206
  • 博客等级: 上将
  • 技术积分: 5620
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-03 12:50
文章分类

全部博文(470)

文章存档

2012年(1)

2011年(18)

2010年(47)

2009年(404)

分类: LINUX

2009-07-29 21:29:45

How To: Install VirtualBox on Fedora 8

Tech-log made by huchunqiang.

PreStep.) Open the terminal and get into super user mode:

su -

1.) Get the latest VirtualBox package (as of now, 3.0.2) from the for Fedora 8 and install it (generally, after a few months, the Fedora 9 link will be available).

wget

&& rpm -ivh VirtualBox-3.0.2_49928_fedora8-1.i386.rpm

2.) Get the kernel-devel package:

yum install make automake autoconf gcc kernel-devel dkms

3.) Run the setup file for VirtualBox:

/etc/init.d/vboxdrv setup

4.) Add yourself to the “vboxusers” group and fix the SELinux Permissions:

usermod -G vboxusers -a username
chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so

5.) Run, and enjoy!
VirtualBox
6.) To Get USB Support:

1 – create a new group called “usb”;
2 – locate file usbfs: in my case is /sys/bus/usb/drivers (I suggest to find the file with a usb device inserted;
3 – modify file /etc/fstab inserting a line containing the right path and the number corresponding the “usb” group :
none /sys/bus/usb/drivers usbfs devgid=503,devmode=664 0 0
4 – command mount -a;
5 – start VB and try…;


7.) To Properly Backup the VirtualBox Machine (.vdi):

Please refer to my other page here:

8.) To Get Sound Working:

Highlight your virtual machine and click on the “Settings” button. Click on the “Sound” category, and then check the “Enable Sound” option. In the drop-down box, select “PulseAudio”. You should now have sound.

That’s it!  If you find yourself with problems, feel free to comment below or ask for assistance on the fedora forum thread that I have created located .


阅读(1358) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~