VirtualBOX on GhostBSD HOST not running!
VirtualBOX on GhostBSD HOST not running!
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.
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!
In terminal do:
add
and
add
and reboot the machine afterwards.
Code: Select all
sudo ee /boot/loader.conf:
Code: Select all
vboxdrv_load="YES"
Code: Select all
sudo ee /etc/rc.conf
add
Code: Select all
vboxnet_enable="YES"
Re: VirtualBOX on GhostBSD HOST not running!
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?
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!
Open a terminal and input:
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.
Code: Select all
VirtualBox
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!
Woww!!
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.

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!
No problem
Re: VirtualBOX on GhostBSD HOST not running!
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 #
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!
how did you install virtualbox?
Re: VirtualBOX on GhostBSD HOST not running!
You Should have install it from:
It is more stable and it will update software dependencies.
Code: Select all
sudo pkg install virtualbox-ose