From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 5 22:34:16 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F39183B3 for ; Fri, 5 Sep 2014 22:34:15 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id B46CB1927 for ; Fri, 5 Sep 2014 22:34:15 +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 8A9E6127D3; Sat, 6 Sep 2014 08:34:06 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BYE81628 (AUTH peterg@ptree32.com.au); Sat, 6 Sep 2014 08:34:05 +1000 Message-ID: <540A3A5B.1060502@freebsd.org> Date: Fri, 05 Sep 2014 15:34:03 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Dan Mack Subject: Re: [HOW-TO] CentOS on bhyve References: <531ABCC5.30801@monkeybrains.net> <531AC763.300@monkeybrains.net> <531ACF85.8040305@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org, "Rudy \(bulk\)" 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: Fri, 05 Sep 2014 22:34:16 -0000 Hi Dan, > Is there a way to direct grub-bhyve to use the > centos:/boot/grub2/grub.cfg file ala some argument -- I scanned the > source and couldn't find a simple over-ride. The Centos7 install I did put the grub2 config into /grub2/grub.cfg grub-bhyve can be told to search in this directory with the "-d" option i.e. -d /grub2 later, Peter.