zpool scrub rpool # mainly to update /etc/zfs/zpool.cache but is not a bad idea anyway zpool get bootfs rpool # verify it returns rpool/ROOT/pve-1 update-initramfs -u # to commit /etc/zfs/zpool.cache to /boot/initrd.img* vi /etc/default/grub # add "rootdelay=1" in GRUB_CMDLINE...
Oct 13 07:46:02 nolliprivatecloud kernel: Kernel command line: initrd=\EFI\proxmox\6.2.16-3-pve\initrd.img-6.2.16-3-pve root=ZFS=rpool/ROOT/pve-1 boo> Oct 13 07:46:02 nolliprivatecloud kernel: DMAR: IOMMU enabled Oct 13 07:46:02 nolliprivatecloud kernel: Unknown kernel command lin...
My first suggestion would be to attempt to import the pool using the -m option to allow for a missing log device. This may allow you to import the pool. If not, we'll try something else. zpool import -m -f -o readonly=on rpool Author...
@linasit's not a bug; this error is because a graph driver that was previously used is no longer available, or multiple "graph" directories were found (e.g. directories for bothaufsanddevicemapperwere found). Instead of "randomly" picking one of them (leading to "where have my images g...
3db8b5388a5' -drive 'file=/dev/zvol/rpool/data/vm-100-disk-1,if=none,id=drive-ide0,format=raw,cache=none,aio=native,detect-zeroes=on' -device 'ide-hd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=100' -drive 'file=/var/lib/vz/template/iso/debian-jessie-preseed.iso,if...