iohyve
iohyve copied to clipboard
FreeBSD bhyve manager utilizing ZFS
I have successfully install ubuntu 18.04 using latest iso. but when I start the VM it stuck at grub> instruction here help me pass the grub menu. http://kflu.github.io/2020/04/08/2020-04-08-freebsd-bhyve/ but I...
Hi, I used iohyve on FreeBSD 12.2. Since I upgraded FreeBSD to 13.0, I read this on boot up: "Please specify setup parameters. Usage: 'iohyve setup [kmod=0|1] [net=iface]'" Otherwise, my...
Debian 9.8.0 installs fine: iohyve fetchiso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.8.0-amd64-netinst.iso iohyve create debian 100G iohyve set debian ram=8G os=d8lvm loader=grub-bhyve iohyve install debian debian-9.8.0-amd64-netinst.iso iohyve console debian But it won't start: iohyve start...
I have renamed a bridge to guestbrg0, and it fails to pick up that this bridge exists. This is because iohyve assumes that all bridges are named bridge[0-9]+. This patch...
The MTU of tap interfaces must match the bridge they're added to. This PR makes the tap interface MTU match the bridge interface. I ran into this when switching over...
Any good replacement? Or plans to restart maintenance?
This Pull Request fixes https://github.com/pr1ntf/iohyve/issues/305. I had same trouble on my FreeBSD machine.
Supposedly iohyve should set bhyve to use UTC for RTC by default. It fails to do that in general, it only does it for EFI guests.
Hi! When MTU size is another than 1500, is a problem. Network interfaces (with fixed problem): em0: flags=8943 metric 0 mtu 8232 options=2098 ether 00:25:90:a0:ee:99 hwaddr 00:25:90:a0:ee:99 nd6 options=29 media:...
I've recently upgraded my FreeNAS system from 9.10 to 11.1. In doing so, I've received an update from iohyve 0.7.7 to 0.7.9. My existing Debian LVM VMs fail to start...