Page 1 of 2

VirtualBOX on GhostBSD HOST not running!

Posted: Tue Jan 20, 2015 1:29 am
by mbzadegan
Hi,
I Install GhostBSD on my HDD and then install and configure the virtualbox on it.
Now, When I clicked on Virtualbox(on Menu -> Applications -> System Tools -> Oracle VM VirtualBox) nothing occured!
How can I run truly VirtualBOX on GhostBSD?
Thanks.

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Thu Jan 22, 2015 6:39 pm
by ericbsd
In terminal do:

Code: Select all

sudo ee /boot/loader.conf:
add

Code: Select all

vboxdrv_load="YES"
and

Code: Select all

sudo ee /etc/rc.conf

add

Code: Select all

vboxnet_enable="YES"
and reboot the machine afterwards.

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Sun Feb 01, 2015 2:42 am
by mbzadegan
Hi,
I checked the https://wiki.freebsd.org/VirtualBox but still VirtualBOX did not load in my GhostBSD that installed on my HDD!
Did anyone install VirtualBOX after HDD GhostBSD installation?

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Sun Feb 01, 2015 10:17 pm
by ericbsd
Open a terminal and input:

Code: Select all

VirtualBox
This will give you why it doesn't work.

Did you do what I have write?

I run VirtualBox on GhostBSD all the time for testing GhostBSD.

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Wed Feb 04, 2015 5:15 pm
by mbzadegan
Woww!! :o
Why this forum did not send me any notification about your reply to my email?
Thanks so much, I follow your hint and copy/paste its Error message as soon as possible.

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Wed Feb 04, 2015 7:31 pm
by ericbsd
No problem

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Thu Feb 05, 2015 3:19 am
by mbzadegan
root@unix:/home/user # VirtualBox
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: Shared object "libcurl.so.4" not found, required by "VBoxRT.so"

VirtualBox: Tip! It may help to reinstall VirtualBox.
root@unix:/home/user #

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Thu Feb 05, 2015 9:25 pm
by ericbsd
how did you install virtualbox?

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Thu Feb 05, 2015 9:53 pm
by mbzadegan

Re: VirtualBOX on GhostBSD HOST not running!

Posted: Fri Feb 06, 2015 6:59 am
by ericbsd
You Should have install it from:

Code: Select all

sudo pkg install virtualbox-ose
It is more stable and it will update software dependencies.