From owner-freebsd-virtualization@FreeBSD.ORG Thu Jan 23 10:37:54 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 EBA774D3 for ; Thu, 23 Jan 2014 10:37:54 +0000 (UTC) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B85851E32 for ; Thu, 23 Jan 2014 10:37:54 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id uo5so1687508pbc.13 for ; Thu, 23 Jan 2014 02:37:54 -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=bgJMYJKKeiM+k7CsL9/tjybXrQzxbXU60gxLwJ/5CXk=; b=q75jELwWQh7b5orY3WL2ijMwb2hsBPmB/Tpvu6F8s84BaiLJ/0kOCeODkGADqT4mrc Ran7SczcCqy47eohmHvakNm7xoUFqgh0XOfwzJk5W+6U65RvmFjj4hZbbpbXv3wDKGIb XRU+W3QhA5i1IJMw7mEd/QXZJZwKxVGnU8Gj/cOuhNJrnxLc7zdvjIqyjYONxPLicIOG J18yhMxeesfvWSYwO+FbHb9rQKgzfiMWQbL2U8RQg3E+4eIykCthbH1vAKN6jIbVUAQd PLtObopkO+nIbENUB+JawYlou1eSdMaSrsORNMQYxlhhqbsvQYGSJVKFSowW09o7eU5r p4SA== MIME-Version: 1.0 X-Received: by 10.68.171.229 with SMTP id ax5mr7227317pbc.125.1390473474270; Thu, 23 Jan 2014 02:37:54 -0800 (PST) Received: by 10.68.155.38 with HTTP; Thu, 23 Jan 2014 02:37:54 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Thu, 23 Jan 2014 05:37:54 -0500 Message-ID: Subject: Re: Linux on BHyVe in 10.0-RELEASE From: Aryeh Friedman To: =?ISO-8859-1?Q?Jonas_B=FClow?= 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@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: Thu, 23 Jan 2014 10:37:55 -0000 On Thu, Jan 23, 2014 at 5:05 AM, Jonas B=FClow wrot= e: > I do use the precanned bhyve-script "vm0" (if that is what you mean). It > explicitly mentions linux support. bhyveload can't be user for other imag= es > than FreeBSD so I don't know how to use your script for a linux OS > Since I have not used bhyve-grub personally yet I can not recommend what the correct loader command line but if bhyve-script is in anyway related to vmrun.sh I would be highly suspicious of any command lines you manage to extract from it since they are often not the ones actual called. > > I assume the image is file backed as I have not assigned a dedicated > partition to the vm (and I don't know how to do that). > You can keep them anywhere no need for a special volume (mater of fact I was just reusing the name of one of the diretoriess that PC creates during install even without it being a different vol [just assumes any FS boundaries are the host OS's problem)... you can put the disk image any where (your home directory would be fine for example)