Vboxguestadditions.iso · Simple
| Guest OS | What to do | |-----------|-------------| | | Open File Explorer → This PC → double-click the VirtualBox CD drive (usually D:). Run VBoxWindowsAdditions.exe . | | Linux (most distros) | Open terminal. The CD often auto-mounts, but if not: sudo mount /dev/cdrom /mnt then cd /mnt then sudo ./VBoxLinuxAdditions.run . Tip: Install gcc , make , and kernel-devel first. | | macOS | Double-click the installer .pkg on the virtual CD. | | Solaris/FreeBSD | Use the appropriate .pkg or .sh script on the CD. |
❌ ✅ You need kernel headers and build tools. For Ubuntu/Debian: sudo apt install build-essential dkms linux-headers-$(uname -r) . Then rerun the installer. vboxguestadditions.iso
❌ ✅ Kernel updates break compiled modules. Just re-run the installer script – it rebuilds automatically. | Guest OS | What to do |