From owner-freebsd-virtualization@FreeBSD.ORG Thu Jan 23 09:39:22 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 5CAA2D27 for ; Thu, 23 Jan 2014 09:39:22 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B85F17C2 for ; Thu, 23 Jan 2014 09:39:22 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id x10so1554499pdj.22 for ; Thu, 23 Jan 2014 01:39:21 -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 :content-type; bh=3dyGiuZtTSnEVs9X0SFHp/GM1073uU9oLDVyGPFKODo=; b=Rb9bdigyVjV8GpnYWst0NCEtsPkhoKRErx0a4krmlBQ+BIvWdO4ptEVXq/GbN0Vq0X ZlV7JRt621ieKD6u2s2t8ZoJfJHIuwZrVTwxdCRxFakkldAaXkeCOCODgSFrIfYT1SSZ +Sdvi/MPWS8lEk2A4y1G5dNKp5GnibErawC74PrNxZQLRt7loMoL8EtUlihAzahy77Xs RxMhEpIzqK/hh1/jf8H7M9K+ez1vEslHdlnZXr7kjSdtjIgcosy6wV6es3rKN1j8T/NU X2DklRRieM/ziVbxdVpHe9wseE/FvN/aLoHP70kHPL3ZvHsiM9x3pWky6fHXg9ZlYMQa /8Hw== MIME-Version: 1.0 X-Received: by 10.68.189.5 with SMTP id ge5mr7090054pbc.42.1390469961802; Thu, 23 Jan 2014 01:39:21 -0800 (PST) Received: by 10.68.155.38 with HTTP; Thu, 23 Jan 2014 01:39:21 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Thu, 23 Jan 2014 04:39:21 -0500 Message-ID: Subject: Fwd: Linux on BHyVe in 10.0-RELEASE From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 09:39:22 -0000 ---------- Forwarded message ---------- From: Aryeh Friedman Date: Thu, Jan 23, 2014 at 4:38 AM Subject: Re: Linux on BHyVe in 10.0-RELEASE To: Jonas B=FClow Try: truncat --size 10G disk.img bhyve.... -d disk.img On Thu, Jan 23, 2014 at 4:37 AM, Jonas B=FClow wrot= e: > I tried to run from an USB drive with a standard file backend (non ZFS?). > > Mounted as: > > /dev/da5p1 on /mnt (ufs, local, soft-updates) > > Installation of ubuntu still fails when trying to install the grub > bootloader. > > /J > > > On Thu, Jan 23, 2014 at 9:58 AM, Aryeh Friedman wrote: > >> Does using the standard file backed bhye work? >> >> >> On Thu, Jan 23, 2014 at 3:56 AM, Jonas B=FClow wr= ote: >> >>> fwiw, I do not have any /dev/zvol in the host. I'm using a vanilla >>> FreeBSD >>> 10.0-Release install using ZFS. >>> >>> /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 >>> 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" >>> > > >>> > >>> > >>> _______________________________________________ >>> 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" >>> >> >> >> >> -- >> Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org >> > > --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org