一,在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
新聞熱點
疑難解答