From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 26 12:29:23 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 565466F6 for ; Sun, 26 Jan 2014 12:29:23 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2C24123D for ; Sun, 26 Jan 2014 12:29:22 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id y10so4470775wgg.34 for ; Sun, 26 Jan 2014 04:29: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 :cc:content-type; bh=Piks3fziqspsVIj61wHB/u8sPHWdkNvru/mHz08qKWw=; b=nYPvRl7XfO2SGR61/jqVOX1DwCBRyQVZ3SQbzy1vTddc2CdgW70OOJlGDBBvYhtyAN H965CHlAiku7t7lkz7p7Lc0/79L7KTkG9TZ1vGXiqJaAvnoH4zm64+a75pvQzSprvz/L JgVKWHlDdQhrFUqaXqAOWL8qQBKEZWer8F4wGGRsKyW+uNMRb8vz/EmODMhNSkUvuCAI RrKweTcWIvEApKeOmzz+07lNmyfjHyTKvOR2Bfanbdemr0E5LX8+LV6Rj0VLwh3TkJ58 Xysu3/HUEKslJUOsYgo3rx2l5Xqozymd/h8OhlSZ5zrGh1QNj3FK9JN06OR49rgGZBXk nDbw== MIME-Version: 1.0 X-Received: by 10.194.92.68 with SMTP id ck4mr53191wjb.53.1390739361299; Sun, 26 Jan 2014 04:29:21 -0800 (PST) Received: by 10.227.1.71 with HTTP; Sun, 26 Jan 2014 04:29:21 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Sun, 26 Jan 2014 14:29:21 +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 12:29:23 -0000 2014-01-26 Aryeh Friedman : > > > > On Sun, Jan 26, 2014 at 6:28 AM, Markiyan Kushnir > 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 I just tried ubuntu-12.04.3-server-amd64.iso, everything goes smoothly on my side. Provided that you replicated the scenario correctly, I would suggest to "minimize" your host environment, may be try bare bhyvectl/bhyve (in case you run wrappers etc) >> >> >> 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