4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VirtualBox 5 beta 2 を Ubuntu 15.04 で動かした

Last updated at Posted at 2015-04-19

インストール

準備

http://dlc-cdn.sun.com/virtualbox/5.0.0_BETA2/index.html から
VirtualBox-5.0.0_BETA2-99573-Linux_amd64.run をダウンロード

今入っているvirtualboxを削除しておく

sudo apt remove virtualbox*

install

$ chmod +x VirtualBox-5.0.0_BETA2-99573-Linux_amd64.run 
$ sudo ./VirtualBox-5.0.0_BETA2-99573-Linux_amd64.run 
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation............
VirtualBox Version 5.0.0_BETA2 r99573 (2015-04-14T18:46:55Z) installer
Installing VirtualBox to /opt/VirtualBox
Python found: python, installing bindings...
Building the VirtualBox kernel modules

VirtualBox has been installed successfully.

You will find useful information about using VirtualBox in the user manual
  /opt/VirtualBox/UserManual.pdf
and in the user FAQ
  http://www.virtualbox.org/wiki/User_FAQ

We hope that you enjoy using VirtualBox.

vboxusersグループに追加

  • usbデバイスを利用する場合はvboxuserグループに追加しておくこと!!

Extension Packのインストール

Oracle_VM_VirtualBox_Extension_Pack-5.0.0_BETA2.vbox-extpackをダウンロードし実行。

新設定

Paravirtualization

para.png

usb3.0 サポート

usb3.png

インターフェース設定

what.png

使用率制限

cpulimit.png

uninstall

/opt/VirtualBox/uninstall.sh
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?