22
25

More than 5 years have passed since last update.

Debian 8 "Jessie" を Virtualbox にインストールしたメモ

Posted at

ただのメモです。

Virtualboxにインストールまで

インストーラはnetinstのisoファイルを利用します。

Virtualboxは適当にセットアップします。
インストーラはテキストで行い、xfceとsshサーバをオンにしました。
いちおうリモートでも何か作業が必要になるかもしれないという事でsshサーバをオンにしています。

sudoを入れる

sudoで作業する癖がついてるので入れておく

su -
apt-get update
apt-get upgrade
apt-get install sudo
gpasswd -a btm sudo

これで一旦ログアウトすれば有効になります。

Virtualbox Guest Additionsを入れる。

ビルドに必要なものを入れます。

sudo apt-get install apt-get install build-essential module-assistant
sudo apt-get install linux-headers-3.16.0-4-all

次にvirtualboxのメニューから"Insert Guest Additions CD Image..."を選択してCDイメージを入れます。
マウントはそのままではされないので、xfceでデスクトップ上に出現したCDのアイコンを右クリックしてマウントを選択します。

cd /media/cdrom
sudo sh VBoxLinuxAdditions.run

これで再起動すればOK。

22
25
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
22
25