From owner-freebsd-virtualization@FreeBSD.ORG Thu Jan 23 08:24:36 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 A614D144 for ; Thu, 23 Jan 2014 08:24:36 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66258117A for ; Thu, 23 Jan 2014 08:24:35 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wp4so1689933obc.39 for ; Thu, 23 Jan 2014 00:24:29 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ONQdFmKPQcSV5kc0if6KFfLUi36KeJSaGb5mYudE4WA=; b=mV7cgkxwWMNadRIH3ab5rQieND7aYidtXBpq3DygqBl+nwSHZU5hNhlFUKPjkhWVXy KQ0Zkus3sBmwSTaxksgIQK0StB6VyxD2XRn15kwqnO9QQScLhjCFz3vpcUdvHRk3Mq13 74a0Ziw6NQ4vCzCkB8c8WU5Q6J6FgWU79eyu6ucfJHXjBVPZHR+L0XU7KiiEJ/3PyO0x DyAozerx8NucyY5gxyuq7UDzlFxYpn5Kn4MD46II64xXhnfSN24JHXxb8zo9rN5IatDE EetYvMSDkmzza8E0DRmxSRXxcWHEEfDj1xgBe4ngza8Ude4wjQQ4laSQz+RvjeXlf6mG 5kSQ== X-Gm-Message-State: ALoCoQk9eYBry79wbm04tgFiwDwQpVMDbmuV0tBcxqB01J4xGa+QARDLAshRrc2QAn8aEIxcEumW X-Received: by 10.60.65.5 with SMTP id t5mr4937455oes.19.1390465469505; Thu, 23 Jan 2014 00:24:29 -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 n5sm54825772oer.5.2014.01.23.00.24.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 Jan 2014 00:24:29 -0800 (PST) Message-ID: <52E0D1BB.2050807@callfortesting.org> Date: Thu, 23 Jan 2014 00:24:27 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: =?UTF-8?B?Sm9uYXMgQsO8bG93?= , Peter Grehan Subject: Re: Linux on BHyVe in 10.0-RELEASE References: <52E0C1D4.9000304@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-virtualization 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: Thu, 23 Jan 2014 08:24:36 -0000 Here's what I've found so far: vmrun.sh does not like zvols and I am hoping for: sh vmrun.sh -m 1024 -d /dev/zvol/zroot/vm3 vm3 It gets as far as: Writing partition tables [In Progress ] Initializing ada0p2 [ Failed ] I am trying to figure out why. What does work for me for FreeBSD VM's is to prepare /dev/zvol/zroot/vm3 using the bhyve-script approach and then boot it as usual. I will include this in an rc version of "bhyve-script" that I hope to release shortly. It may not be worth adding the functionality to bhyve-script as it is EOL. Michael On 1/22/14 11:26 PM, Jonas Bülow wrote: > Yes, if "using zvol" is the same thing as using ZFS for the guest image. > > I tried setting DEVTYPE to "" with the same result. > > /J > > > On Thu, Jan 23, 2014 at 8:16 AM, Peter Grehan wrote: > >> Hi Jonas, >> >> >> Installation starts and everything looks good until it tries to install >>> the >>> grub boot loader. That last step fails. Exiting the installer and running: >>> #sh lin1 start >>> Gives a grub prompt. >>> >>> Any hints? >>> >> >> Are you using a zvol for the guest disk image ? >> >> later, >> >> Peter. >> >> > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org" >