4

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.

2
  • Apparently a solution seems to be switching to full screen. However it is not as comfortable as with guest additions installed. Also in TrueOS official site they have asked to use .vdi.xz file. However I am unable to find any download link anywhere. Commented Jun 17, 2017 at 21:31
  • You have to mount the guest additions device and run the installer on the guest. Commented Jun 17, 2017 at 22:05

3 Answers 3

3

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.

2

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".

1
  • Why would anyone do it any other way :) Commented Jun 2, 2018 at 12:30
1

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 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.