From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 20:37:00 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 CF06716A41C for ; Wed, 8 Jun 2005 20:37:00 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 6006043D1F for ; Wed, 8 Jun 2005 20:37:00 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 62885 invoked from network); 8 Jun 2005 20:36:58 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 8 Jun 2005 20:36:58 -0000 X-pair-Authenticated: 200.115.214.28 Date: Wed, 8 Jun 2005 17:38:36 -0300 From: Alejandro Pulver To: Paul Schmehl Message-ID: <20050608173836.7584f8ee@phobos.mars.bsd> In-Reply-To: <0DF7FF668F71A2B85D47F59B@utd59514.utdallas.edu> References: <0DF7FF668F71A2B85D47F59B@utd59514.utdallas.edu> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Editing the boot menu 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: Wed, 08 Jun 2005 20:37:00 -0000 On Wed, 08 Jun 2005 14:17:37 -0500 Paul Schmehl wrote: > When you use FreeBSD's boot manager, you get a menu like this at > bootup: > > F1 DOS > F2 FreeBSD > F3 Linux > F4 ?? > F5 Drive 1 > > Default: F2 > > Is there a way to edit the list? Or is that fixed when boot manager > is installed and not configurable? > > By edit, I mean, for example, change F4 ?? to F4 MyOS. > Hello, You can try using GAG, a Graphical Boot Loader which does not need a slice or partition for installing (it uses a special part of the disk, reserved for things like that), it can be configured while booting, self uninstalled (restoring the previous bootloader) and supports a lot of operating systems. Of course, it is free and open-source. http://gag.sourceforge.net/ It is the *best* bootloader (for booting more than one operating systems) I have found (I have tried BootMagic, Lilo and Grub). Best Regards, Ale