From owner-freebsd-virtualization@FreeBSD.ORG Sun Feb 23 19:24:25 2014 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 D8853B19 for ; Sun, 23 Feb 2014 19:24:25 +0000 (UTC) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A67011C51 for ; Sun, 23 Feb 2014 19:24:25 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id um1so5572061pbc.19 for ; Sun, 23 Feb 2014 11:24:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xAeyG7SaI2wGPFieU10rnzgnXeF+IEWrGqOSCC7npq0=; b=Jb0kIOtm7YFDx2In3TPjjJ/unK4xbQzc9b48ogaisSJ/ancEUgFdev87tTo7NHGcFh 8XLuiFty1hJulWrrCtkUw+MltsKbKEx2MaGG5EI9WSsiKprtoIGz8UOb3EDnwYW7HTiU sKGfr4wliXljHqvVAiyIYy5wkK2HJlH/PPeAf4/fvR32mBG4qUEmQzqY+4QD8PwJjX4K AjtmRER6OTmZCsspZDLz39JQ2YLqdY0ltveIn4UWxn5n2nX0DNdYd3mhz7wdSm8zKSE6 FIelCOUcJ8y2mnYs4o7zmBkGwB15sLH8dtL63zh6A+wgV5mQOBcoYV3iJtrG7xfH6QCt /JEQ== X-Gm-Message-State: ALoCoQmZvYEgo6s/Yxxk+X3b+/oDcFM9NiRuobAlHZt9ZX22TsZWAjsCnhTnDpZYJuMvGNDPAK87 X-Received: by 10.68.132.233 with SMTP id ox9mr20776504pbb.138.1393183458970; Sun, 23 Feb 2014 11:24:18 -0800 (PST) Received: from Michaels-MacBook-Pro.local (c-98-246-202-204.hsd1.or.comcast.net. [98.246.202.204]) by mx.google.com with ESMTPSA id sy2sm42558834pbc.28.2014.02.23.11.24.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Feb 2014 11:24:18 -0800 (PST) Message-ID: <530A4AE1.7080703@callfortesting.org> Date: Sun, 23 Feb 2014 11:24:17 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: Bhyve and booting a ZFS-on-root system References: <53090599.5000505@digiware.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Sun, 23 Feb 2014 19:24:25 -0000 On 2/22/14 1:28 PM, Craig Rodrigues wrote: > ZFS on Root inside a BHyve VM was not working until > today. If you you have a FreeBSD-CURRENT system and then update > to this revision: > http://lists.freebsd.org/pipermail/svn-src-all/2014-February/081210.html Only two items are needed for booting ZFS VM's: /boot/userboot.so and /usr/sbin/bhyveload I posted these binaries and the patch for testing and you may find them useful in the interim: http://bhyve.org/zfsboot.tar While I have not tried a ZFS VM on AMD, it will load a UFS2 one. Michael