Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 11, 2012 20:21
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 NapoleonWils0n/4056134 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4056134 to your computer and use it in GitHub Desktop.
macosx: VirtualBox guest additions install
# VirtualBox guest additions install
sudo apt-get install linux-headers-$(uname -r)
25 - install guest additions
sudo apt-get install dkms
select install guest additions from the devices menu
check the device menu, CD/DVD devices VboxGuestAdditions.iso should be selected
switch to the terminal
create the mount point for the cd
sudo mkdir /media/cdrom
sudo mount /dev/cdrom /media/cdrom
cd /media/cdrom
check which version server you are running 32 or 64 bit
uname -a
i386/i486/i586/i686 it is a 32 bit kernel.
sudo ./VBoxLinuxAdditions-x86.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment