I am making one as we speak so i can at least do SOMETHING on this machine...can you boot from removable media ?
how old is your efi partition code ? it comes from a 13 install or earlier ?
Did you upgrade your pool after you upgraded to 13.0? And did you also update your boot partition and/or EFI boot? You might still have an older boot partition that cannot read the new ZFS.but this is a machine coming from 12.1
pretty sure that i did, yes.Did you upgrade your pool after you upgraded to 13.0? And did you also update your boot partition and/or EFI boot? You might still have an older boot partition that cannot read the new ZFS.
zpool list is not finding any, but zpool import gives me the message below - should i try to?At least grab a 13.0-RELEASE install media, boot from that and see if you can import the pool.
zpool import -fR bootpool
does something for a second (including hdd led flickering) and then that's it. zpool list and zpool status are empty still. should've noted this before but the main pool is geli encrypted, not sure about the bootpool - this was an install-and-forget setup and always worked without any problems ?that would work - in theory. i have 4 harddisks so i need to copy that to ada0p1, ada1p1....ada3p1 - correct?install the 13.x loader.efi in you efi boot partition
then you'll probably be able to boot from your zfs pool
mount -t msdosfs /dev/ada0px /mnt
cp /boot/loader.efi /mnt/EFI/BOOT/BOOTX64.efi
bootpool means this is a MBR installation with zfs on root. I think there is no EFI at all.
Give us the result ofgpart show
.
coming back to my question here, copy to all four adaXp1 ?try loader_simp instead of loader
that might fit
Okay done, now i'm here:try loader_simp instead of loader
that might fit
all the drives you can boot from. if you can boot from all, then allcoming back to my question here, copy to all four adaXp1 ?
I'm kinda clueless right now on how i can access my /boot/loader.conf right now - any leads on that?Make sure you havezfs_load="YES"
in /boot/loader.conf.
boot
. load /boot/kernel/kernel
load /boot/kernel/zfs.ko
boot
Well, that got me somewhere ... it "works" - i can see lots of dmesg afterwards but then crashes at the end and reboots. Too fast too read sadly :/If I recall correctly you need to load the kernel first. But yes, drop to the loader prompt, load the kernel, load zfs, thenboot
.
Once the system is booted you can easily edit /boot/loader.conf.Code:load /boot/kernel/kernel load /boot/kernel/zfs.ko boot