From owner-freebsd-virtualization@FreeBSD.ORG Sat Sep 28 12:34:53 2013 Return-Path: Delivered-To: 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 ESMTP id 924325E6 for ; Sat, 28 Sep 2013 12:34:53 +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 550E429D9 for ; Sat, 28 Sep 2013 12:34:52 +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 18691121CE; Sat, 28 Sep 2013 22:34:51 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([62.173.8.174]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BOX15664 (AUTH peterg@ptree32.com.au); Sat, 28 Sep 2013 22:34:48 +1000 Message-ID: <5246CCE0.1050801@freebsd.org> Date: Sat, 28 Sep 2013 14:34:40 +0200 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: symbolics@gmx.com Subject: Re: Booting Linux VMs under Bhyve with fresh -CURRENT References: <20130928120750.GA48256@lemon> In-Reply-To: <20130928120750.GA48256@lemon> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 28 Sep 2013 12:34:53 -0000 Hi sym, > So, is it actually possibe to run Linux VMs today, given the userland > tools in -CURRENT? Not quite - I have yet to commit the AHCI emulation that came out of this year's GSoC project to allow an install from ISO. Also, bhyveload isn't used for Linux - I have a modified version of grub2's grub-emu target. I'm putting together a port for that. later, Peter.