From owner-freebsd-virtualization@FreeBSD.ORG Mon Dec 15 00:54:13 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40D261D2 for ; Mon, 15 Dec 2014 00:54:13 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1EB0924 for ; Mon, 15 Dec 2014 00:54:12 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id bs8so7344116wib.10 for ; Sun, 14 Dec 2014 16:54:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=gUWevg04loQo1eyIIzN7QFxWnCE5nl4xMlkoaEN1zmk=; b=OhdGLHlnbpiyAzt3HV7Wjs1GdsS2jJ/Rgj5bv+cObQf4+YHAU98MMJkHDAaXZPjT0d XXefitPN+B+hDRGmqIYANtN5EBaf+UPph1GV1MPKCPzrzFOArms/+9J/rL+gzG4h0iKP 3ACPB5WH8c2TeQ8+hdK6tD1/kCT/O0w3AXh45UpAKxAyYF9K6md7WVbVhhoLHj1d8bmE y+rYdgZ5jt7VxP3Qj4uwTTDPmUNX8lJDDNI205zQWWwEfrBvT53vR2LmFxBd4dAs8e/Z C4//pTZQAdJPeGSZhF4a/8uIx9B9466ku5XjQ69LeuNf+FdDcN1CUVtgn4kJsWjrGKop NYGQ== X-Received: by 10.194.179.166 with SMTP id dh6mr47548283wjc.87.1418604851097; Sun, 14 Dec 2014 16:54:11 -0800 (PST) Received: from [10.0.1.108] (cpc15-stav13-2-0-cust197.17-3.cable.virginm.net. [77.100.102.198]) by mx.google.com with ESMTPSA id kn5sm11041279wjb.48.2014.12.14.16.54.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Dec 2014 16:54:10 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: bhyverun - mptable/smbios table requires mapped mem From: Paul Chakravarti In-Reply-To: <548E2E66.1040104@freebsd.org> Date: Mon, 15 Dec 2014 00:54:09 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <6C251972-7067-4015-801E-8CC8DB130C33@gmail.com> References: <6A5FD6A7-E3B2-4323-A21D-3770E7C3742E@gmail.com> <548E2E66.1040104@freebsd.org> To: freebsd-virtualization@freebsd.org X-Mailer: Apple Mail (2.1993) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 15 Dec 2014 00:54:13 -0000 Allan/Peter, Apologies - stupid mistake - obviously should have been 512M.=20 Boots fine now but I think I will take a break and restart tomorrow when = my brain is working! Thanks, Paul > On 15 Dec 2014, at 00:42, Peter Grehan wrote: >=20 > Hi Paul, >=20 >> # sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 512K >=20 > I've not tried to run bhyve with that small an amount of RAM - you may = want to bump it up a bit. That may also point to a bug in bhyveload in = that it should have failed to load a kernel (that usually requires a few = MB minimum). >=20 > Also, before running again you usually have to reset the state with = either another bhyveload or a 'bhyvectl --destroy'. >=20 > later, >=20 > Peter.