From owner-freebsd-virtualization@FreeBSD.ORG Tue Dec 3 17:45:43 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D27286D9; Tue, 3 Dec 2013 17:45:43 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 906641507; Tue, 3 Dec 2013 17:45:43 +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 D65EA122F6; Wed, 4 Dec 2013 03:45:41 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-69-181-164-196.hsd1.ca.comcast.net [69.181.164.196]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BQN15091 (AUTH peterg@ptree32.com.au); Wed, 4 Dec 2013 03:45:41 +1000 Message-ID: <529E18C4.3050609@freebsd.org> Date: Tue, 03 Dec 2013 09:45:40 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Ivan Voras Subject: Re: Upcoming FreeBSD 10.x + bhyve ... References: <56DEE328-7C96-4AC9-BF87-2C41D4C7949F@hub.org> <529D210C.9020801@freebsd.org> <70B115D9-436C-45EC-8F2E-CEBB2A48A9A5@hub.org> <529D42C0.6020006@freebsd.org> <07A86855-DEE6-4B07-8D2E-47E97303B348@hub.org> <529E0722.4040007@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 03 Dec 2013 17:45:43 -0000 Hi Ivan, > What is the status of running "foreign" (non-FreeBSD) guests in bhyve in > 10.0 and CURRENT? Recent Linux/x64's should work using grub-bhyve from ports. The easiest to use are server distros with grub2 native - Ubuntu 12/13 LTS, Debian 6/7. RHEL/CentOS 6.* works but with some manual bhyve-grub command line work required. I had a lightly modified OpenBSD 5.4 working, though recent snapshots aren't - need to debug that. later, Peter.