-
In FreeBSD 12, there will be support for running bhyve in a jail. Using this in practice can be read about here: https://github.com/lattera/articles/blob/master/freebsd/2018-10-27_jailed_bhyve/article…
quite updated
5 years ago
-
I can run Ubuntu GNome Desktop as vm guest (in FreeBSD host bhyve) and operate it by vnc(frameBuffer).
What‘s the right way to run a FreeBSD vm guest with Lumina GUI application(in FreeBSD host b…
-
Hello,
I'm trying to boot a non-UEFI Windows image with grub from bhyve
```
grub> set root=(hd0,msdos1)
grub> ls /
$AttrDef $BadClus $Bitmap $Boot $Extend/ $LogFile $MFT $MFTMirr $Recycle.Bin…
-
https://github.com/iXsystems/ix-bhyve/releases/tag/18.06
-
I have read about how to suspend a vm with bhyve, for example here:
[https://github-wiki-see.page/m/FreeBSD-UPB/freebsd/wiki/Save-and-Restore-a-virtual-machine-using-bhyve](https://github-wiki-see.…
jjess updated
2 years ago
-
Since FreeBSD 14 release, bhyve now supports TPM passthrough and emulation, which is handy for recent versions of Windows.
Just wondering if this has or will be implemented into vm-bhyve?
Thanks
-
Hello.
I've created the NomadBSD image cloning your repo and following the instructions that I've found on top of my FreeBSD system (**FreeBSD marietto 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENER…
-
Is there any way to make a VM created with `vm-bhyve` restart automatically after it has crashed or something else unexpected happened to it? I'm thinking of something like the `vmrun.sh` script [ment…
-
Using the vm-bhyve-1.2.3 package on FreeBSD 12-STABLE (r342631).
vm-bhyve seems unable to handle reboots of VMs that use `bhyveload` - possibly due to `bhyveload` being called _too quickly_ after t…
-
when combined with vm-bhyve, dnsmasq fails to start up when booting from /etc/rc.
dmesg shows:
> dnsmasq[1732]: failed to create listening socket for 192.168.x.x: Can't assign requested address
T…