I have installed TrueOS in Virtualbox. Everything is working perfectly. But after I insert virtualbox guest additions, I am unable to find any way to install it. How can I do so?
I am using Ubuntu host.
I have installed TrueOS in Virtualbox. Everything is working perfectly. But after I insert virtualbox guest additions, I am unable to find any way to install it. How can I do so?
I am using Ubuntu host.
Go to TrueOS terminal
sudo su cd /var/db/portsnap portsnap fetch cd /usr/ports portsnap extract portsnap fetch update git clone https://github.com/freebsd/freebsd.git /usr/src //This will take about 30 minutes - 1 hour depending upon your internet speed cd /usr/src; make clean //This will take about 1 hour cd /usr/ports/emulators/virtualbox-ose-additions && make install clean //This will take about 5-6 hours reboot After reboot adjust screen resolution of TrueOS to the recommended.
Install the virtualbox-ose-additions package from the AppCafe or via pkg install virtualbox-ose-additions from a terminal. I think it installs a kernel module that needs to be loaded and/or a service that needs to be enabled, then restart the VM and at the login screen hit the button in the lower-right corner to change your video driver and make sure you switch to "vboxvideo".
Execute the following commands from a terminal:
sudo -i pkg install virtualbox_ose_additions Add the following lines to /etc/rc.conf vboxguest_enable="YES" vboxservice_enable="YES" reboot