From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 27 05:14:06 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 57C1C8BD for ; Sat, 27 Oct 2012 05:14:06 +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 22BE78FC0A for ; Sat, 27 Oct 2012 05:14:06 +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 q9R5E5nv076830 for ; Fri, 26 Oct 2012 22:14:05 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <508B6D9D.9050103@rawbw.com> Date: Fri, 26 Oct 2012 22:14:05 -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: freebsd-hackers@FreeBSD.org Subject: How to boot FreeBSD and linux from FreeBSD MBR? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 05:14:06 -0000 When I installed ubuntu on another partition, it overwrote BSD MBR with grub one. Now grub boots ubuntu without even asking what to boot. When I tried to restore BSD MBR, BSD boots but linux doesn't. This is because there is no bootable PBR in linux partition. When I tried to install grub into PBR on its own partition, like someone online suggested, it refused with the message that this is dangerous, etc. So is there a way to boot both linux and BSD from BSD MBR (by pressing F2 or whatever)? Are there quick instructions anywhere? I just don't want grub to take over the boot process. Yuri