linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* LILO wont boot  my kernel image: More details...
@ 2001-01-23  4:52 Gregg Lloyd
  2001-01-23  5:40 ` Probably Off-topic Question Alan Olsen
  0 siblings, 1 reply; 17+ messages in thread
From: Gregg Lloyd @ 2001-01-23  4:52 UTC (permalink / raw)
  To: linux-kernel

Hi, 
I have a 2.2.5-15 kernel linux system (red Hat 6.0) that is installed on /dev/hdc2. I boot it from a floppy.
Recently, I did compile my new kernel 2.4 on my Linux System.
On the boot floppy, I have LILO (On the hard drive, there's also LILO). 
For booting my new kernel (/boot/vmlinuz-2.4.0), I added following stanza to /etc/lilo.conf (the one on the hard drive): 
image=/boot/vmlinuz-2.4.0
label=linux2.4
root=/dev/hdc2
read-only. 
Lilo was correctly saved (/sbin/lilo..or lilo would display "Added linux2.2 *
Added linux2.4, Added dos). 
But when I rebooted the system
with the boot floppy, LILO wont display linux2.4 so that I can boot with it!
LILO would only show up the old linux. 
I went adding the same stanza (as previously mentionned) to /etc/lilo.conf
that is on the floppy. But the problem is still the same: I do not have the choice to boot with linux2.4!
I tried "lilo -b /dev/fd0" (after /dev/fd0 
have been correctly mounted), but system 
weirdly complained that "open /boot/message: No such file or directory" (which is wrong!).
I got same error message when trying "lilo -C /mnt/floppy/etc/lilo.conf"! 
******Here is my /etc/lilo.conf on hard drive*********
boot=/dev/hdc2
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.2.5-15
label=linux2.2
root=/dev/hdc2
read-only
image=/boot/vmlinuz-2.4.0 
label=linux2.4
root=/dev/hdc2
read-only
other=/dev/hda1 
label=dos 
table=/dev/hda 
*******Here's lilo.conf on boot floppy*****
boot=/dev/fd0
timeout=100
message=/boot/message
prompt
image=/vmlinuz-2.2.5-15
label=linux2.2
root=/dev/hdc2
image=/vmlinuz-2.2.5-15
label=rescue
append="load_ramdisk=2 prompt_ramdisk=1" 
root=/dev/fd0
image=/vmlinuz-2.4.0
label=linux2.4
root=/dev/hdc2
other=/dev/hda1
label=dos
table=/dev/hda


Get your small business started at Lycos Small Business at http://www.lycos.com/business/mail.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 17+ messages in thread
* RE: Probably Off-topic Question...
@ 2001-01-24 23:49 Grover, Andrew
  0 siblings, 0 replies; 17+ messages in thread
From: Grover, Andrew @ 2001-01-24 23:49 UTC (permalink / raw)
  To: 'alex@foogod.com', Mark Smith
  Cc: Steven Ellmore, Steve Underwood, linux-kernel

You are correct, this is supposed to be handled by ACPI. However, this has
yet to be implemented in Linux's ACPI support. Check back in 6 months. :)

Regards -- Andy

> -----Original Message-----
> From: alex@foogod.com [mailto:alex@foogod.com]
> Sent: Wednesday, January 24, 2001 2:52 PM
> To: Mark Smith
> Cc: Steven Ellmore; Steve Underwood; linux-kernel@vger.kernel.org
> Subject: Re: Probably Off-topic Question...
> Importance: High
> 
> 
> On Wed, Jan 24, 2001 at 05:38:54PM -0500, Mark Smith wrote:
> > On Wed, Jan 24, 2001 at 07:40:14PM +0000, Steven Ellmore wrote:
> > > My VAIO Z505HS brightness control works under Linux.
> > > 
> > > Shift + Fn + Brightness (F5) dims
> > > Fn + Brightness brightens
> [...]
> > none of these things change my brightness one way or the other.
> > in particular, which part of the OS would be responsible for
> > watching these keystrokes and making the appropriate changes?
> 
> With the Z505H/J series, this is handled entirely by the BIOS 
> and the OS has 
> no part of it.  I'm not sure about the L's, but they're 
> otherwise fairly 
> similar to the H/J's.  (I have absolutely no idea about other 
> lines like the 
> picturebooks, of course, as the different lines from Sony are 
> effectively 
> completely unrelated.)
> 
> > others have told me about this keystroke.  someone had suggested
> > that this works differently on my system because i have a newer
> > bios?
> 
> This is possible.  I don't know why they would change this, 
> unless it was some 
> requirement of propertly integrating the newer Windows 
> versions, which is 
> possible.  In this case, my guess is that it's probably 
> exposed via ACPI or 
> something similar.  Any ACPI folks got thoughts on this as a 
> possibility (and 
> how one might find out)?  I have to admit I haven't played 
> with it much.
> 
> -alex
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2001-01-28  0:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-23  4:52 LILO wont boot my kernel image: More details Gregg Lloyd
2001-01-23  5:40 ` Probably Off-topic Question Alan Olsen
2001-01-23 20:32   ` Adam Fritzler
2001-01-24 17:14   ` Steve Underwood
2001-01-24 17:30     ` Mark Smith
2001-01-24 19:40       ` Steven Ellmore
2001-01-24 22:38         ` Mark Smith
2001-01-24 22:51           ` alex
2001-01-24 23:04             ` mirabilos
2001-01-25  1:26       ` Alan Cox
2001-01-25  2:22         ` Steve Underwood
2001-01-25  3:04           ` Alan Cox
2001-01-25 18:36       ` Thunder from the hill
     [not found]         ` <20010125155809.26969@winksmith.com>
     [not found]           ` <3A71BB9D.9B0BAA5C@ngforever.de>
     [not found]             ` <20010126223246.34429@winksmith.com>
2001-01-27 23:17               ` Thunder from the hill
2001-01-27  0:38       ` [OT] Vaio Brightness [WAS: Probably Off-topic Question...] Drew Bertola
2001-01-25 18:26     ` Probably Off-topic Question Thunder from the hill
2001-01-24 23:49 Grover, Andrew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).