Page 1 of 1

Problem trying to install ghostbsd on SSD disk !!

Posted: Sat Feb 24, 2018 3:50 am
by chrisfromgreece
Problem trying to install ghostbsd on SSD disk !!
Tried to install in an ssd teamgroup l2 if i'm correct.
Tried different filesystem, different ufs options , doesn't work !
Big bug !

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Mon Feb 26, 2018 1:25 pm
by chrisfromgreece
the installation finished but the installed system has serious problems and crashes frequently, on my mechanical disk is fine but when i try to install it on ssd it has problems.
I tried trueos and can install fine on ssd

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Tue Aug 14, 2018 1:01 pm
by jmp20
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) partitions with gpart live GhostBSD
2. format ssd partition UFS
3. mount the SSD on your platter installation, say, /mnt (if multiple, mount them all)
4. copy/clone data for each partition from platter disk to SSD with cpdup

Code: Select all

# cpdup -vv -f -o -I / /mnt (upper case i)
  (repeat process for each partition, if multiple were created)
# cpdup -vv -f -o -I /usr /mnt2
5. dd the mbr from platter to ssd and/or (if EFI, copy the /media/disk/efi/boot/bootx64.efi

That's it, sooo easy : )

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Thu Aug 16, 2018 10:08 am
by ericbsd
@chrisfromgreece try or new GhostBSD dev release base on TrueOS, see https://forums.ghostbsd.org/viewtopic.php?f=54&t=1078 for more info.

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Fri Aug 17, 2018 12:31 pm
by jmp20
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 format, sorry.

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Tue Nov 20, 2018 4:11 pm
by melloa
Here no problem with the installation. I little slow, I think due to the speed of the DVD i've used.

Installed on a
Model Family: SandForce Driven SSDs
Device Model: SanDisk SDSSDA120G
Created a mirror zfs volume with other HDDs for storage and the system is stable and working fine.

Little issue with my KVM that I'll report on another post.

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Thu Dec 06, 2018 9:38 pm
by frogprince
I have Ghost installed on a generic 120GB SSD with ZFS. I had some problems with the original motherboard, I believe with the chip set. I'm now running an ASUS F1A75-M PRO/CSM with an AMD A8-3870 processor and 6GB of DDR3 RAM, and it installed easily with ZFS and runs fine. I"m also using a IOGEAR KVM switch without problem. I went through a lot of gyrations until I replaced the mobo; I hope that's not your problem.

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Sun Mar 24, 2019 4:39 pm
by chrisfromgreece
the problem continues , it simply cant be installed on ssd or else it has corruption and after a while it can't even boot.

Re: Problem trying to install ghostbsd on SSD disk !!

Posted: Mon Mar 25, 2019 4:17 pm
by ericbsd
That weird I have GhostBSD running on SSD on all my machine and I don't have any problem, and even on SATA M.2 SSD.