Windows 10, VirtualBox, Solus Linux, install Guest Additions
- Download and run Oracle_VM_VirtualBox_Extension_Pack-[version]
- In VirtualBox main window, with Solis turned off, click settings
- In settings select storage, add a blank cd device
- Start Solis
- With Solis open, in the VirtualMachine menu select Devices/Insert Guest Additions CD Image
- Open a command window
sudo eopkg upgrade
sudo eopkg install linux-current-headers
sudo eopkg install linux-lts-headers
sudo eopkg install gcc make autoconf binutils xorg-server-devel
<allow additional packages>- Reboot
- Open terminal window
-
sudo mount /dev/cdrom /mnt
-
cd /mnt
sudo ./VBoxLinuxAdditions.run
- reboot
- test copy/paste from guest to host