From owner-freebsd-virtualization@FreeBSD.ORG Thu Jan 23 08:37:38 2014 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 00D165A3; Thu, 23 Jan 2014 08:37:37 +0000 (UTC) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1111286; Thu, 23 Jan 2014 08:37:37 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oz11so902546veb.4 for ; Thu, 23 Jan 2014 00:37:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NhzBNJku2DMd3ZQDt05cyEEYjACP5lYZ5hc2dyGRpwM=; b=rgimfB+hnGay7ICEwsp/KwtumWnRMbGuZ8SE60OL9Fz972Q6P6V30cN+RjY8oSa4FD 6Bl+hwbwgUknl0uTQoCc9CuB9fNfRqUe3z2UBiBdpMhrompbcJJm6aA83OZ0dU2i48wD 7Yu+BZP+qAOzWUPvLwOD5vjRsDARYz8pgEBeSQ5YdMCXYfbRhTOpVG+zy8+bxSFWo1xx PCiXBkqdllZGR0ZnkF8OazSvQ1IFLQca4K7GBSr6SxfefiojmYg725rE+E3LPRJ4ufph o4lN56Xs1CAUauX67x6hrbkP6s+9dLB41n95+4NgwzOzWHsYXQY3T0iF3F0hFXj6G0+L hn9A== MIME-Version: 1.0 X-Received: by 10.220.1.131 with SMTP id 3mr3852053vcf.4.1390466256724; Thu, 23 Jan 2014 00:37:36 -0800 (PST) Received: by 10.220.0.137 with HTTP; Thu, 23 Jan 2014 00:37:36 -0800 (PST) In-Reply-To: <52E0D1BB.2050807@callfortesting.org> References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Thu, 23 Jan 2014 09:37:36 +0100 Message-ID: Subject: Re: Linux on BHyVe in 10.0-RELEASE From: =?ISO-8859-1?Q?Jonas_B=FClow?= To: Michael Dexter Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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:37:38 -0000 So, the conclusion is that it's not possible to run Linux on bhyve running on 10.0-RELEASE ? /J On Thu, Jan 23, 2014 at 9:24 AM, Michael Dexter wrote: > > 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=FClow 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 insta= ll > >>> 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" > > > >