[SOLVED] Failed to import pool rpool

matthew

Renowned Member
Jul 28, 2011
210
5
83
I installed Proxmox 6.0-1 on an older Supermicro server using ISO image. Used ZFS and several drives in ZFS raid array configured from the proxmox install GUI. On boot I get this every time.

Command: /sbin/zpool import -N 'rpool'
Message: cannot import 'rpool' : no such pool available
Error: 1

Failed to import pool 'rpool'.
Manually import the pool and exit.

If I manually import the pool and exit the server then boots normally. Is there any fix so I do not have to manually import it on every boot?
 
I can confirm that adding the ZFS_INITRD_PRE_MOUNTROOT_SLEEP as described in the posted link solved my issue on 6.1-2. An important note is that updating the initramfs has to be done using the current kernel. I just wanted to clarify this for others that might be struggling with this as I did.

Check this by
Code:
pveversion -v
and look for the line similar to:
Code:
proxmox-ve: 6.1-2 (running kernel: 5.3.13-2-pve)

In my case the command used was:
Code:
update-initramfs -k 5.3.13-2-pve -u
 
  • Like
Reactions: willybong
I can confirm that adding the ZFS_INITRD_PRE_MOUNTROOT_SLEEP as described in the posted link solved my issue on 6.1-2. An important note is that updating the initramfs has to be done using the current kernel. I just wanted to clarify this for others that might be struggling with this as I did.

Check this by
Code:
pveversion -v
and look for the line similar to:
Code:
proxmox-ve: 6.1-2 (running kernel: 5.3.13-2-pve)

In my case the command used was:
Code:
update-initramfs -k 5.3.13-2-pve -u
Thanks a lot!
 
Hi kamzata,

you can't set this at the rescue system.
You have to boot into the rootfs or set the kernel parameters.
Please read the manual at the link provided.
Hello Wolfang,

Would you mind explaining a little more than what the manual says? Below seems to be what I need to do :

To prevent it there have been some suggestions in the forum. Try to boot following the suggestions of busybox or searching the forum, and try [...] of the following: [...]
edit /etc/default/zfs, set ZFS_INITRD_PRE_MOUNTROOT_SLEEP='4', and then issue a "update-initramfs -k 4.2.6-1-pve -u"

How, in details, do I edit this file? In Busybox (initramfscommand prompt) directly? In Busybox, I'm able to modify and save this file using vi /etc/default/zfs, but after the command prompt does not recognize the update-initramfs. Upon a reboot, this file is back to its original state... Sorry, if I'm being so incompetent... Any help would be appreciated!
 
So, I now feel like an idiot. The answer was fairly explicit, I must have got a typo or I was expecting something harder than that. Anyhow, ServeTheHome made a video on that subject, showing how to fix this issue : https://www.youtube.com/watch?v=kJB6BOtKKNU, as well as an article.

So, for future me, let me lay out the steps:
On the Busybox/initramfs command prompt (exactly where you should land if you are having this issue), simply type:
zpool import -N "rpool"
No output means it went OK.
Then, type:
exit
At this point, your system should boot as expected. Log on to your server using the root account with the password set during your setup.

Then to issue the correction proposed by the manual, edit your files, using the nano code editor:
nano /etc/default/zfs
and then, to know the kernel version to use, run
pveversion
you should get an output like this:
pve-manager/6.3-2/22f57405 (running kernel: 5.4.73-1-pve)
Then, finally, issue the final command using the kernel version of the previous output:
update-initramfs -k 5.4.73-1-pve -u

I don't know if it will help someone, one day, but if it does, then I wouldn't have written all this for nothing.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!