- Download LTS version of Xubuntu on https://xubuntu.org/. Xubuntu chosen to provide a graphical desktop environment and minimizing packages for performance reasons.
- Install/upgrade VirtualBox, Install guest additions
- In Virtualbox, create new Linux VM, approx half cpu and RAM of host. Dynamically allocated
- Install with updates from network, default (CSB) secure password with account
- Restart VM, remove Ubuntu installation ISO
- Boot into Linux, open run terminal, run
# upgrade software
sudo apt update && sudo apt upgrade
# Install the dependencies for building kernel modules
sudo apt install build-essential dkms linux-headers-$(uname -r)`
- Attach VirtualBox guest additions CD to VM
- In Linux, access the CD and allow it to auto-run or use
autorun.sh
- Restart Linux
shutdown -r now
- When booted into Linux against, against VM Window. If it adjusts, the guest additions installed successfully
- Optionally, in Virtualbox menu for the VM, enable Devices > Shared Clipboard and Drag and Drop