
Ubuntu日本語フォーラム

ログインしていません。
Ubuntuにインストールした仮想PCにWindows2000をインストールして使いたいのですが、Ubuntuに使える仮想PCのソフトって何がありますか?
オフライン
バーチャルBOXをインストールして仮想PCを起動ところ、以下のようなエラーが出ました。
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..
VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).
どのように対処すれば起動出来ますか?
オフライン
ホストのUbuntu側からシステム>システム管理>ユーザとグループを開いて、vboxusersグループに、VirtualBoxを利用したいユーザを追加してください、とのことです。
http://ubuntuforums.org/showthread.php?p=3766472#post3766472
オフライン
ホストのUbuntu側からシステム>システム管理>ユーザとグループを開いて、vboxusersグループに、VirtualBoxを利用したいユーザを追加し,
下記の2つのコマンドを実行してVirtualBoxを再起動したら,うまくいきました。
$ sudo /etc/init.d/vboxdrv start
$ sudo chmod 777 /dev/vboxdrv
オフライン