From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 26 11:40:59 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 EE65DD05 for ; Sun, 26 Jan 2014 11:40:58 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3A0B1FCE for ; Sun, 26 Jan 2014 11:40:58 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id hz1so4885667pad.36 for ; Sun, 26 Jan 2014 03:40:58 -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=IY49QKzMDoEA1nyLNHfQfi8aeB6Fc5eQVAYfKxSKVJ4=; b=Je8lR9rTuufX71HC9L9XDo5kJwiqW9/9Bt46tc4SB6pydnrpDwSttMpqmNxW2zuM4i zqMyivxFStYbKVHKf2KYD2+4rEHO1pS9eUGCF1as8XNp3GFy5F/pfOM9Bof4YD8PNcNS 29eAexLt4QqCOE8yEpUqmQQQmG+TMYJfXFTIAhLNBCAKyWgaC2PaDC6v7x+oOtmWcA9e 2JMwOQpfMRfKceqxWJwfvcEuLoB8gTYaMqF9k0xtfHWAzaWUmcx5ArS0GqEBWTJqCr8R SdDWRKrHD/tSBoZuZ4cNDH0wTliApGam3OINFGeXBBm1SBjPEnMQu1FjvPxG6o0Emo5r JoFg== MIME-Version: 1.0 X-Received: by 10.68.247.6 with SMTP id ya6mr24420393pbc.45.1390736458199; Sun, 26 Jan 2014 03:40:58 -0800 (PST) Received: by 10.68.155.38 with HTTP; Sun, 26 Jan 2014 03:40:57 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Sun, 26 Jan 2014 06:40:58 -0500 Message-ID: Subject: Re: Linux on BHyVe in 10.0-RELEASE From: Aryeh Friedman To: Markiyan Kushnir 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 11:40:59 -0000 On Sun, Jan 26, 2014 at 6:28 AM, Markiyan Kushnir < markiyan.kushnir@gmail.com> wrote: > 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 > > I narrowed it down to this line.. namely any time I touch the cd it does that weird staff... btw it also seg faults if you type anything... I am using 12.04.3 LTS > > 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" > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org