From owner-freebsd-virtualization@FreeBSD.ORG Tue Dec 24 06:18:23 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D2C87EB; Tue, 24 Dec 2013 06:18:23 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2C390125E; Tue, 24 Dec 2013 06:18:22 +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 6D93B122F6; Tue, 24 Dec 2013 16:18:13 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-71-196-188-222.hsd1.co.comcast.net [71.196.188.222]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BQW62635 (AUTH peterg@ptree32.com.au); Tue, 24 Dec 2013 16:18:12 +1000 Message-ID: <52B9271A.503@freebsd.org> Date: Mon, 23 Dec 2013 23:18:02 -0700 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: Craig Rodrigues Subject: Re: Booting a disk image with GRUB in BHyve? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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, 24 Dec 2013 06:18:23 -0000 Hi Craig, > (4) Tried vmrun.sh: vmrun.sh is FreeBSD-only. > How can I boot something which uses GRUB bootloader in BHyve? There is a user-space port of grub2 that allows a number of Linux distros to boot (sysutils/grub2-bhyve). However, for Linux distros such as rhel/centos 6.* that use grub-1, it's somewhat of a manual process. Illumos/SmartOS is a different kettle of fish. It's grub-1, but the the o/s itself presents a number of issues that are still being worked through (BIOS calls, timer modes/calibration etc). later, Peter.