This method is worked for me.
Hello there,
i would like to submit my solution to the error message while booting: “[FAILED] Failed to start Import ZFS pool YOURRAID”. I found out that there was a symlink from /etc/systemd/system/zfs-import.target.wants/[email protected] to /lib/systemd/system/[email protected] and I think that this causes the notification on startup at least at my system.
Step by Step Solution:
1. Navigate to the foldercd /etc/systemd/system/zfs-import.target.wants/
2. Search for your file withls
3. Take your file and look up the symlinkls -l [email protected]
4. Unlink the symlinkunlink [email protected]
5.reboot
Since then I have no error messages during reboot.
Helping website https://markontech.com/linux/create-symlinks-in-linux/
Refer
https://forum.proxmox.com/threads/second-zfs-pool-failed-to-import-on-boot.102409/
https://forum.proxmox.com/threads/proxmox-failed-to-start-import-zfs-pool-pool-name.117379/