Skip to content

Instantly share code, notes, and snippets.

@dominique-mueller
Created August 23, 2022 13:14
Show Gist options
  • Save dominique-mueller/bee2cc626a19c977b414bb96ba3a85be to your computer and use it in GitHub Desktop.
Save dominique-mueller/bee2cc626a19c977b414bb96ba3a85be to your computer and use it in GitHub Desktop.
VirtualBox Ubuntu Setup

VirtualBox Ubuntu Setup

Steps:

  1. Download and install VirtualBox: https://www.virtualbox.org/
  2. Download Ubuntu ISO image: https://ubuntu.com/download/desktop
  3. Setup new Ubuntu x64 virtual machine, with
    • at least 2 cores
    • at least 20GB of storage
    • the VMSVGA Graphics Controller
  4. Start from the Ubuntu image, follow and complete the installation
  5. Update all packages by
    • running sudo apt update
    • running sudo apt upgrade
  6. Install VirtualBox extensions by
    • running sudo apt install -y build-essential linux-headers-$(uname -r)
    • clicking the "Insert Guest Additions CD image" via "Devices" in menu
    • running ./autorun.sh in the mounted ISO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment