[Bug 250251] New: lilo.conf wrong after kernel update
https://bugzilla.novell.com/show_bug.cgi?id=250251 Summary: lilo.conf wrong after kernel update Product: openSUSE 10.3 Version: Alpha 1plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: felix@derklecks.de QAContact: qa@suse.de I just updated my System from 10.3-alpha1 to 10.3-alpha1plus but it wouldn't boot anymore. I am using openSUSE on a MacBook and therefore I have to use lilo. After the update I found the following in lilo.conf: "default = Kernel-2.6.20-6-default" But the label was "label = Kernel-2.6." Therefore I could not run lilo. Changing the default and the label to os103 helped and the system boots again now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #1 from chrubis@novell.com 2007-03-02 09:18 MST ------- Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | ------- Comment #2 from felix@derklecks.de 2007-03-02 12:24 MST ------- Created an attachment (id=122112) --> (https://bugzilla.novell.com/attachment.cgi?id=122112&action=view) my yast2 logs of the running system btw. the update was done with smart. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major ------- Comment #3 from felix@derklecks.de 2007-03-04 15:58 MST ------- this problem is reproducable. It happened again updating to todays factory. That means kernel 2.6.20-6 to 2.6.20-8. So everytime one updates the kernel one has to update lilo.conf by hand in order to get the system to boot! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Critical ------- Comment #4 from felix@derklecks.de 2007-03-09 06:44 MST ------- happened again with the upgrade to 2.6.20-9. Is nobody else seeing this? I think for normal users this makes the system unsable! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |odabrunz@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 stefan.fent@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #5 from stefan.fent@novell.com 2007-03-09 08:58 MST ------- The problem here is that the label has to be shortened, but the default value doesn't. The label is bad as well. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 ------- Comment #6 from felix@derklecks.de 2007-03-13 13:13 MST ------- I did a little research on this problem tonight. After the installation of a kernel /sbin/update-bootloader is called. This uses /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/LILO.pm which does arround line 100:
$name =~ s/^linux-//i if length ($name)>11;
while (length($name)>11) { # cut off last word, break if no more found last unless $name =~ s/ \S*$//; }
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 stefan.fent@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|odabrunz@novell.com |aosthof@novell.com Status|ASSIGNED |NEW -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 aosthof@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #7 from aosthof@novell.com 2007-03-14 02:17 MST ------- Will take care asap. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 ------- Comment #8 from aosthof@novell.com 2007-03-21 12:25 MST ------- The fix is mostly complete, but I have to test it properly first to avoid any bad behavior. But a new package will be released soon. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 ------- Comment #9 from felix@derklecks.de 2007-04-03 10:40 MST ------- It worked for me today. lilo.conf was correct after kernel upgrade and the label is "oS_10.3" # rpm -q perl-Bootloader perl-Bootloader-0.4.13-3 Thanks alot! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250251 aosthof@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #10 from aosthof@novell.com 2007-04-03 10:45 MST ------- In reply to comment #9: You're welcome ;) As the bug is fixed now, I close this one RESOLVED FIXED. If any related errors occur, feel free to reopen this bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com