From owner-freebsd-virtualization@FreeBSD.ORG Wed Jun 3 15:26:19 2015 Return-Path: Delivered-To: freebsd-virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A27B2A2 for ; Wed, 3 Jun 2015 15:26:19 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by mx1.freebsd.org (Postfix) with ESMTP id 09BDB1436 for ; Wed, 3 Jun 2015 15:26:18 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTP id BF7171268B for ; Thu, 4 Jun 2015 01:26:10 +1000 (EST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id B4AA4280999 for ; Thu, 4 Jun 2015 01:26:10 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YuuVPiO3dBHb for ; Thu, 4 Jun 2015 01:26:10 +1000 (AEST) Received: from Peters-MacBook-Pro.local (c-67-180-92-13.hsd1.ca.comcast.net [67.180.92.13]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id D2044280996; Thu, 4 Jun 2015 01:26:08 +1000 (AEST) Message-ID: <556F1C90.6040405@freebsd.org> Date: Wed, 03 Jun 2015 08:26:08 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Andriy Gapon CC: "freebsd-virtualization@freebsd.org" Subject: Re: bhyve and illumos References: <556ED0CD.30705@FreeBSD.org> In-Reply-To: <556ED0CD.30705@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 03 Jun 2015 15:26:19 -0000 Hi Andriy, > Has anyone tried to boot an illumos-based OS in bhyve? > Any success stories? The Illumos kernel makes some BIOS calls so it can't be booted with grub-bhyve/multiboot - a triple-fault will result on the first BIOS call. It will need the UEFI/CSM firwmare work that's currently being worked on. later, Peter.