Search found 45 matches
- Tue Nov 26, 2024 7:54 pm
- Forum: General Questions
- Topic: User manual for Backup Station?
- Replies: 2
- Views: 4530
Re: User manual for Backup Station?
Sure, but let's look at making it more user intuitive instead. The design could be optimized for clarity, usability, and flexibility. Here's a breakdown of how the workflow design could be improved: 1. Streamline Entry Points Current Design: - All features flow back to the Dashboard. - The workflow ...
- Sun Nov 24, 2024 8:08 am
- Forum: Lobby
- Topic: How can we cater to GhostBSD's community?
- Replies: 1
- Views: 158
Re: How can we cater to GhostBSD's community?
I'd say simply being kind would go a long way to improve any community.
Here's another perspective. https://github.com/vimanuelt/writings/b ... Culture.md
Here's another perspective. https://github.com/vimanuelt/writings/b ... Culture.md
- Sat Nov 23, 2024 9:27 pm
- Forum: Lobby
- Topic: Ideologically Driven Tech Choices
- Replies: 3
- Views: 428
Re: Ideologically Driven Tech Choices
Welcome to GhostBSD. The GhostBSD project seems to take a simple "be kind" approach to woke/non-woke controversy. Here is what can be found in the "Code of Conduct." The GhostBSD community has always worked to be a welcoming and respectful community, and we want to ensure that do...
- Tue Oct 29, 2024 8:27 am
- Forum: Installing GhostBSD
- Topic: No sound on fresh install of laptop (HP 6730B from 2008)
- Replies: 2
- Views: 923
Re: No sound on fresh install of laptop
To get the audio working for the Intel ICH9 HD Audio Controller, here are some steps that typically resolve issues with onboard Intel HD audio: 1. Ensure the Sound Driver is Loaded: FreeBSD uses the `snd_hda` driver for Intel HD Audio devices. First, check if the driver is loaded: kldstat | grep snd...
- Mon Oct 21, 2024 3:36 am
- Forum: General support
- Topic: Tuner and Shortwave applications are not working
- Replies: 5
- Views: 876
Re: Tuner and Shortwave applications are not working
Running 'sudo pkg install gtk4' will get rid of the gtk4 error message. After you install gtk4, please let us know the next error message. It is worth noting that there is no maintainer for this application. You will need to notify ' ports@FreeBSD.org ' about any Rust related error messages. The Gho...
- Sat Oct 19, 2024 7:37 am
- Forum: General support
- Topic: Issues with dd
- Replies: 1
- Views: 655
Re: Issues with dd
su
umount /dev/da2
umount /dev/da2sp1
gpart destroy -f da2
dd if=/home/ghost/Downloads/Zorin-OS-17.2-Core-64-bit.iso of=/dev/da2 bs=1m
umount /dev/da2
umount /dev/da2sp1
gpart destroy -f da2
dd if=/home/ghost/Downloads/Zorin-OS-17.2-Core-64-bit.iso of=/dev/da2 bs=1m
- Fri Oct 11, 2024 6:04 pm
- Forum: General Hardware Support
- Topic: new installation, but random lock ups like every 8 mintues or so
- Replies: 6
- Views: 2081
Re: new installation, but random lock ups like every 8 mintues or so
It could be caused by the latest GhostBSD update. I believe the fix would be for the GhostBSD project team to create a new ISO.
Until a new ISO can be created, you might try updating the live environment by running 'Update Station' before installing GhostBSD.
If that doesn't help please let us know.
Until a new ISO can be created, you might try updating the live environment by running 'Update Station' before installing GhostBSD.
If that doesn't help please let us know.
- Sat Sep 14, 2024 9:06 am
- Forum: General Questions
- Topic: Booting to black screen with cursor after GhostBSD update (from 24.04.1)
- Replies: 4
- Views: 1940
Re: Booting to black screen with cursor after GhostBSD update (from 24.04.1)
Have you tried using the GhostBSD-24.07.3.iso? It just came out recently.
https://download.ghostbsd.org/releases/ ... 4.07.3.iso
https://download.ghostbsd.org/releases/ ... 4.07.3.iso
- Thu Jul 25, 2024 6:44 am
- Forum: General support
- Topic: User Interface Problems on GhostBSD
- Replies: 1
- Views: 1006
Re: User Interface Problems on GhostBSD
In that situation, do the following as root user.
pkg update -f
pkg upgrade -yf
reboot
pkg update -f
pkg upgrade -yf
reboot
- Sun Jul 21, 2024 6:36 pm
- Forum: Installing GhostBSD
- Topic: Problems with OpenCore multiboot and GBSD
- Replies: 3
- Views: 1394
Re: Problems with OpenCore multiboot and GBSD
To fix the issue of GhostBSD not being recognized by OpenCore after installing macOS Ventura, you can try the following steps: Verify Boot Information GhostBSD typically uses the FreeBSD bootloader, which writes boot information to the primary partition where the OS is installed. To find out where G...