From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 28 08:52:45 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E190FBA9 for ; Sun, 28 Oct 2012 08:52:45 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9DFC38FC12 for ; Sun, 28 Oct 2012 08:52:45 +0000 (UTC) Received: from p5dc3ecfe.dip.t-dialin.net ([93.195.236.254] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TSOEE-00028S-5W; Sun, 28 Oct 2012 09:28:18 +0100 Message-ID: <508CEC9E.9020509@gwdg.de> Date: Sun, 28 Oct 2012 09:28:14 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121012 Thunderbird/16.0.1 MIME-Version: 1.0 To: Yuri Subject: Re: How to boot FreeBSD and linux from FreeBSD MBR? References: <508B6D9D.9050103@rawbw.com> <508BAC7E.5090406@gmail.com> <508C724F.8090203@rawbw.com> In-Reply-To: <508C724F.8090203@rawbw.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: matt , freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 08:52:45 -0000 On 28.10.2012 01:46 (UTC+2), Yuri wrote: > On 10/27/2012 02:42, matt wrote: >> This means you have grub2. It is slow as molasses and has to be the mbr. >> You could chainload freebsd's partition under a separate entry, like >> Windows The partition bootcode for FreeBSD will boot it from there. You >> can also boot loader or kernel directly from grub, your choice. > > So you are saying I can't keep BSD MBR and boot linux from under it when > linux uses grub2? Maybe, that I missed something. But why do you not boot FreeBSD from that grub2, which was installed by Linux? As Matt suggested, there are at least to possible ways of booting FreeBSD from grub. And I can confirm, that they do work. Rainer > Is it still possible to still use lilo? I vaguely remember that it used > to work like this. > > Yuri