Home ยป Proxmox – Failed to start import ZFS pool

Proxmox – Failed to start import ZFS pool

0 comment 372 views

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 folder cd /etc/systemd/system/zfs-import.target.wants/
2. Search for your file with ls
3. Take your file and look up the symlink ls -l [email protected]
4. Unlink the symlink unlink [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/

Leave a Comment