As the title says, is there any possibility to add a custom option to the startup command that FreeNAS creates for the VMs. I specifically want to passthrough a pcie tv tuner to a linux VM using -s 7:0:0,passthru,3/0/0
afterwards you have to make sure the virtual nic the VM uses is in the correct bridge and is up and in promiscuous mode otherwise there is no networking on the VM
I know this is old topic but I came up with exactly your solution except for -S to work you also need to pass it to grub-bhyve to force memory wiring but I cannot figure out how grub-bhyve cmd should look like. Can you please share your command for grub-bhyve?
Thanks.