Open main menu

DAVE Developer's Wiki β

Difference between revisions of "How to install the VirtualBox Guest Additions"

(Created page with "{{InfoBoxTop}} {{Applies_To_MVM}} {{InfoBoxBottom}}")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
{{Applies_To_MVM}}
 
{{Applies_To_MVM}}
 
{{InfoBoxBottom}}
 
{{InfoBoxBottom}}
 +
 +
vdk@vagrant-ubuntu-trusty-64:~$ sudo mkdir --p /mnt/cdrom
 +
[sudo] password for dvdk:
 +
dvdk@vagrant-ubuntu-trusty-64:~$ sudo mount -t auto /dev/cdrom /mnt/cdrom/
 +
mount: block device /dev/sr0 is write-protected, mounting read-only
 +
 +
 +
 +
 +
dvdk@vagrant-ubuntu-trusty-64:~$ cd /mnt/cdrom/
 +
dvdk@vagrant-ubuntu-trusty-64:/mnt/cdrom$ sudo sh VBoxLinuxAdditions.run
 +
Verifying archive integrity... All good.
 +
Uncompressing VirtualBox 5.1.22 Guest Additions for Linux...........
 +
VirtualBox Guest Additions installer
 +
You appear to have a version of the VirtualBox Guest Additions
 +
on your system which was installed from a different source or using a
 +
different type of installer.  If you installed it from a package from your
 +
Linux distribution or if it is a default part of the system then we strongly
 +
recommend that you cancel this installation and remove it properly before
 +
installing this version.  If this is simply an older or a damaged
 +
installation you may safely proceed.
 +
 +
Do you wish to continue anyway? [yes or no]
 +
yes
 +
Copying additional installer modules ...
 +
Installing additional modules ...
 +
vboxadd.sh: Starting the VirtualBox Guest Additions.
 +
dvdk@vagrant-ubuntu-trusty-64:/mnt/cdrom$

Latest revision as of 09:24, 14 September 2017

Info Box
VirtualMachine.png Applies to MVM

vdk@vagrant-ubuntu-trusty-64:~$ sudo mkdir --p /mnt/cdrom [sudo] password for dvdk: dvdk@vagrant-ubuntu-trusty-64:~$ sudo mount -t auto /dev/cdrom /mnt/cdrom/ mount: block device /dev/sr0 is write-protected, mounting read-only



dvdk@vagrant-ubuntu-trusty-64:~$ cd /mnt/cdrom/ dvdk@vagrant-ubuntu-trusty-64:/mnt/cdrom$ sudo sh VBoxLinuxAdditions.run Verifying archive integrity... All good. Uncompressing VirtualBox 5.1.22 Guest Additions for Linux........... VirtualBox Guest Additions installer You appear to have a version of the VirtualBox Guest Additions on your system which was installed from a different source or using a different type of installer. If you installed it from a package from your Linux distribution or if it is a default part of the system then we strongly recommend that you cancel this installation and remove it properly before installing this version. If this is simply an older or a damaged installation you may safely proceed.

Do you wish to continue anyway? [yes or no] yes Copying additional installer modules ... Installing additional modules ... vboxadd.sh: Starting the VirtualBox Guest Additions. dvdk@vagrant-ubuntu-trusty-64:/mnt/cdrom$