User Tools

Site Tools


operating_systems:apple:virtualbox

This is an old revision of the document!


Install Debian on OS X Virtual Box Host

  1. Download and install Virtual Box for OS X: https://www.virtualbox.org/wiki/Downloads
  2. Download Debian Net Install: https://www.debian.org/CD/netinst/
  3. Create a new machine named e.g. “Debian” and run it.
  4. Select the Net Install disk (e.g. debian-8.2.0-amd64-netinst.iso) and start the installation
  5. Login to the newly installed debian machine
  6. To install the Guest Additions, start a terminal and type :
    $ su
    # aptitude update && aptitude safe-upgrade
    # aptitude install module-assistant build-essential linux-headers-generic dkms
    # m-a prepare
  7. Click on Install Guest Additions… from the Devices menu. This will mount the disk in /media/cdrom and install the Guest Additions:
    # sh /media/cdrom/VBoxLinuxAdditions.run
  8. And Finally, reboot your machine:
    # reboot
operating_systems/apple/virtualbox.1446111634.txt.gz · Last modified: 2015/10/29 09:40 by sbolay