From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 20 16:42:32 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 282CDEB4 for ; Thu, 20 Nov 2014 16:42:32 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id E005C38F for ; Thu, 20 Nov 2014 16:42:31 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 9446B1235C; Fri, 21 Nov 2014 02:42:29 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-67-161-27-37.hsd1.ca.comcast.net [67.161.27.37]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BZW30748 (AUTH peterg@ptree32.com.au); Fri, 21 Nov 2014 02:42:28 +1000 Message-ID: <546E19F1.1040906@freebsd.org> Date: Thu, 20 Nov 2014 08:42:25 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Alex Povolotsky Subject: Re: CentOS in bhyve References: <546E09FE.80703@webmail.sub.ru> In-Reply-To: <546E09FE.80703@webmail.sub.ru> 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.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: Thu, 20 Nov 2014 16:42:32 -0000 Hi Alex, > [18:30] backup:/<1>bhyve/oracle # grub-bhyve -r cd0 -m > /etc/bhyve/oracle/device.map -M 16G oracle grub-bhyve only accepts memory in units of MB, so you'll have to change that to 1024. Note that grub-bhyve has now been fixed to allow the K|M|G|T suffixes to be used. later, Peter.