From owner-freebsd-virtualization@FreeBSD.ORG Wed Jul 3 17:01:10 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B826734; Wed, 3 Jul 2013 17:01:10 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id E55441935; Wed, 3 Jul 2013 17:01:09 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id dn14so419479obc.2 for ; Wed, 03 Jul 2013 10:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ktcZM7UygqFhr7TqGq99rXGX9EkhChGFa269hY4jzXc=; b=eVKwPGln4kGowSK26HiN2xXkl5CUj6lyKCh0i/Q3saE88Ldq0IHlbn943C25eZRngV V9Syoe0XeSkhXxSyGYxwJfOZxEYaPSnzCPNPFGlap/HPmdx/ENno29TnRh9jXdAU4+Nj 3RhzTQpesFqU1qYTetEAKsbP8ipsJHOBsefpwMbfucCWuDR5FpBDkoiLG8bMAGwefPVk b9KGbkFvOhvPYjgv3amjoCp0omD2IVBdhb+Mn4r9JggRFHOIW9u2c74S6sDLZUbg45vg z3fghWMbEiXZrQH6DxSMmNWUytKWJMkJfrlBmr8UbVvPg9I9fpa1LMsmZaLiNCkGTM/X JgfQ== MIME-Version: 1.0 X-Received: by 10.60.117.233 with SMTP id kh9mr1662984oeb.58.1372870869014; Wed, 03 Jul 2013 10:01:09 -0700 (PDT) Received: by 10.60.142.40 with HTTP; Wed, 3 Jul 2013 10:01:08 -0700 (PDT) In-Reply-To: <51D4547C.1010707@freebsd.org> References: <51D4547C.1010707@freebsd.org> Date: Wed, 3 Jul 2013 13:01:08 -0400 Message-ID: Subject: Re: help installing bhyve guest From: Aryeh Friedman To: Peter Grehan , freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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 17:01:10 -0000 it is a copy of ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/10.0/FreeBSD-10.0-CURRENT-amd64-20130630-r252387-release.iso On Wed, Jul 3, 2013 at 12:42 PM, Peter Grehan wrote: > 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. >