From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 29 16:25:14 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61EFDFF4 for ; Wed, 29 Jan 2014 16:25:14 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 22A871C7B for ; Wed, 29 Jan 2014 16:25:13 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id CF80E123FF; Thu, 30 Jan 2014 02:25:12 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-69-181-164-196.hsd1.ca.comcast.net [69.181.164.196]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BRM66856 (AUTH peterg@ptree32.com.au); Thu, 30 Jan 2014 02:25:12 +1000 Message-ID: <52E92B66.1010202@freebsd.org> Date: Wed, 29 Jan 2014 08:25:10 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Aryeh Friedman , "freebsd-virtualization@freebsd.org" Subject: Re: strange behavior out of a "supported" bhyve CPU References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 29 Jan 2014 16:25:14 -0000 Hi Aryeh, > CPU: Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz (2998.33-MHz K8-class CPU) Should be no issues with that one (desktop Haswell). > /usr/sbin/bhyveload -m 512 -d /vms/import/backupInstance 8e2nt39puc A verbose boot may help diagnose this: would you be able to add "-e boot_verbose=1" to your bhyveload command line and post the bhyve boot log ? later, Peter.