Add your Tips and tricks to configure and tweak your GhostBSD System here.
-
grahamperrin
- Posts: 20
- Joined: Sun Sep 04, 2016 6:06 am
-
Has thanked:
14 times
-
Been thanked:
0
Post
by grahamperrin »
The following steps can improve the live mode UX:
- do not enable EFI
- enable bidirectional clipboard sharing
- give 4,096 MB base memory
- boot from the ISO
- open MATE Terminal
- pkg install virtualbox-ose-additions
- kldload /boot/modules/vboxguest.ko /boot/modules/vboxvfs.ko
- rc-update add vboxguest && rc-update add vboxservice
- …
- exit
- System menu
- Log Out root…
- await automated log in.
Tested with
GhostBSD-21.01.20.iso and VirtualBox GUI 5.2.44 r139111 on FreeBSD-CURRENT.
Code: Select all
% pkg query '%o %v %R' virtualbox-ose virtualbox-ose-kmod
emulators/virtualbox-ose 5.2.44_4 poudriere
emulators/virtualbox-ose-kmod 5.2.44_4 unknown-repository
% freebsd-version -kru
14.0-CURRENT
14.0-CURRENT
14.0-CURRENT
% date ; uname -a
Sun 14 Feb 2021 17:18:32 GMT
FreeBSD mowa219-gjp4-8570p 14.0-CURRENT FreeBSD 14.0-CURRENT #14 main-f44e67d120: Wed Feb 10 23:57:02 GMT 2021 root@mowa219-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
%
Known issues
Mouse integration not working with VirtualBox 5.2.44
Last edited by
grahamperrin on Sun Feb 14, 2021 8:26 pm, edited 2 times in total.
-
ericbsd
- Developer
- Posts: 1679
- Joined: Mon Nov 19, 2012 7:54 pm
-
Has thanked:
58 times
-
Been thanked:
103 times
Post
by ericbsd »
grahamperrin wrote: ↑Sun Feb 14, 2021 1:29 pm
- sysrc vboxguest_enable="YES" && sysrc vboxservice_enable="YES
This is not compatible with GhostBSD. GhostBSD uses OpenRC.
the command is:
Code: Select all
sudo rc-update add vboxguest && sudo rc-update add vboxservice"
-
ericbsd
- Developer
- Posts: 1679
- Joined: Mon Nov 19, 2012 7:54 pm
-
Has thanked:
58 times
-
Been thanked:
103 times
Post
by ericbsd »
I rarely deal with documentation I set up the wiki for anyone to contribute.