From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ip15.shellworld.net ([64.49.204.174] helo=server2.shellworld.net ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HXjwj-0000AJ-00 for ; Sat, 31 Mar 2007 16:13:09 -0400 Received: from CHIHUAHUAD1 (adsl-70-241-66-249.dsl.hstntx.swbell.net [70.241.66.249]) by server2.shellworld.net (8.13.1/8.12.8) with ESMTP id l2VKD7NY051583 for ; Sat, 31 Mar 2007 20:13:08 GMT (envelope-from nick@nickgawronski.com) Date: Sat, 31 Mar 2007 14:12:50 -0500 (CDT) From: Nick Gawronski X-X-Sender: nick@CHIHUAHUAD1.gateway.2wire.net To: "Speakup is a screen review system for Linux." Subject: Re: best boot loader to use In-Reply-To: <20070331182837.GA3267@cm.nu> Message-ID: References: <20070331182837.GA3267@cm.nu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 20:13:09 -0000 Hi, What does the savedefault option in grub do? If I have the fedora stuff after the line that ends the automatic kernel list for debian will update-grub mess with the fedora stuff?On Sat, 31 Mar 2007, Shane wrote: > On Sat, Mar 31, 2007 at 12:14:43PM -0500, Nick Gawronski wrote: > > Hi, I was wondering what is the best boot loader to use grub or lilo? I > > It's really personal preference but I've found grub is much > more robust and configurable. It has direct FS knowledge > so doesn't care when the kernel moves on disk and is also > much better at recovery. For example, when you have a bad > config, you can always edit it right from the grub screens > or drop to a commandline console to manually bring up a > system. > > > hit the down errow and then enter nothing happens. This makes me believe > > that the boot loader is not working properly or I did not write the file > > properly. Here is what I have currently in my menu.lst file, I have > > Probably the latter. Unless you mean nothing at all > happens in which case I would suspect the bootloader but > likely grub is giving an error message which you could go > from. > > > title fedora core 6 > > root (hd0,2) > > kernel /boot/vmlinuz-2.6.18-1.2849.fc6spkxen root=/dev/hda3 ro quiet speaku$ > > initrd /boot/initrd-2.6.18-1.2849.fc6spkxen.img > > savedefault > > Hmm, looks ok to me provided the paths are correct and the > /boot/grub/default file exists. I wonder if savedefault > needs /boot/grub/default to exist on the Fedora partn as > well, doubt it though. > > S > >