From owner-freebsd-virtualization@freebsd.org Mon Dec 21 03:02:07 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D53B6A4DE82 for ; Mon, 21 Dec 2015 03:02:07 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 99831188B for ; Mon, 21 Dec 2015 03:02:07 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id D20A820B4A0C for ; Mon, 21 Dec 2015 13:02:04 +1000 (AEST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id CCFAC282504 for ; Mon, 21 Dec 2015 13:02:04 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04lKsMKuucGC for ; Mon, 21 Dec 2015 13:02:04 +1000 (AEST) Received: from Peters-MacBook-Pro.local (CPE-60-226-3-158.wrcz1.cha.bigpond.net.au [60.226.3.158]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 9C42E282026; Mon, 21 Dec 2015 13:02:02 +1000 (AEST) Subject: Re: Windows/bhyve Bluescreen 0x50 To: Trent Thompson References: Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <56776BAA.1040102@freebsd.org> Date: Mon, 21 Dec 2015 13:02:02 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=B9IZqLZM c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=OIgypsHbAvIw1X5S2PUfDQ==:17 a=3FMX7HLxAAAA:8 a=6I5d2MoRAAAA:8 a=Sv2sojjTAAAA:8 a=N659UExz7-8A:10 a=wUQvQvOEmiQA:10 a=NEAV23lmAAAA:8 a=DivTarRf1mjK-JIxaSwA:9 a=pILNOxqGKmIA:10 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 21 Dec 2015 03:02:07 -0000 Hi Trent, Revisiting this old topic: > I started playing with Peter's Windows guide and have run into a Blue > Screen of Death already. > I am using Windows 2016, and only changed the passwords in the AutoUnattend. > The zvol is 64GB in size. > I also tried it with a 40GB empty file for a disk, just to be sure. > > The last 150 lines or so of the SAC output can be found here: > https://gist.github.com/pr1ntf/f019e5922bee6dbc791d ... > > > TYPE="string">"0x50" > not yet initialized It appears to be related to the number of vCPUs. Using a single vCPU will result in this, wherease >= 2 seems to work Ok with 2k16 tp3. I'll be hooking up the debugger to see what Windows sees as the issue. later, Peter.