From owner-freebsd-virtualization@FreeBSD.ORG Sun Apr 14 03:54:36 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E83AA9BE for ; Sun, 14 Apr 2013 03:54:36 +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 A4F071FAA for ; Sun, 14 Apr 2013 03:54:36 +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 D28E512219; Sun, 14 Apr 2013 13:54:27 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-67-190-11-104.hsd1.co.comcast.net [67.190.11.104]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BLK31203 (AUTH peterg@ptree32.com.au); Sun, 14 Apr 2013 13:54:25 +1000 Message-ID: <516A286D.5060901@freebsd.org> Date: Sat, 13 Apr 2013 21:54:21 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: George Neville-Neil Subject: Re: Fatal trap 1: priviledged instruction fault while in kernel mode... References: <07943784-E0BF-4691-A7CB-B09D4C0232A5@neville-neil.com> In-Reply-To: <07943784-E0BF-4691-A7CB-B09D4C0232A5@neville-neil.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=29/51, host=dommail.onthenet.com.au Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 14 Apr 2013 03:54:37 -0000 Hi George, > I just started trying to run bhyve on a Thinkpad X220. This has a core i5 and EPT support, dmesg > attached. I'm trying with the March snapshots (02 March and 30 March so far) and have gotten > the above panic instantly upon trying the vmrun.sh script. > > I took a shot of the screen after the panic but at that point I can't use the keyboard with the > machine at all. > > dmesg for the machine is attached to this email, and the photo is at: > > http://people.freebsd.org/~gnn/bhyvecrash.jpg I'm guessing this recent commit may fix the panic http://svnweb.freebsd.org/base?view=revision&revision=249396 ... but, is it possible that VT-x is disabled in the BIOS ? (the cause of the crash on VM creation). later, Peter.