Not booting from SSD, help recovering

leonardorame

Contributor
Joined
Jun 30, 2018
Messages
106
Hi, since yesterday a FreeNAS-11.3-U5 system cannot boot from its ssd boot disk anymore.

To try to fix it I installed the same version on an USB stick and booted from it.

Here's the output of zpool import:

Code:
root@freenas:~ # zpool import
   pool: Datos
     id: 6782443447118691512
  state: ONLINE
 status: The pool was last accessed by another system.
 action: The pool can be imported using its name or numeric identifier and
        the '-f' flag.
   see: http://illumos.org/msg/ZFS-8000-EY
 config:

        Datos                                           ONLINE
          mirror-0                                      ONLINE
            gptid/b1e6b5b0-8bf3-11ea-96e6-04d9f5cef639  ONLINE
            gptid/b1f22490-8bf3-11ea-96e6-04d9f5cef639  ONLINE

   pool: freenas-boot
     id: 1258366471645552983
  state: ONLINE
 status: The pool was last accessed by another system.
 action: The pool can be imported using its name or numeric identifier and
        the '-f' flag.
   see: http://illumos.org/msg/ZFS-8000-EY
 config:

        freenas-boot  ONLINE
          ada0p2    ONLINE
root@freenas:~ # zpool status
  pool: freenas-boot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          da0p2     ONLINE       0     0     0

errors: No known data errors


As you can see there's a pool called Datos and freenas-boot, the former is composed of two 1.8tb spinning disks and the later is an ssd one.

I want to mount the freenas-boot to extract the configuration.

If I try to import it I get this error:

Code:
"'/data/zfs' is not a valid directory"


I guess that's because it tries to import freenas-boot over the already mounted USB, with the exact same pool name.
 

leonardorame

Contributor
Joined
Jun 30, 2018
Messages
106
Well, just replaced the disk with a new one and reconfigured everything (no config backup...). The pool containing all the data was ok.
 
Top