0

I have libvirt with bhyve driver on FreeBSD 12. I have FreeBSD guests and Linux guests with UEFI. Both are not able to reboot, just stops when a reboot command issued inside the guest.

Artiom
  • 41
  • 3

1 Answers1

0

This happens because the bhyve process just exits if the guest reboots. It takes some external supervisor like runit or s6 to decode the exit status (shutdown, reboot, triple fault, other) and do the right thing.

crest
  • 11
  • 1