bhyve

  1. S

    bhyve Guest VM stuck at base frequency.

    I did something new for me recently. I installed FreeBSD 14.3 on a used Dell PowerEdge T430. It features dual Intel Xeon E5-2683 v4 processors, 160GB of ECC RAM, a flashed Dell PERC H330 RAID card, a Kingston KC600 256GB SATA SSD, 8 Seagate Ironwolf 4TB NAS HDDs and so on. (I've attached the...
  2. X

    bhyve [SOLVED ]VM bhyve suddenly stopped working

    Hi, My Byhve VM suddenly won't boot. I use vm-bhyve. It worked fine until yesterday. I upgraded my FreeBSD STABLE-14 to latest src, may be it is related ? The config : loader="grub" grub_run_partition="2" cpu=2 memory=4096M network0_type="virtio-net" network0_switch="public"...
  3. O

    qemu Accelerated QEMU is back ? (gsoc 2025)

    Just sharing some first impressions and testing of this work: https://wiki.freebsd.org/SummerOfCode2025Projects/VMMAcceleratorSupportForQEMU As far as I understand, the work is nearing completion and the more people test it, the more chances there are to get it into the upstream. If my memory...
  4. DtxdF

    jails How to install Jellyfin and Jellyseerr using Overlord

    In this article, we'll deploy both Jellyfin and Jellyseerr using Overlord, a DevOps-oriented tool for FreeBSD that emphasizes a declarative approach. Link: https://dtxdf.github.io/jellyseerr.html
  5. DtxdF

    jails Overlord: Deploying virtual machines with ephemeral jails

    Overlord will take care not to destroy the jail with your valuable virtual machine in vmjail deployments. However, this approach does not honor "The Ephemeral Concept" of AppJail, which has many advantages that cannot be ignored, particularly when updating or upgrading the jail and its contents...
  6. Franconian_Witchcraft

    jails Running bhyve inside of jails: experiences?

    Hi, is anybody running bhyve VMs inside of jails and can share experiences? The idea came to my mind because of OmniOS (illumos) is running bhyve VMs inside of a non-global zone: https://omnios.org/info/bhyve_kvm_brand.html When searching the web I've found this article, so it is possible...
  7. D

    bhyve Title: Read-Only Filesystem in MX Linux VM on Bhyve After Switching to Ryzen 5 5600G – SATA or BIOS Issue?

    Hello everyone, I am experiencing issues booting an SSD with an MX Linux installation using Bhyve on FreeBSD. This problem appears to have started after I switched from an Intel B85 motherboard with a Xeon E3 CPU to an AMD Ryzen 5 5600G on an ASUS B450M-A II motherboard. The VM worked fine on...
  8. J

    bhyve Windows Guest, RDP and OpenGL

    I'm running a Windows 11 guest on a bhyve VM and I connect to it over RDP. This is the setup I have been using for quite some time and it generally works quite well. However, now I installed an application in the Windows guest which refuses to start as it requires OpenGL 2.0 support. I was...
  9. L

    bhyve zvol slow

    Hi, I created a Windows VM with vm-bhyve, this VM has two disks, one a raw image configured as "ahci-hd" and the 2nd is a zvol. As I noticed that 2nd disk (disk D: in the Windows vm) is painfully slow, and hangs the VM. I stopped it and I'm converting to raw with this command: dd...
  10. A

    Using VMM as standalone hypervisor

    I understand VMM is tightly coupled with Bhyve, but for an experiment I wanted to get a small real mode program running using only vmm (a replica of nvmm). This was my best attempt. I made sure to set the segment registers appropriately, but gdb tells me I'm calling vm_run improperly. Any help...
  11. duncan_bayne

    bhyve Better approach for bhve networking + NFS?

    Hi, I'm virtualising my Linux development environment for $DAY_JOB using bhyve, vm-bhyve, and NAT. I expose files on the guest to the host using NFS, and edit those files on the host. Networking is via NAT on either Ethernet (on my desktop), or Wi-Fi (on my laptop). It's the latter that's...
  12. D

    Solved Performance of windows 10 vm under virtualbox and bhyve

    I tried switching from virtualbox to bhyve (using vm-bhyve) for running a windows 10 vm and everything worked fine including audio input & output, good disk transfer and network speeds with virtio devices, etc. However, I could not manage to get the same performance that I get in virtualbox...
  13. NapoleonWils0n

    bhyve Invidious Youtube front end working in a Ubuntu Bhyve vm with Podman

    I have managed to get Invidious working in a Ubuntu Bhyve vm with Podman Are you fed up with Youtube showing you rubbish and just want to see the channels you have subscribed too The Invidious urls work with mpv and you can view the site using Emacs as well Invidious set up notes after the...
  14. NapoleonWils0n

    bhyve vm-bhyve Ubuntu 24.04 installed

    Ubuntu 24.04 installed with vm-bhyve after a bit of work https://github.com/NapoleonWils0n/cerberus/blob/master/freebsd/vm-bhyve.org install packages doas pkg install bhyve-firmware grub2-bhyve edk2-bhyve vm-bhyve-devel create the zfs datasets doas zfs create -o mountpoint=/vm zroot/vm doas...
  15. R

    bhyve bhyve cannot boot from raidz1

    Hello. I created new vm, here is config: vm config 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"...
  16. Franconian_Witchcraft

    bhyve Sharing folder with virtio-9p: poor performance

    Hi, I'd like to share my experience with folder sharing to a VM via virtio-9p. I've tried to use it on a home server: Host: FreeBSD 14.2 with vm-bhyve Guest: Debian 12.9 The guest runs a Lyrion music server and the music files are on the host in a ZFS dataset. So my idea was to use virtio-9p...
  17. V

    bhyve How to properly use the virtio_gpu driver in bhyve in a FreeBSD guest?

    Hello. Bhyve Host: FreeBSD 14.1 Guest: FreeBSD 14.2 (kernel built with "device virtio_gpu") What needs to be done to have a virtual GPU appear inside the guest on FreeBSD 14.2? Judging by this diagram, you need to install the virglrenderer package on the host. As a guest, as I understand it...
  18. V

    Other How to properly mount a directory via 9p (plan9) in the bhyve of a FreeBSD guest?

    Hello. Host: FreeBSD 14.1 bhyve guest: FreeBSD 14.1 How is it possible to mount a directory via 9p protocol in a freebsd guest? I'm using the vm-bhyve wrapper. The official vm-bhyve documentation says: VM guest conf: disk1_type="virtio-9p" disk1_name="cache=/var/cache/pkg/" disk1_dev="custom"...
  19. yom

    How to: gitlab-runner vm-bhyve executor

    Hope it can help some people in the same case. https://yom.iaelu.net/2024/12/gitlab-runner-bhyve-executor/
  20. R

    jails Netgraph Part II with jail and bhyve examples

Back
Top