From owner-freebsd-hackers@FreeBSD.ORG Sun May 20 15:55:32 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 3362D1065670 for ; Sun, 20 May 2012 15:55:32 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B01C48FC08 for ; Sun, 20 May 2012 15:55:31 +0000 (UTC) Received: by bkvi18 with SMTP id i18so4600917bkv.13 for ; Sun, 20 May 2012 08:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=7nPZkuMU/AkXb5TeoDEVTK6jjipCHXskR3SmK5XiTVo=; b=CPye3tjVB3oOLeQvg7lwfappfbM4Yv21TcSz85/TElfXrksXbipxnvJ2a844KopovA O3N/nj6y9RuHx3Vjk0Q1ql/M093DC2hBOUSZgowgGURCw9Sr69PKIHZyxcp/4qHi+Aqe heHt7rC8IdkCN7/f5yU9uVsALnJfpQD7nFNcJXupBqbn4evwR3PH3xbVUutlpgxsynM/ DEjMRN/8dYwH8fz7tCitBm3MEWmHCpWNbv5fmeZieJ7e1xlOOe3ePDc+6GG9VHC/JkC6 31jf2aImsx8HkPkMiA2LeEU9L4quYYSmg7z3kNPqlpeS0NTyMR8OvYqBiCDlmjjlGnME c3ww== Received: by 10.204.154.193 with SMTP id p1mr6429490bkw.102.1337529330456; Sun, 20 May 2012 08:55:30 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.171.138 with HTTP; Sun, 20 May 2012 08:55:00 -0700 (PDT) In-Reply-To: <4FB8FADF.50808@uffe.org> References: <4FB8FADF.50808@uffe.org> From: Chris Rees Date: Sun, 20 May 2012 16:55:00 +0100 X-Google-Sender-Auth: Cy2YVxX-fOHjcJMmluhZf9HwpAE Message-ID: To: Uffe Jakobsen Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: Booting Ubuntu and freebsd side by side X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 15:55:32 -0000 On 20 May 2012 15:08, Uffe Jakobsen wrote: > > > Hi, > > > On 2012-05-19 20:59, =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 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" =C2=A0wrote: >> > > You should make sure that GRUB is installed in the PBR (partition boot > record) of your ubuntu partition and not in the MBR since boot0 lives the= re. > > I've done that with Linux Mint Debian Edition - and it works. Yes, and grub2 is a particularly horrifying thing to work with. I'd ask on ubuntu-users@ubuntu.com; there were some clued-up people there when I used to be on that list-- however don't let them talk you into using grub2 to boot FreeBSD ;) Chris