NVMe and Bhyve

Jason Tubnor jason at tubnor.net
Mon Feb 18 00:35:41 UTC 2019


On Mon, 18 Feb 2019 at 02:58, Victor Sudakov <vas at mpeks.tomsk.su> wrote:

>
> Or at least please tell me how I can attach another iso image (with
> drivers) when running "vm install myhost windows.iso"


Technically, you should be able to define something like:

disk1_type="ahci-cd"
disk1_name="virtio-win-0.1.164.iso"
disk1_dev="file"

in the vm.conf file if the virtio-win-0.1.164.iso is located in
/vm/servername/ directory.


More information about the freebsd-virtualization mailing list