From owner-freebsd-virtualization@FreeBSD.ORG Mon Dec 9 07:15:46 2013 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 37C078CD for ; Mon, 9 Dec 2013 07:15:46 +0000 (UTC) Received: from mail-ee0-x22b.google.com (mail-ee0-x22b.google.com [IPv6:2a00:1450:4013:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C314E1ACE for ; Mon, 9 Dec 2013 07:15:45 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c13so1323309eek.16 for ; Sun, 08 Dec 2013 23:15:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=ntV2pxFGTVJ7E26E0+rDDKuaOIO0QzJ52ob+If5KaC4=; b=jW9E5cJjOCaoj6+Gs3NDzdkOP8v7xLyV5OhA0/Ag0OAXyGMSCFBFDqGfGDn2Q7J43N rYANuq/Y+34heMFUOxR5uqYMhLBnZWT8b/WNJ9o2dm+e3VD4bxxDyOXwIWoj218AEwoK uo8G+3C4fANRAAw0uUIehe8K87QuaVCRIFjMFHb53bHYdROwvp5vwUD2OgYe9jtvFrb9 t1AyiK7GqkVV0Nj9bskTfVTcfU4ca6FvwWri5jMQ0rr1+fgyXhC9+Q9FmQWD0Z1n55NX RBRhuaHPGWB466Uw9dT/0d+rbmMfDfTTj4B2sdTeKsW4PeED4lE35+ZgEVY0Rg+J1O+J S9pA== X-Received: by 10.14.109.5 with SMTP id r5mr1613358eeg.110.1386573344265; Sun, 08 Dec 2013 23:15:44 -0800 (PST) Received: from [10.0.3.25] (188.165-67-87.adsl-dyn.isp.belgacom.be. [87.67.165.188]) by mx.google.com with ESMTPSA id m1sm25317561eeg.0.2013.12.08.23.15.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Dec 2013 23:15:43 -0800 (PST) From: Sydney Meyer Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: =?windows-1252?Q?bhyve-scripts-vm=92s_with_zvol=92s_exiting?= Message-Id: Date: Mon, 9 Dec 2013 08:15:41 +0100 To: freebsd-virtualization@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) 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: Mon, 09 Dec 2013 07:15:46 -0000 Hello Everyone, i`m trying to start a bhyve vm with a zvol as a disk backend. I downloaded bhyve-scripts, prepared the host (.ko=92s,network,zvol), = changed =93DEVTYPE=3D=93 and =93VMDEV=3Dzvol/zroot/vm0=94, provisioned = the vm, =93sh vm0 start=94 returns the Bootloader and exits with: Booting... vmload: vm0 appears to have loaded. vmboot: zvol/zroot/vm0 does not exist! Exiting. I=92m on 10-BETA4. What am i doing wrong? Thanks, Sydney.=