bhyve bhyve cannot boot from raidz1

Hello.

I created new vm, here is config:

vm config
Code:
loader="bhyveload"
cpu="6"
memory="8G"
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
disk1_type="virtio-blk"
disk1_name="disk1.img"
disk2_type="virtio-blk"
disk2_name="disk2.img"
uuid="5d2dd634-db60-11ef-bcc4-ecf4bbbef78c"
network0_mac="58:9c:fc:0f:f3:e6"


Installed 13.4 from iso. Selected selected zfs and raidz1, used all 3 disks. All other options are default.
VM cannot boot:

boot log
Code:
  * booting...
Consoles: userboot

FreeBSD/amd64 User boot lua, Revision 3.0
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
ZFS: i/o error - all block copies unavailable
ZFS: can't read object set for dataset 136
ZFS: can't open root filesystem
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
ZFS: i/o error - all block copies unavailable
ZFS: can't read object set for dataset 136
ZFS: can't open root filesystem
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
ZFS: i/o error - all block copies unavailable
ZFS: can't read object set for dataset 136
ZFS: can't open root filesystem
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
ZFS: i/o error - all block copies unavailable
ZFS: can't read object set for dataset 136
ZFS: can't open root filesystem
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
zio_read error: 5
ZFS: i/o error - all block copies unavailable
ZFS: can't read object set for dataset 136
ZFS: can't open root filesystem
ERROR: cannot open /boot/lua/loader.lua: input/output error.


Can anyone help with that?

UPD: Host is 13.4
 
Back
Top