From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 26 11:28:15 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 2FB9FA0F for ; Sun, 26 Jan 2014 11:28:15 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACC7D1ED6 for ; Sun, 26 Jan 2014 11:28:14 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id l18so4579956wgh.5 for ; Sun, 26 Jan 2014 03:28:13 -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=2usGq130kVFF3lhfmi2CjNcoQA+DU/UKhNVNI8zQdEA=; b=OpDYCH4T3SpA2ui+Xs1mPRfqZKh9sqarKFiuNkqwCISfAZJGPrTUlD+ZmSNoGMD5hR bduSkybUW0sAlMsTBc/twGeuG3bgcWqqjMSbUyY+Ku8jPGUin+s+6iT9UX237I7rdBxG fKlP9GW0TgRYAXp6U932k2mM3ahuylaE6AcrrE+YYeX7ZUmTBceNwOJiW2q9HeKBvq4l 50/BSvlmKHhopQ1TOEBx4UEgGLyIX9LNlDPYL6DJSwHv4aHGt0Ik0Db/R3K0pCmW4kQf ryGewcp4XZ4yPlXPUsCxy4hRWDnvoEl+Q+afFm1qd3xun5Q1PynITcB349boE7oLjLk7 NyWw== MIME-Version: 1.0 X-Received: by 10.180.198.52 with SMTP id iz20mr8574264wic.59.1390735693131; Sun, 26 Jan 2014 03:28:13 -0800 (PST) Received: by 10.227.1.71 with HTTP; Sun, 26 Jan 2014 03:28:13 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Sun, 26 Jan 2014 13:28:13 +0200 Message-ID: Subject: Re: Linux on BHyVe in 10.0-RELEASE From: Markiyan Kushnir To: Aryeh Friedman Content-Type: text/plain; charset=ISO-8859-1 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 11:28:15 -0000 2014/1/26 Aryeh Friedman : >> 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, could you please clarify what did you do and what you wanted to achieve (is your screen shot an X session?). I managed to successfully install and run Ubuntu Server 13.10 as a bhyve instance as Jonas described, without X of course. Aside form that, I found that disk partitioning with LVM (one of options during Ubuntu install) didn't work for me. -- Markiyan. > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.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"