GhostSBH I have 3 prior BE's and non of them will start successfully.
Is there something in single user mode I need to do to get the prior BE's to load properly?
Thx
This might be a problem with bectl and the Ghostbsd environment.
Bectl was designed for freebsd-update to be separate from pkg.
Because pkg updates the base system in GhostBSD, it looks like backup BEs can be corrupted by pkg if the backup BEs have the same kernel version [even with a different patch number] as the newer BE which is corrupted. Although, in FreeBSD it seems likely that freebsd-update could also corrupt previous BEs, similarly to GhostBSD with pkg [same kernel version different patch number].
If I didn't have a working backup, I'd download the install image and upgrade from that version.
If you really want to try to fix it, you can go into single user mode and type zfs readonly=off zroot/ROOT/default
assuming your image is called default, then continue where I left off.