From owner-freebsd-hackers@FreeBSD.ORG Sat May 19 18:59:52 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93D44106568E for ; Sat, 19 May 2012 18:59:52 +0000 (UTC) (envelope-from ahmadtux@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 55B5B8FC08 for ; Sat, 19 May 2012 18:59:52 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so5732483pbb.13 for ; Sat, 19 May 2012 11:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=39gLu+64RW5ovgUuk80kU/Dnw5FyENx1xanu5APs+bA=; b=tvJn4SaWiShupflcWk6z7ONWAy0wWBiR9Mr7HJUMoYMvJo1LXOx+6glgF9J8xKc427 PY6c6yg9kBbxGqJsLitEWMYUNmc6HJDXQjhlP+hNF+0a06nGVfrr6VUKcEAyN9C4nTiU 9pSV2R8b6ZyPqAU+vBybOAJt1QDpSV2oK4HKa0knQfEkJ9c8TN0DYCVvs2zoF7cCn+Sh kcJsKrXQqwPEavH3LyGBVmzoSEzuY4B+ePdU4eVFKnaA3XEqp7Vvdp6pP9lgbJojb54W TNj2Jr2msWgPt9tDzRth2w+i8tx5LYVp2DZaQQrIOgH0poLea34qA+4ZS1WOZ3ako7dV NDFg== MIME-Version: 1.0 Received: by 10.68.230.68 with SMTP id sw4mr26216268pbc.142.1337453991794; Sat, 19 May 2012 11:59:51 -0700 (PDT) Received: by 10.68.233.7 with HTTP; Sat, 19 May 2012 11:59:51 -0700 (PDT) Received: by 10.68.233.7 with HTTP; Sat, 19 May 2012 11:59:51 -0700 (PDT) In-Reply-To: References: Date: Sat, 19 May 2012 23:29:51 +0430 Message-ID: From: =?UTF-8?B?2LPbjNivINin2K3ZhdivINit2LPbjNmG24w=?= To: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Booting Ubuntu and freebsd side by side X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ahmadtux@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 18:59:52 -0000 I used boot0 with boot9cfg : boot0cfg -B -b /boot/boot0 ada0 And I can see boot0 menu ,but Ubuntu can't boot! On May 19, 2012 11:26 PM, "=D8=B3=DB=8C=D8=AF =D8=A7=D8=AD=D9=85=D8=AF =D8= =AD=D8=B3=DB=8C=D9=86=DB=8C" wrote: > I used boot0 with boot9cfg : > boot0cfg -B -b /boot/boot0 > And I can see boot0 menu ,but Ubuntu can't boot! > On May 19, 2012 11:17 PM, "User Wojtek" > wrote: > >> How can I boot Ubuntu12.4 do with FreeBSD9 ? >>> when I using boot0 , Linux was shown, but would not start without a >>> message! >>> Where is the problem? >>> >>> can launch freebsd with Ubuntu GRUB? >>> How? >>> >> >> install ubuntu (or whatever) on one MBR partition, FreeBSD on another >> then install partition selector with >> >> boot0cfg -B /dev/yourdisk >> >> and select F1...F4 at boot. >> that simple >> >