From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 26 03:13:01 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 17856AFC for ; Sun, 26 Jan 2014 03:13:01 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3984117F for ; Sun, 26 Jan 2014 03:13:00 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id up15so4640734pbc.36 for ; Sat, 25 Jan 2014 19:13:00 -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=9aIZDGc679gQNimi4kmZFhaRVyybdic5rmBK5wBtFAU=; b=ZeX1sqpw7IiExkQK/vY9sSN0lg7QOv5yp1BtB6cYqBcD5f5yi/gmymALKohWjlRK9I 7JMrqeumeAoE/yNe6R5e0uNWsMgfr1D43wu4/pysx2UZNju0ZqGPylasZBofewnQUrZi k1LjGEjpY1kZqLApsJ7kobQZBR34a+ZfTuDXgw9tBQvWlZpEqWA+RGCC+uIj8krbObj0 CgZ8BX75ot9YWGRtPfPdnOBK/0lOdHaDMtYyUsgDCuDeUIlKnyajxUt7bOiO/akiO8TY PIxc67SEITw/15Iwcm6cGRp63s7Rp76apgNiBrjeTuSnS2JszV+018/5kA3S6MNkmyyH Z6ag== MIME-Version: 1.0 X-Received: by 10.66.161.38 with SMTP id xp6mr435997pab.145.1390705980482; Sat, 25 Jan 2014 19:13:00 -0800 (PST) Received: by 10.68.155.38 with HTTP; Sat, 25 Jan 2014 19:13:00 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Sat, 25 Jan 2014 22:13:00 -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 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: Sun, 26 Jan 2014 03:13:01 -0000 > mkdir ubuntu > ...fetch ubuntu13.10 iso image and put it in ubuntu/ubuntu.iso > create the file ubuntu/device.map with the following content (2 lines): > (hd0) ./ubuntu/ubuntu.img > (cd0) ./ubuntu/ubuntu.iso > > truncate -s 8G ubuntu/ubuntu.img > > grub-bhyve -r cd0 -m ./ubuntu/device.map -M 2048 ubuntu > results in the screenshot at http://www.petitecloud.org/linweird.png which somehow I do not think is the correct results -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org