From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 4 23:28:29 2015 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 9C02034D for ; Sun, 4 Jan 2015 23:28:29 +0000 (UTC) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by mx1.freebsd.org (Postfix) with ESMTP id 5B70515B4 for ; Sun, 4 Jan 2015 23:28:28 +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 AE43312670; Mon, 5 Jan 2015 09:28:20 +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 CAS17735 (AUTH peterg@ptree32.com.au); Mon, 5 Jan 2015 09:28:19 +1000 Message-ID: <54A9CC90.2020103@freebsd.org> Date: Sun, 04 Jan 2015 15:28:16 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Willem Jan Withagen Subject: Re: Native Linux guest in Bhyve (no grub2-bhyve) status? References: <5448305F.8010307@freebsd.org> <54483712.8050007@freebsd.org> <54A9CAFB.1090902@digiware.nl> In-Reply-To: <54A9CAFB.1090902@digiware.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" , Conrad Rad 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: Sun, 04 Jan 2015 23:28:29 -0000 Hi Willem, > Would it it be possible in the meantime to enhance grub2-bhyve with the > same possibility as bhyve itself has for the console? > > So I can redirect grub screen access to /dev/nmdm12041, and one can even > use this channel to see the grubscreen during rebooting. > > Or if it is not that hard, give some pointers to write it myself. Conrad contributed this to grub-bhyve with https://github.com/grehan-freebsd/grub2-bhyve/pull/2 It's available in v0.30 which has been in ports for a while now: https://github.com/grehan-freebsd/grub2-bhyve/releases/tag/v0.30 later, Peter.