Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Feb 2019 17:44:53 +0000
From:      Michael Reifenberger <Michael@reifenberger.com>
To:        virtualization@freebsd.org
Subject:   NVMe and Bhyve
Message-ID:  <20190207174453.Horde.hWBGfoLlymCpipxLv8WUJo9@app.eeeit.de>

next in thread | raw e-mail | index | archive | help
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"
...

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?

Greetings
---
mike

Gruß
---
Michael Reifenberger




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190207174453.Horde.hWBGfoLlymCpipxLv8WUJo9>