首页 > 系统 > Linux > 正文

Ubuntu 7.10中安装virtualbox虚拟机与设置共享

2024-08-28 00:12:36
字体:
来源:转载
供稿:网友

一,在Ubuntu 7.10中安装virtualbox-ose虚拟机

1. Ubuntu 7.10源里有 -ose版本的,可能直接apt-get

$sudo apt-get install virtualbox-ose

安装好后,在 应用程序 -->系统工具 下点 ...virtualbox 运行.

2.到 http://www.virtualbox.org/download/ 这个ftp上下载 .deb的安装包,然后解压,

进入解压后的文件夹 ,

dpkg -i xxx.deb按提示安装

安装好后, 点击 " 新建 '" , 设置好各个项后点 运行 运行虚拟机.

如果运行时有以下错误提示时,

The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will need to logout for the change to take effect..

要把你的用户名加入到virtualbox的用户组里面

$sudo adduser **** vboxusers

用你的用户名代替星号就OK了.

如: $sudo adduser liuww vboxusers

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表