diff --git a/src/etc/pfSense-rc b/src/etc/pfSense-rc index b76fca9de4..b85f5e6549 100755 --- a/src/etc/pfSense-rc +++ b/src/etc/pfSense-rc @@ -136,6 +136,11 @@ if /sbin/kldstat -qm zfs; then /sbin/zfs set readonly=off $ZFSROOT fi /sbin/zfs mount -a + # If /bootpool is present, then there is an additional zfs pool to import + # See https://redmine.pfsense.org/issues/8063 + if [ -d /bootpool ]; then + /sbin/zpool import -f bootpool + fi fi fi