From owner-freebsd-virtualization@freebsd.org Fri Feb 8 11:49:44 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509DA14DD6F9 for ; Fri, 8 Feb 2019 11:49:44 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A021476748 for ; Fri, 8 Feb 2019 11:49:43 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: by mailman.ysv.freebsd.org (Postfix) id 607A814DD6F5; Fri, 8 Feb 2019 11:49:43 +0000 (UTC) Delivered-To: virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2411B14DD6F3 for ; Fri, 8 Feb 2019 11:49:43 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from app.eeeit.de (app.eeeit.de [188.68.43.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B492576747 for ; Fri, 8 Feb 2019 11:49:42 +0000 (UTC) (envelope-from mike@reifenberger.com) Received: from [100.92.184.187] (ip-109-41-194-219.web.vodafone.de [109.41.194.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mike@reifenberger.com) by app.eeeit.de (Postfix) with ESMTPSA id EF3D859AB7; Fri, 8 Feb 2019 12:49:39 +0100 (CET) Date: Fri, 08 Feb 2019 12:49:38 +0100 User-Agent: K-9 Mail for Android In-Reply-To: <5121268a-1ead-9858-86a7-27f75048feb2@yuripv.net> References: <20190207174453.Horde.hWBGfoLlymCpipxLv8WUJo9@app.eeeit.de> <5121268a-1ead-9858-86a7-27f75048feb2@yuripv.net> MIME-Version: 1.0 Subject: Re: NVMe and Bhyve To: Yuri Pankov ,virtualization@freebsd.org From: mike Message-ID: X-Rspamd-Queue-Id: B492576747 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2019 11:49:44 -0000 Hi, yes its a typo but not relevant for the mentioned problem=2E It just leads to not adding disk2=2E Disk0 and the nvme get added to bhyve=2E Only windows is unwilling to use nvme=2E Greetings =2E=2E=2E Mike On February 7, 2019 9:08:53 PM GMT+01:00, Yuri Pankov wrote: >Michael Reifenberger wrote: >> Hi, >> first I tried to install windows10 ltsc 2019 onto a nvme disk=2E >> This failed, the windows installer did not find a disk to install=2E >>=20 >> Then I tried the following setup: >> =2E=2E=2E >> disk0_type=3D"ahci-hd" >> disk0_dev=3D"zvol" >> disk0_name=3D"disk0" >> disk1_type=3D"nvme" >> disk1_dev=3D"zvol" >> disk1_name=3D"disk1" >> disk1_type=3D"ahci-cd" >> disk1_name=3D"disk2=2Eimg" > >If this is exact copy/paste, shouldn't the 2 lines above use disk2 >prefix instead? > >> =2E=2E=2E >>=20 >> And Installed windows on disk0=2E >> Disk0 is found as expected, disk1 is not=2E >>=20 >> The devicemanager reports an error: >> https://imgur=2Ecom/a/zrHx23y >>=20 >> Shouldn't nvme be supported in behyve?