Page 1 of 1

Has anyone gotten the vbox guest additions installed on a freebsd6.2 guest?

Posted: 10. May 2021, 10:13
by caokhanhan
Has anyone gotten the vbox guest additions sinstalled on a freebsd6.2 guest? My Freebsd guest works great (once I solved the problem if the constant sigreturn errors when building ports*), but I have not been able to install the extensions yet. BTW, using WIndows XP Pro as host OS.

* - Problem solved by updating /boot/loader.conf by adding the line kern.hz="100" into the file. Saves me from having to build a custom kernel.

Re: Has anyone gotten the vbox guest additions installed on a freebsd6.2 guest?

Posted: 10. May 2021, 11:05
by mpack
Do you have any reason to believe that VirtualBox Guest Additions should install? BSD is not listed as a supported guest OS. And although they have a similar user experience, BSD is not based on the Linux kernel AFAIK, so I would not expect compatibility. Of the supported guest OSs I would guess that Solaris is the closest in architecture terms, but I believe Solaris is based on System V, not on the BSD kernel, so again I would not expect compatibility.

A full-featured version of the VBox GAs that installed on BSD would require a great deal of porting work, but I guess it's possible that someone has done that work. You should Google for that. Nothing is available officially.

Re: Has anyone gotten the vbox guest additions installed on a freebsd6.2 guest?

Posted: 11. May 2021, 08:54
by caokhanhan
Thank you so much :P