0
2

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のGuest Additionを手動でインストールする方法

Last updated at Posted at 2017-01-27

VirtualBoxのGuest Additionを手動でインストールする方法

  1. VirtualBoxマネージャーを起動
  2. Guest Addition をインストールしたい仮想マシンを起動
  3. 仮想マシンのGUIを表示し、メニューから「デバイス」>「Guest Addition CDイメージ の挿入...」を選択
  4. コンソールにログイン、以下を実行
root
yum update
yum install gcc make kernel-devel bzip2
mkdir -p /media/cdrom
mount /dev/scd0 /media/cdrom
sh /media/cdrom/VBoxLinuxAdditions.run

引用元:how-to-install-virtualbox-guest-additions-on-centos-via-command-line-only


以上ですー

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?