Search found 13 matches
- Mon Sep 24, 2018 5:30 pm
- Forum: General support
- Topic: (Solved!) Now the SSD is Borked
- Replies: 12
- Views: 13776
Re: Now the SSD is Borked
There could be leftover data on the MBR or EFI from previous GhostBSD installs. I would dd the first 100MB of the disk with something in the like of: dd if=/dev/zero of=/dev/ada0 count=100M I had a similar problem with a computer, in that I did not re-format my root FS and simply let the installer d...
- Mon Sep 24, 2018 5:12 pm
- Forum: General support
- Topic: GhostBSD with KDE Plasma
- Replies: 13
- Views: 19082
Re: GhostBSD with KDE Plasma
Casper I was actually able to set-up Enlightenment on my GhostBSD laptop and it works very well. I will test a setup of OpenBox and will let you know how it goes. Although there is only about a 10 to 20 percent CPU/RAM savings vs the current Mate environment. My whole purpose for this was to have a...
- Mon Sep 17, 2018 1:33 pm
- Forum: General support
- Topic: GhostBSD with KDE Plasma
- Replies: 13
- Views: 19082
Re: GhostBSD with KDE Plasma
Hi Eric,
Has any progress been made on this topic? I too could help with the KDE 5 plasma on GhostBSD if needed.
.
Has any progress been made on this topic? I too could help with the KDE 5 plasma on GhostBSD if needed.
.
- Sat Sep 15, 2018 12:26 pm
- Forum: General Questions
- Topic: Add Freshports
- Replies: 2
- Views: 3930
Re: Add Freshports
Hi, I added the FreeBSD repository to GhostBSD then installed KDE5 plasma. I had absolutely no problems. Check this post:
https://forums.ghostbsd.org/viewtopic.p ... =jvm#p6141
Here is a screenshot of my GhostBSD with KDE5 plasma:
.
.
https://forums.ghostbsd.org/viewtopic.p ... =jvm#p6141
Here is a screenshot of my GhostBSD with KDE5 plasma:
.
.
- Fri Sep 14, 2018 4:07 pm
- Forum: Installation and Maintenance of software
- Topic: jvm
- Replies: 1
- Views: 4157
Re: jvm
I installed JVM by enabling the FreeBSD repository: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } Ensure to disable the FreeBSD ports repos...
- Fri Sep 14, 2018 11:30 am
- Forum: FreeBSD Help
- Topic: USB boots to shell
- Replies: 1
- Views: 11633
Re: USB boots to shell
Hi,
I would help if you include the hardware information.
I would help if you include the hardware information.
- Fri Aug 17, 2018 12:31 pm
- Forum: General Hardware Support
- Topic: Problem trying to install ghostbsd on SSD disk !!
- Replies: 8
- Views: 15892
Re: Problem trying to install ghostbsd on SSD disk !!
Hello, Simply reporting back. I was able to install GhostBSD on a SSD. I used a SanDisk 180GB SSD. One item to note, I used the whole drive for GhostBSD. Also, I completely wiped the drive with 'gpart' then created a GPT type partition table format. I did not try it on a mbr type partition table for...
- Wed Aug 15, 2018 5:09 pm
- Forum: General Questions
- Topic: How to install GhostBSD into the usb key?
- Replies: 4
- Views: 8307
Re: How to install GhostBSD into the usb key?
There are many installers out there that you can use to create a persistent Live USB system. The one i use is Muilt-i-system.
You can check the process here: http://liveusb.info/dotclear/index.php?pages/install
You can check the process here: http://liveusb.info/dotclear/index.php?pages/install
- Tue Aug 14, 2018 1:01 pm
- Forum: General Hardware Support
- Topic: Problem trying to install ghostbsd on SSD disk !!
- Replies: 8
- Views: 15892
Re: Problem trying to install ghostbsd on SSD disk !!
It is odd that install fails on SSD. I have a SSD so I am going to try to install GhostBSD on it. Also, since you are able to install GhostBSD on a platter disk, try the process below. On Platter disk: 1. install GhBSD On SSD: 1. create at least root /, and Swap (create, usr, var, etc. if you prefer...
- Mon Aug 06, 2018 11:46 am
- Forum: Installing GhostBSD
- Topic: Preparing a multi boot install
- Replies: 3
- Views: 19592
Re: Preparing a multi boot install
I would say it may be easier to install GhostBSD and Linux dual boot this way: 1. with a blank HDD (or blank it on step 2) boot to GhBSD via your dvd/usb/iso, etc 2. assuming an 80GB hdd, with gpart create a blank slice for GhBSD root and swap, say 40 for /, and 4 swap, thus 44GB slice 3. create bla...