bhyve

  1. rwv37

    Solved openntpd on a bhyve-hosting machine - why not just ntpd?

    Due to wanting a certain closed-source program which only works on Linux, I intend to try to get a VM up and running, using bhyve. I know little about all this beyond vague stuff like "I know what a VM is", so I've been reading up on it. One of the things I've found is the FreeBSD Journal...
  2. O

    bhyve Two hurdles met running a Linux image exported from VBox .dmg in jailed Bhyve

    A (thin) jailed Bhyve runs a number of Linux VMs. The storage for each VM is allocated in ZFS Volumes. I ran into the following issues while getting this latest one running: vm-bhyve: there was a persistent failure to start the VM reported as fatal; loader returned error 1. After too much time...
  3. F

    Bhyve vs Podman for linux

    I've been running Linux (mostly Arch) for ca 9 years and had Affinity Studio (only available for Windows), for photo editing up and running on Arch using Wine. I switched for FreeBSD (15p7) are few weeks ago and, basically, have everything that I was using before up and working. I would like to...
  4. DtxdF

    jails Implementing AppVMs in FreeBSD with Overlord, AppJail and Xpra

    In this article, I have experimented with the implementation of AppVMs on FreeBSD using Overlord, AppJail, and Xpra to apply the principles of security by isolation, as in other operating systems such as QubeOS, effectively reducing the security gap introduced by X11 applications. Link...
  5. R

    bhyve Permissions issues with bhyve virtio-9p and Alpine linux guest

    Hello! I've been converting my home network infrastructure over to FreeBSD and have been really enjoying it so far. Unfortunately, I'm running into an issue with mounting a virtio-9p disk into an Alpine linux VM. The disk itself mounts fine but I'm unable to access the underlying files with any...
  6. Freedom

    general/other 4G dongles, RNDIS, security, VM and jails

    Hi, I am in one of those situation where I will have to use one of those mobile USB 4G dongle that I do not "fully" trust. It works great on FreeBSD thanks to the urndis driver. The USB device itself seems to run a highly modified version of DD-WRT, but I can't just re-flash it myself as it is...
  7. loveydovey

    Solved Installing freebsd into bhyve legacy bios guest

    I'm just trying to install freebsd to an external drive from my freebsd desktop, configure it, and then use that drive on another computer. The requirement is legacy BIOS mode on that installation. And I want to try the native way. Will this work? boot the MEMSTICK installer (not ISO) usying...
  8. A

    bhyve How to run win7 on bhyve?

    There is no port of edk2-bhyve-csm, so bios is not working. I tried lots of ways like pe to run win7 on bhyve, but not working.
  9. RGM-79N

    bhyve bhyve VMX bug

    Hi I've just submitted bhyve VMX triple fault bug 292798 I was wondering whether I correctly wrote bugreport, tagged correct mailing lists.. Could anyone please take a look? Any troubleshooting tips are welcome
  10. F

    Solved Setting pptdevs in loader.conf not working

    My first question would be if I'm able to do this to the onboard video? I have a video card AMD for graphics, and also have onboard video. Looking to pass the onboard video to a VM via pci passthru. pciconf -vl vgapci1@pci0:13:0:0: class=0x030000 rev=0xc8 hdr=0x00 vendor=0x1002...
  11. B

    Solved ERROR: $vm_dir has not been configured or is not a valid directory

    Trying to get bhyve working again after re-installing my system and have a basic error when runningvm_init. zfs list shows: rc.conf has I'm sure I've overlooked something simple but haven't spotted it yet. Anyone?
  12. saeedpersa

    bhyve Advice on Firewall Deployment Architecture

    I wanted to get your opinion on an infrastructure decision I’m considering. I have an HP DL60 Gen9 server with multiple physical network interfaces, and my plan is to deploy it as a firewall appliance. Instead of installing the firewall OS directly on bare metal, I’m considering installing a...
  13. FreeBSD.vn

    bhyve Adding member interface which has an IP address assigned

    Hello, I need your help and advice on how to add a member interface which has an IP address assigned. I use vm-bhyve for management of my VM's. Nowadays, I am ware of this notice: vm-public: WARNING: Adding member interface igb0 which has an IP address assigned is deprecated and will be...
  14. W

    bhyve bhyve/virtio-9p - symlinks are broken on guest side

    Host: FreeBSD 14.3-RELEASE-p5 Guest: Alpine Linux 3.22.2 I've set up a bhyve VM on my system as above, and added some virtio-9p devices to share various host files, for example (vm-bhyve): disk3_type="virtio-9p" disk3_dev="custom" disk3_name="storage=/mnt" On the guest, I use the following...
  15. DtxdF

    jails Overlord: Deploying ephemeral VMs

    "The Ephemeral Concept" of AppJail is easy to implement in jails due to how easily they are managed, but virtual machines are just another way to achieve this, albeit a more complex one. In this article, we will implement "The Ephemeral Concept" on FreeBSD virtual machines using nbdkit as our...
  16. 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...
  17. 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"...
  18. 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...
  19. 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
  20. 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...
Back
Top