From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 27 23:46:30 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 17820A1B for ; Sat, 27 Oct 2012 23:46:30 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id CB2D48FC0C for ; Sat, 27 Oct 2012 23:46:29 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id q9RNkNth062208; Sat, 27 Oct 2012 16:46:23 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <508C724F.8090203@rawbw.com> Date: Sat, 27 Oct 2012 16:46:23 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121023 Thunderbird/16.0.1 MIME-Version: 1.0 To: matt Subject: Re: How to boot FreeBSD and linux from FreeBSD MBR? References: <508B6D9D.9050103@rawbw.com> <508BAC7E.5090406@gmail.com> In-Reply-To: <508BAC7E.5090406@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Sat, 27 Oct 2012 23:46:30 -0000 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? Is it still possible to still use lilo? I vaguely remember that it used to work like this. Yuri