SmartVessel

Foucs on C++

博客园 首页 新随笔 联系 订阅 管理

我仍然使用的stable源,是不是太胆小了没有使用testing源

现在testing源下面的virtualbox版本已经3.2.10,而stable才是1.6.6

 

http://wiki.debian.org/VirtualBox 有详细的安装细节。这里摘要virtualbox的安装

 

  1. Install the virtualbox-ose package and appropriate kernel module package for your system:

    # aptitude install virtualbox-ose virtualbox-ose-modules-$(uname -r)

    安装virtualbox软件包和其对应的内核module

  2. Instruct udevd(8) to reload the installed udev rules :

    # invoke-rc.d udev reload

    为什么?不明白

  3. Load the VirtualBox kernel module:

    # modprobe vboxdrv

    启动内核module,如果在后面不加入startup的话,每次启动virtualbox之前,要手动启动这个内核module

  4. Add your user account to the vboxusers group:

    # adduser yourusername vboxusers
    Log out and log back in to your system to apply the group membership change.将当前的用户加入vboxusers这个用户组,然后logout在login

VirtualBox OSE can now be started.

To load the vboxdrv module at system startup, edit /etc/default/virtualbox-ose and set LOAD_VBOXDRV_MODULE to 1.

 

 

$ virtualbox

Or

$ VirtualBox


 

 

 


 

 

posted on 2010-12-15 20:36  SmartVessel  阅读(289)  评论(0编辑  收藏  举报