proxmox no boot (please help)

fusion

Member
Nov 4, 2015
36
0
6
Spain
Hello, today I restart the server and now does not boot puts me this on screen.

Thank you for your help.
 

Attachments

  • error_proxmox.PNG
    error_proxmox.PNG
    64.9 KB · Views: 106
Can you provide more details. What was your boot device? (PXE??, SATA HDD, RAID controller, etc.)
 
I followed these steps, all right, but the problem remains.

zpool import -R /mnt rpool
mount -t proc /proc /mnt/proc
mount --rbind /dev /mnt/dev
mount --rbind /sys /mnt/sys
chroot /mnt bin/bash
grub-install /dev/sda
update-grub2
update-initramfs -u
 
/etc/default/grub try add rootdelay
GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs rootdelay=20"

/etc/default/zfs try add
ZFS_INITRD_PRE_MOUNTROOT_SLEEP='10'
and
ZFS_INITRD_POST_MODPROBE_SLEEP='10'