@ericbsd Hello!)
Many Thanks Kind Man but unfortunately yours recommendations not help( 
Here report.
Why i can`t not mount zfs disks from Ghost eben under Ghost LiveISO?
### Part 1 (1-7)
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
ghostbsd@livecd ~> sudo zpool import
   pool: zroot
     id: 12342879756425865777
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:
	zroot                                         ONLINE
	  gptid/924f1166-7c66-11ef-83b7-001d7dc7be43  ONLINE
ghostbsd@livecd ~> sudo zpool import -o readonly=on zroot
ghostbsd@livecd ~> sudo zpool status zroot
  pool: zroot
 state: ONLINE
config:
	NAME                                          STATE     READ WRITE CKSUM
	zroot                                         ONLINE       0     0     0
	  gptid/924f1166-7c66-11ef-83b7-001d7dc7be43  ONLINE       0     0     0
errors: No known data errors
ghostbsd@livecd ~> sudo bectl list
libbe_init("") failed.
ghostbsd@livecd ~ [255]> sudo bectl activate default
libbe_init("") failed.
ghostbsd@livecd ~ [255]> 
ghostbsd@livecd ~> pkg install bectl
pkg: Insufficient privileges to install packages
ghostbsd@livecd ~ [1]> sudo pkg install bectl
Updating GhostBSD repository catalogue...
Fetching meta.conf: 100%    178 B   0.2kB/s    00:01    
Fetching data.pkg: 100%    7 MiB 584.2kB/s    00:13    
Processing entries: 100%
GhostBSD repository update completed. 36136 packages processed.
Updating GhostBSD-base repository catalogue...
Fetching meta.conf: 100%    178 B   0.2kB/s    00:01    
Fetching data.pkg: 100%   37 KiB  38.1kB/s    00:01    
Processing entries: 100%
GhostBSD-base repository update completed. 522 packages processed.
All repositories are up to date.
Updating database digests format: 100%
pkg: No packages available to install matching 'bectl' have been found in the repositories
ghostbsd@livecd ~ [1]> 
ghostbsd@livecd ~ [255]> sudo zfs list -t snapshot -r zroot/ROOT
cannot open 'zroot/ROOT': dataset does not exist
ghostbsd@livecd ~ [1]> 
-------------------------------------------------
=>       40  312579616  diskid/DISK-9TS11TEW  GPT  (149G)
         40        512                     1  freebsd-boot  (256K)
        552  303138816                     2  freebsd-zfs  (145G)
  303139368    9428992                     3  freebsd-swap  (4.5G)
  312568360      11296                        - free -  (5.5M)
--------------------------------------------------
=>       40  312579616  ada1  GPT  (149G)
         40        512     1  freebsd-boot  (256K)
        552  303138816     2  freebsd-zfs  (145G)
  303139368    9428992     3  freebsd-swap  (4.5G)
  312568360      11296        - free -  (5.5M)
ghostbsd@livecd ~ [1]> sudo gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 /dev/ada1p1
gpart: No such geom: /dev/ada1p1.
ghostbsd@livecd ~ [1]> 
----------------------------------------------------
ghostbsd@livecd ~ [1]> sudo gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 /dev/ada1p1
gpart: No such geom: /dev/ada1p1.
ghostbsd@livecd ~ [1]> 
ghostbsd@livecd ~> sudo gpart show /dev/ada1
=>       40  312579616  ada1  GPT  (149G)
         40        512     1  freebsd-boot  (256K)
        552  303138816     2  freebsd-zfs  (145G)
  303139368    9428992     3  freebsd-swap  (4.5G)
  312568360      11296        - free -  (5.5M)
ghostbsd@livecd ~> 
### Part 2 (8)
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
ghostbsd@livecd ~> sudo zpool import -f zroot
ghostbsd@livecd ~> sudo zfs mount zroot/ROOT/default
cannot open 'zroot/ROOT/default': dataset does not exist
ghostbsd@livecd ~ [1]> sudo bectl create newbe
libbe_init("") failed.
ghostbsd@livecd ~ [255]> sudo bectl activate newbe
libbe_init("") failed.
ghostbsd@livecd ~ [255]> 
------------------------------
ghostbsd@livecd ~> sudo pkg search bectl
kubectl-1.32.3                 Kubernetes command-line tool
py311-bectl-0.6                GhostBSD bectl Python module
ghostbsd@livecd ~> sudo pkg install py311-bectl
Updating GhostBSD repository catalogue...
GhostBSD repository is up to date.
Updating GhostBSD-base repository catalogue...
GhostBSD-base repository is up to date.
All repositories are up to date.
Updating database digests format: 100%
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be REINSTALLED:
	py311-bectl-0.6 [GhostBSD] (direct dependency removed: py311-setuptools)
Number of packages to be reinstalled: 1
4 KiB to be downloaded.
Proceed with this action? [y/N]: y
[1/1] Fetching py311-bectl-0.6.pkg: 100%    4 KiB   4.5kB/s    00:01    
Checking integrity... done (0 conflicting)
[1/1] Reinstalling py311-bectl-0.6...
[1/1] Extracting py311-bectl-0.6: 100%
ghostbsd@livecd ~> sudo bectl list
libbe_init("") failed.
ghostbsd@livecd ~ [255]> sudo bectl activate default
libbe_init("") failed.
ghostbsd@livecd ~ [255]>