15:10:44 Ho to all. My newbie's journey on the track to OmniOS knowledge brought me to try my first a bhyve zone... but I'm obtaining only this at zlogin: "[NOTICE: Zone halted]"! :( 15:15:41 Here is the content of my /zones/obsd01/log/zone.log: https://pastebin.com/raw/CiUKSkmu Anyone can point to what I'm missing? Thanks! 15:17:38 Here is also the output of "zonecfg -z obsd01 info": https://pastebin.com/raw/XpXcCkLf 16:55:31 warden - Is there anything in the zone init log? That should be /zones/obsd01/root/tmp/init.log if I remember correctly. 17:10:00 yes, it looks like we've found the problem: "bhyve-obsd01: Could not open backing file: /dev/zvol/rdsk/rpool/bhyve_obsd01: No such file or directory 17:10:01 Could not open backing file: No such file or directory 17:10:01 device emulation initialization error: No such file or directory" 17:11:54 ... but the zvol block device is there: 17:12:28 lrwxrwxrwx 1 root root 0 Aug 30 19:10 /dev/zvol/rdsk/rpool/bhyve_obsd01 -> ../../../..//devices/pseudo/zfs@0:3,raw 17:16:33 In the config, the device match is for rpool/obsd01, shouldn't that be rpool/bhyve_obsd01 ? 17:21:13 aha, here is my fault: thatnk you ptribble! 17:23:56 now booting the bhyve zone caused the crash/reboot of the entire host, but I'll restart from scratch with more attention... thanks! :)