From owner-freebsd-virtualization@FreeBSD.ORG Sat Feb 22 21:28:21 2014 Return-Path: Delivered-To: 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 982AFE8C for ; Sat, 22 Feb 2014 21:28:21 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BE0F1DFB for ; Sat, 22 Feb 2014 21:28:20 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id gl10so821657lab.0 for ; Sat, 22 Feb 2014 13:28:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Uvo5z182crby97Wk4RwL9grtRl8vpvWeXoBHinQzu04=; b=t4N+FOWSDDICZPmMqbF89HfPo2XFny8r1PvqxQVpK1dB/v1Ohf3djG0L2TKjdtJ3QO CDGJWZZTID9+7PkuoGxL7ONRw3m8OTyA6KsSXCxikTh9Ixitf+Vp7NtUxSTxegtY0aG2 sz7zFZyE8B0p8BGOhmounjKksW72A16iiJJ1y4QBHPXnm/Z5Fo+isyYZeLwUN9vrZBlo 3ZBpml2yACZC4gX/w/wxeuD4VWvFQCy8JZGWnY0kgZrnC2Cw0/vspwKxjRpCe0SqfzZU cvpr/+b4WTwcusRlnFbpUdpGZUQNZ/hKvaZF2cjqAnrFrErOxdbFU0kowr0KEozUYuEW TqqA== MIME-Version: 1.0 X-Received: by 10.112.38.4 with SMTP id c4mr2708294lbk.84.1393104498573; Sat, 22 Feb 2014 13:28:18 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Sat, 22 Feb 2014 13:28:18 -0800 (PST) In-Reply-To: <53090599.5000505@digiware.nl> References: <53090599.5000505@digiware.nl> Date: Sat, 22 Feb 2014 13:28:18 -0800 X-Google-Sender-Auth: IduEmBnlhBbMxZ2ULFz6MWQzp64 Message-ID: Subject: Re: Bhyve and booting a ZFS-on-root system From: Craig Rodrigues To: Willem Jan Withagen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sat, 22 Feb 2014 21:28:21 -0000 On Sat, Feb 22, 2014 at 12:16 PM, Willem Jan Withagen wrote: > Hi, > > Just for the fun of it, I tried my build zfs-system scripts in a bhyve-vm. > > I use the 10.0-RELEASE iso to get to a shell, config and interface and > download my script. Installing does work, and on a regular system we can > go and boot into a ZFS-on-Root system. > 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 then you can try it out. -- Craig