Help me - Issue to start Proxmox VE

carlomagno03

Member
Jul 26, 2021
1
0
6
35
Hello everyone,

I'm having the following issue when starting my dedicated server on OVH.

Import ZFS Issue.png

Failed to start Import ZFS pool datastore, it starts to happen after I have done a normal reboot on the Proxmox server.

Already tried the following but not successful:
  1. Wait for a very long time to see if it starts;
  2. Tried to access a terminal to execute commands;
  3. Select a different version of the kernel on grub advanced options, already tried many versions.
Can someone please help me with that?

Thank you!
 

Attachments

  • Import ZFS Issue.png
    Import ZFS Issue.png
    92 KB · Views: 1
hi,

your zfs cachefile is probably corrupted, this leads to the volumes not being mounted.

try booting into a PVE installer ISO, and select debug mode and hit Ctrl-D to continue booting, then you should be able to execute commands
and fix your cachefile like this:
Code:
zpool set cachefile=/etc/zfs/zpool.cache <POOLNAME> # do this for all ZFS pools you have
update-initramfs -k all -u
reboot