From owner-freebsd-virtualization@freebsd.org Fri Nov 6 00:32:08 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 364FCA25954 for ; Fri, 6 Nov 2015 00:32:08 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id E44FE12A0 for ; Fri, 6 Nov 2015 00:32:07 +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 ESMTPS id D893B20FEBC6 for ; Fri, 6 Nov 2015 10:31:59 +1000 (AEST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id CF23E282027 for ; Fri, 6 Nov 2015 10:31:59 +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 VklLiTfVPirn for ; Fri, 6 Nov 2015 10:31:59 +1000 (AEST) Received: from busmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id A13BB280F8B; Fri, 6 Nov 2015 10:31:59 +1000 (AEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 05 Nov 2015 16:31:59 -0800 From: grehan@freebsd.org To: Roman Bogorodskiy Cc: freebsd-virtualization@freebsd.org, Roman Bogorodskiy Subject: Re: Illumos support in bhyve In-Reply-To: <20151105173717.GB2025@kloomba.lvv.mirantis.net> References: <56118B2B.2040101@freebsd.org> <20151105173717.GB2025@kloomba.lvv.mirantis.net> Message-ID: X-Sender: grehan@freebsd.org User-Agent: OntheNet Business Mail X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=B9IZqLZM c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=3FMX7HLxAAAA:8 a=6I5d2MoRAAAA:8 a=wkc5CHvUAAAA:8 a=kj9zAlcOel0A:10 a=qtqOOiqGOCEA:10 a=q78Xq7Gim28WaegqQrkA:9 a=CjuIK1q_8ugA:10 a=Sb2ziR56aZkA:10 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: Fri, 06 Nov 2015 00:32:08 -0000 Hi Roman, > I tried this instruction and I was able to get into smartos > installation. I choose all the default options there, it reported > successful installation. Then I dropped 'ahci-cd' part, but I cannot > get > smartos boot. For smartos, the CD should always be left there since that's the boot media. The first boot just detects that the hard drive is empty which triggers the install. > And, by the way, is it possible to run FreeBSD using UEFI? > > I encountered problems with that as well: > > https://lists.freebsd.org/pipermail/freebsd-virtualization/2015-November/003904.html > > Any hints how to debug this are appreciated. The VM images don't include the UEFI loader. You'll have to boot from the ISO for that, and force serial console output at the loader prompt. later, Peter.