From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 16:53:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3E916A41F for ; Sun, 18 Sep 2005 16:53:51 +0000 (GMT) (envelope-from jonas.de.buhr@gmx.net) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D46F143D45 for ; Sun, 18 Sep 2005 16:53:50 +0000 (GMT) (envelope-from jonas.de.buhr@gmx.net) Received: (qmail invoked by alias); 18 Sep 2005 16:53:49 -0000 Received: from VPNPOOL01-0020.UNI-MUENSTER.DE (EHLO localhost) [128.176.150.30] by mail.gmx.net (mp019) with SMTP; 18 Sep 2005 18:53:49 +0200 X-Authenticated: #351132 Date: Sun, 18 Sep 2005 18:53:55 +0200 From: jonas To: freebsd-questions@freebsd.org Message-ID: <20050918185355.619fedd4@localhost> In-Reply-To: <20050918160808.4049.qmail@web35805.mail.mud.yahoo.com> References: <20050918160808.4049.qmail@web35805.mail.mud.yahoo.com> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.4; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Install GRUB for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 16:53:51 -0000 hi! On Sun, 18 Sep 2005 12:08:08 -0400 (EDT) John Do wrote: > Anyone know how to install GRUB for FreeBSD when you > can't boot to it? you need at least one bootable operating system. try a livecd if youre system doesnt boot at all. > I even installed GRUB into MBR and the BSD bootloader > won't go away! :( make sure you install it to the correct disk! > > Someone please tell me what the best way to install > grub is > > I guess you need it in the MBR but where will the > menu.lst be stored? AFAIK grub has problems with reading ufs (please correct me if i'm wrong! maybe it's just because my grub version is a bit old ;) ). you can get around this by putting the grub config on a partition grub can read (like ext2fs or fat32) and then just chainload the freebsd loader installed into the freebsd partition. of course this is not the best solution but it works for me :) greets, jonas