Hei,
I'm in the middle of updrading from FreeBSD 11.0-p12 to 11.1-RELEASE via
I have merged files so far and rebooted once into the kernel but it won't mount my zpool so it stops here:
It is root on zfs.
Error 6 means he device is not configuered, but I see at least all 4 disks get attached before the mount fails.
Any ideas why the zpool is not mounted with the new kernel?
I'm in the middle of updrading from FreeBSD 11.0-p12 to 11.1-RELEASE via
freebsd-update -r 11.1-RELEASE upgrade
.I have merged files so far and rebooted once into the kernel but it won't mount my zpool so it stops here:
Code:
Mounting from zfs:zmicro/ROOT/default failed with error 6.
Loader variables:
vfs.root.mountfrom=zfs:zmicro/ROOT/default
It is root on zfs.
Error 6 means he device is not configuered, but I see at least all 4 disks get attached before the mount fails.
zpool status
when booting with the old 11.0-RELEASE-p12 GENERIC kernel:
Code:
pool: zmicro
state: ONLINE
scan: scrub repaired 0 in 1h15m with 0 errors on Fri Jul 21 12:25:08 2017
config:
NAME STATE READ WRITE CKSUM
zmicro ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
gpt/zroot3.top ONLINE 0 0 0
gpt/zroot2.2nd-from-top ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
gpt/zroot1.3rd-from-top ONLINE 0 0 0
gpt/zroot0.bottom ONLINE 0 0 0
errors: No known data errors
Any ideas why the zpool is not mounted with the new kernel?