NVMe and Bhyve

Yuri Pankov yuripv at yuripv.net
Thu Feb 7 20:09:01 UTC 2019


Michael Reifenberger wrote:
> Hi,
> first I tried to install windows10 ltsc 2019 onto a nvme disk.
> This failed, the windows installer did not find a disk to install.
> 
> Then I tried the following setup:
> ...
> disk0_type="ahci-hd"
> disk0_dev="zvol"
> disk0_name="disk0"
> disk1_type="nvme"
> disk1_dev="zvol"
> disk1_name="disk1"
> disk1_type="ahci-cd"
> disk1_name="disk2.img"

If this is exact copy/paste, shouldn't the 2 lines above use disk2
prefix instead?

> ...
> 
> And Installed windows on disk0.
> Disk0 is found as expected, disk1 is not.
> 
> The devicemanager reports an error:
> https://imgur.com/a/zrHx23y
> 
> Shouldn't nvme be supported in behyve?


More information about the freebsd-virtualization mailing list