From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta11.adelphia.net ([68.168.78.205]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1BNcSh-0006Vg-00 for ; Tue, 11 May 2004 14:58:43 -0400 Received: from [192.168.1.101] ([69.166.61.22]) by mta11.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040511185812.KCSC21898.mta11.adelphia.net@[192.168.1.101]>; Tue, 11 May 2004 14:58:12 -0400 Date: Tue, 11 May 2004 14:58:34 -0400 (EDT) From: Jacob Schmude X-X-Sender: jschmude@beavis.screwball To: norlingdeborah@fhda.edu, "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: Newbie questions about booting Slackware X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 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: Tue, 11 May 2004 18:58:43 -0000 Hi On Tue, 11 May 2004, Debee Norling wrote: > So are Kernel image labels pointing to some part of lilo.conf then, and is > this why the commands vary so widely? In a sense, yes. Kernel image labels are what LILO uses to tell the system which kernel to load. You don't type in the image file name to lilo, you use its label. Labels can do all sorts of things, passing certain kernel parameters based on the label is quite common. They differ widely because different distributions have different labels they like to use. > And how can "mount root=/hda1" work for a start command if a kernel has to > load before there's any mount command to call? In this case, the kernel image you're loading is labeled "mount". You're not actually issuing a mount command, that's simply what the kernel image is labeled. The root=/dev/hda1 is a parameter which tells the kernel where your root partition is.