From owner-freebsd-virtualization@FreeBSD.ORG Wed Jul 3 17:06:20 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 90568839; Wed, 3 Jul 2013 17:06:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id 54BD51970; Wed, 3 Jul 2013 17:06:20 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id o6so527253oag.27 for ; Wed, 03 Jul 2013 10:06:20 -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=1Ys5r17zY2U48Xv7+p/0KvBin5oczcFqu40wFejqFAY=; b=n6gREjdLljnvIzXY/FmCq9vYx4lbLB+jdgD7PXf+/26NjUR6JAQ7HQzesnXHlLbbOY iIlEzYpasZTprZh4tq0V09Iic+zD2K88clZ3wF8lrCZ5nqXsPsm7QV/S/zwi9cJr8gAP OYur5d4N/E4oqQutrCXF7F+82JPJTO7PXa0JImAKo4p/SOkyH33wE5f+uL4054BGH3qb BAdBbtkAWbTJ6cKiDMv62qPZUPWsZ6vuPW4HqyeMgMyr3NbvSjQNYcd0LGLymsMYozn7 V+tPayLlejQXTvIKEhrHRxs6TaVQbHq1zHatJf9I1DvDpWXmW4J/6znHnlEIJyGk4CK/ p+CQ== MIME-Version: 1.0 X-Received: by 10.182.16.137 with SMTP id g9mr1731829obd.17.1372871179994; Wed, 03 Jul 2013 10:06:19 -0700 (PDT) Received: by 10.60.142.40 with HTTP; Wed, 3 Jul 2013 10:06:19 -0700 (PDT) In-Reply-To: References: <51D4547C.1010707@freebsd.org> Date: Wed, 3 Jul 2013 13:06:19 -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:06:20 -0000 Just a quick note refetching it to make sure On Wed, Jul 3, 2013 at 1:01 PM, Aryeh Friedman wrote: > 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. >>