From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 26 12:30:44 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 7E8FA81F for ; Sun, 26 Jan 2014 12:30:44 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07C6D12AB for ; Sun, 26 Jan 2014 12:30:43 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id x13so4676372wgg.9 for ; Sun, 26 Jan 2014 04:30:42 -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=BbGQRgY+o84QaFmPRvYOe7JN66DaTQ3eCv3+Liry6vM=; b=VYAQH1W2DSobaandFkum2mfLJv+gCiZXNbA55FK5e59gRxHPf5Cm2fvUZT35XuHYL/ Md0g+4+FtNeQmcKFaPvP8j3GUzkskyiTCAdlQjvVAB79Lv5wUVQZciAAVSdII2O9Xx54 ESJSJLiue1qE4IL9bj59SwlPRwcMmu0DNVWjZYp/waDdj2K8+aI1oEMukNbqf5c0ZENp Ow8tECK6feGSQ/MdLlpE7iCCZ0fHPC2ysTkqjQJzqXFpxHRrwIBRrzrIx/8vCbLVaRc7 xeHRwT7OD7giFCrsQGP/3bLORq3ibfbiTVoNL61j967egHG9j56bG4Cs/oPqvTkYerkb iSiw== MIME-Version: 1.0 X-Received: by 10.180.7.227 with SMTP id m3mr8687792wia.59.1390739442008; Sun, 26 Jan 2014 04:30:42 -0800 (PST) Received: by 10.227.1.71 with HTTP; Sun, 26 Jan 2014 04:30:41 -0800 (PST) In-Reply-To: References: <52E0C1D4.9000304@freebsd.org> <52E0D1BB.2050807@callfortesting.org> Date: Sun, 26 Jan 2014 14:30:41 +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:30:44 -0000 what did you mean by "touch the cd"? -- Markiyan. 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 >> >> >> 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