Freebsd 13.0 with root on zfs on hyper-v 2012

I don't see "boot",
Code:
zpool list -v
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
sys         31.5G  8.83G  22.7G        -         -     1%    28%  1.00x    ONLINE  -
  da1p2    31.5G  8.83G  22.7G        -         -     1%  28.0%      -  ONLINE
 
I don't see "boot",
Code:
zpool list -v
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
sys         31.5G  8.83G  22.7G        -         -     1%    28%  1.00x    ONLINE  -
  da1p2    31.5G  8.83G  22.7G        -         -     1%  28.0%      -  ONLINE
This pool needed for boot only, it does not imported.
I don't think the problem in my pools. Fresh install of FreeBSD 13.0 is also want boot. 12 works fine.
 
There is one last thing to try,
import the root zpool and copy the file /etc/zfs/zpool.cache to the boot zpool in directory /boot/zfs/
 
Zpool shows ad1p2 as part of the pool. I presume with one disk there's only ad0p2. Adding the second disk makes ad1p2 appear.
 
According to the bugzilla report root on ufs works.
But does it work with only boot on ufs and root on zfs seems an interesting question.
 
Back
Top