Re: kernel panics and auto-import
Boot to safe mode, open /usr/libexec/zfs/launchd.d/zpool-import-all.sh, and change
to
- Code: Select all
"${ZPOOL}" import -a
touch "${ZPOOL_IMPORT_ALL_COOKIE}"
to
- Code: Select all
# "${ZPOOL}" import -a
# touch "${ZPOOL_IMPORT_ALL_COOKIE}"