linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: linux kernel 2.4.10 possibly breaks LILO
@ 2001-10-02 17:54 Rui Ribeiro
  2001-10-02 18:10 ` Petr Titera
  0 siblings, 1 reply; 12+ messages in thread
From: Rui Ribeiro @ 2001-10-02 17:54 UTC (permalink / raw)
  To: 'Petr Titera', haiquy; +Cc: linux-kernel

I'm using LILO 21.6.1 w/ 2.4.10 and Reiserfs in my two notebooks: a Compaq Armada 1500c and a Compaq Armada 100S.

Rui

-----Original Message-----
From:	Petr Titera [SMTP:owl@volny.cz]
Sent:	Terça-feira, 2 de Outubro de 2001 18:55
To:	haiquy@yahoo.com
Cc:	linux-kernel@vger.kernel.org
Subject:	Re: linux kernel 2.4.10 possibly breaks LILO

Possitive here. Just try to change to new kernel image. I was forced to
install grub after upgrading to 2.4.10.

Petr

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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: linux kernel 2.4.10 possibly breaks LILO
@ 2001-10-02 18:03 Rui Ribeiro
  0 siblings, 0 replies; 12+ messages in thread
From: Rui Ribeiro @ 2001-10-02 18:03 UTC (permalink / raw)
  To: 'Petr Titera', rui.ribeiro; +Cc: linux-kernel

I did have to upgrade LILO to a new version, when I *manually* upgrade from ext2 to Reiserfs. 

Rui

-----Original Message-----
From:	Petr Titera [SMTP:owl@volny.cz]
Sent:	Terça-feira, 2 de Outubro de 2001 19:11
To:	rui.ribeiro@case.pt
Cc:	linux-kernel@vger.kernel.org
Subject:	Re: linux kernel 2.4.10 possibly breaks LILO



> I'm using LILO 21.6.1 w/ 2.4.10 and Reiserfs in my two notebooks: a Compaq
Armada 1500c and a Compaq Armada
> 100S.

May be, that it is filesystem dependant (using ext3), but I dont know...
Looks like effect of blkdev-in-pagecache. I saw something similiar in past
when I played with loop-like devices.

Petr
>
> Rui



^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: linux kernel 2.4.10 possibly breaks LILO
@ 2001-10-02 17:55 Petr Titera
  2001-10-02 23:55 ` David Ford
  2001-10-03 14:36 ` Dave Cinege
  0 siblings, 2 replies; 12+ messages in thread
From: Petr Titera @ 2001-10-02 17:55 UTC (permalink / raw)
  To: haiquy; +Cc: linux-kernel

Possitive here. Just try to change to new kernel image. I was forced to
install grub after upgrading to 2.4.10.

Petr


^ permalink raw reply	[flat|nested] 12+ messages in thread
* linux kernel 2.4.10 possibly breaks LILO
@ 2001-09-27  3:48 Ken Zalewski
  2001-09-27  5:01 ` Andreas Dilger
  2001-09-27  5:10 ` Steve Kieu
  0 siblings, 2 replies; 12+ messages in thread
From: Ken Zalewski @ 2001-09-27  3:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: kennyz, zalewski

Summary:

Modifying /etc/lilo.conf and running "lilo" when using kernel version
2.4.10 does not appear to modify the boot sector accordingly, even
though I receive no errors or warnings.  On next reboot, LILO is
configured as it was previous to my changes.  I am therefore unable to
modify LILO configuration in any way while using 2.4.10.


Machine summary:

AMD Athlon 1 GHz
VIA 686b southbridge
512 MB PC133 SDRAM
/dev/hda = 30 GB Western Digital ATA-100 drive
/dev/hda1 is root partition and active partition
Linux 2.4.10
LILO 21.7-5


Details:

I recently built the latest 2.4.10 kernel from source and installed it
(upgraded from 2.4.7).  Ran "lilo", and the new image booted and I was
happily running 2.4.10.  I then made some changes to /etc/lilo.conf,
re-ran "lilo", and rebooted.  On reboot, the my changes were not
apparent, and the previous configuration was used.

I began experimenting more, making drastic changes to /etc/lilo.conf. 
No matter what I did to lilo.conf (even changing from "linear" to
"lba32" and back), running "lilo" produced no change to the startup.

I used a floppy to boot into 2.4.7, ran "lilo", rebooted, and noticed
that my changes had registered.

I then built kernel version 2.4.9, and did the same experiment.  My
change to /etc/lilo.conf registered fine on the next reboot.

As a result, I have concluded that something has changed between 2.4.9
and 2.4.10 that causes LILO to be unable to overwrite the boot sector of
the active partition.  I also tried using LILO 22.0-beta, and the
problem persisted.

My kernel configurations for both 2.4.9 and 2.4.10 are almost identical.

I do not know if this is something specific to my own machine, but it is
consistently reproducible.  I have used versions 2.4.5, 2.4.7, 2.4.9,
and 2.4.10, and LILO fails to work ONLY on 2.4.10.  No errors are
printed by LILO, and doing "lilo -q -v" before rebooting seems to
indicate that everything happened properly (though I think that only
reads the map file, not the actual boot sector).

I would appreciate a response regarding this issue.  I have not seen
anything posted about this yet, so it could be something specific to my
machine - it's just strange that it just started happening on 2.4.10.

Thanks for any assistance you can provide.

-- 
Ken Zalewski -- Director of Information Technology
Document Development Corporation
1223 Peoples Avenue, Troy, NY 12180
kennyz@nycap.rr.com   http://www.cs.rpi.edu/~kennyz/

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

end of thread, other threads:[~2001-10-04  8:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-02 17:54 linux kernel 2.4.10 possibly breaks LILO Rui Ribeiro
2001-10-02 18:10 ` Petr Titera
2001-10-02 19:09   ` Andreas Dilger
  -- strict thread matches above, loose matches on Subject: below --
2001-10-02 18:03 Rui Ribeiro
2001-10-02 17:55 Petr Titera
2001-10-02 23:55 ` David Ford
2001-10-02 23:45   ` Jonathan Walther
2001-10-03 14:36 ` Dave Cinege
2001-10-03 20:46   ` Petr Titera
2001-09-27  3:48 Ken Zalewski
2001-09-27  5:01 ` Andreas Dilger
2001-09-27  5:10 ` Steve Kieu

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).