From owner-freebsd-virtualization@FreeBSD.ORG Wed Jul 3 16:42:51 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 B2AC3E8 for ; Wed, 3 Jul 2013 16:42:51 +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 779151862 for ; Wed, 3 Jul 2013 16:42:51 +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 2B55812642; Thu, 4 Jul 2013 02:42:49 +1000 (EST) Received: from Peter-Grehans-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 BNC51841 (AUTH peterg@ptree32.com.au); Thu, 4 Jul 2013 02:42:45 +1000 Message-ID: <51D4547C.1010707@freebsd.org> Date: Wed, 03 Jul 2013 09:42:36 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Aryeh Friedman Subject: Re: help installing bhyve guest References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 03 Jul 2013 16:42:51 -0000 Hi Aryeh, > /usr/sbin/bhyveload -m 4096 -d lts.iso lts ... > Currently the only output I get is (and then it freezes): > > Consoles: userboot > > FreeBSD/amd64 User boot, Revision 1.1 > (aryeh@vcloud, Tue Jun 25 00:58:25 EDT 2013) > \ > can't load 'kernel' It's failing in the user-space loader - a kernel can't be found on the lts.iso that is being passed to it. This results in register state not being set up correctly in the VM, so it will exit immediately (note the RIP value of 0, and the exit code of 33, "VM-entry failure due to invalid guest state"). What does lts.iso look like ? later, Peter.