Skip to content

Instantly share code, notes, and snippets.

@raimon49
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raimon49/9639900 to your computer and use it in GitHub Desktop.
Save raimon49/9639900 to your computer and use it in GitHub Desktop.
Ubuntu Server 12.04 LTSにVirtualBoxのGuest Additionsを入れる
# [デバイス] -> [Guest AdditionsのCDイメージを挿入]
$ sudo mount /dev/dvd /mnt
$ sudo apt-get install xserver-xorg xserver-xorg-core
$ sudo sh /mnt/VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.3.8 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 4.3.8 of VirtualBox Guest Additions...
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
The headers for the current running kernel were not found. If the following
module compilation fails then this could be the reason.
Building the main Guest Additions module ...done.
Building the shared folder support module ...done.
Building the OpenGL support module ...done.
Doing non-kernel setup of the Guest Additions ...done.
You should restart your guest to make sure the new modules are actually used
Installing the Window System drivers
Installing X.Org Server 1.11 modules ...done.
Setting up the Window System to use the Guest Additions ...done.
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.
Installing graphics libraries and desktop services components ...done.
$ sudo umount /dev/dvd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment