[Bug 328482] New: updating from 10.2, LILO errors out because of dangling image entries
https://bugzilla.novell.com/show_bug.cgi?id=328482 Summary: updating from 10.2, LILO errors out because of dangling image entries Product: openSUSE 10.3 Version: RC 2 Platform: i686 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: odabrunz@novell.com ReportedBy: mvidner@novell.com QAContact: jsrain@novell.com CC: aosthof@novell.com Found By: --- I updated a 10.2 system with LILO to 10.3 RC2 (It is my workstation and LILO has been there since 7.3, I guess I should apply for technical heritage protection at the ministry of culture... ;-) At the end of the 1st stage, LILO fails, because some of the lilo.conf entries refer to the previous kernel which is no longer there. (They were duplicated in the original config, and only one set has been updated to refer to the new kernel.) I attach y2logs from the instsys and the target system. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c1 --- Comment #1 from Martin Vidner <mvidner@novell.com> 2007-09-26 05:39:12 MST --- Created an attachment (id=174826) --> (https://bugzilla.novell.com/attachment.cgi?id=174826) y2logs-instsys.tgz -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c2 --- Comment #2 from Martin Vidner <mvidner@novell.com> 2007-09-26 05:39:45 MST --- Created an attachment (id=174827) --> (https://bugzilla.novell.com/attachment.cgi?id=174827) y2logs-target.tgz -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 Matej Horvath <mhorvath@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |stefan.fent@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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c4 Stefan Fent <stefan.fent@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan.fent@novell.com Status|NEW |NEEDINFO Info Provider| |aosthof@novell.com --- Comment #4 from Stefan Fent <stefan.fent@novell.com> 2007-10-24 13:30:23 MST --- Alex, is this perl or yast2? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c5 --- Comment #5 from Alexander Osthof <aosthof@novell.com> 2007-10-25 07:10:14 MST --- Investigating yast logs... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c6 --- Comment #6 from Alexander Osthof <aosthof@novell.com> 2007-10-25 08:24:37 MST --- Hmm... I'm a bit confused. According to (instsys) yast logs, these are the read sections: 2007-09-26 13:17:04 <1> 10.20.1.21(3671) [YCP] bootloader/routines/lib_iface.ycp:182 Read sections: [ $[ "append":"resume=/dev/hda5 splash=silent showopts", "initrd":"/boot/initrd-2.6.18.8-0.3-default", "kernel":"/boot/vmlinuz-2.6.18.8-0.3-default", "lines_cache_id":"0", "name":"Linux", "root":"/dev/hda6", "type":"image", "vga":"0x31a" ], $[ "append":"showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off", "initrd":"/boot/initrd-2.6.18.8-0.3-default", "kernel":"/boot/vmlinuz-2.6.18.8-0.3-default", "lines_cache_id":"1", "name":"FailsafeV1", "root":"/dev/hda6", "type":"image", "vga":"0x31a" ], $[ "append":"resume=/dev/hda5 splash=silent showopts", "initial":"1", "initrd":"/boot/initrd-2.6.18.8-0.3-default", "kernel":"/boot/vmlinuz-2.6.18.8-0.3-default", "lines_cache_id":"2", "name":"oS_10.2", "original_name":"linux", "root":"/dev/hda6", "type":"image", "vga":"0x31a" ], $[ "append":"showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3", "initrd":"/boot/initrd-2.6.18.8-0.3-default", "kernel":"/boot/vmlinuz-2.6.18.8-0.3-default", "lines_cache_id":"3", "name":"Failsafe", "original_name":"failsafe", "root":"/dev/hda6", "type":"image", "vga":"normal" ], $[ "kernel":"/boot/memtest.bin", "lines_cache_id":"4", "name":"Memory_Test", "original_name":"memtest86", "type":"image" ] ] These sections point to the same vmlinuz/initrd file in each case, but the difference are the names given. So it seems that in the update mechanism something added those 2 new entries... but at this point of time I can't explain why and if perl- or yast2-bootloader is responsible respectively. BTW, if you still have access to the original lilo.conf from 10.2, please attach it. Investigating further... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c7 --- Comment #7 from Martin Vidner <mvidner@novell.com> 2007-10-25 08:39:35 MST --- Created an attachment (id=180587) --> (https://bugzilla.novell.com/attachment.cgi?id=180587) lilo.102.conf -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482#c8 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|stefan.fent@novell.com |aosthof@novell.com Status|NEEDINFO |NEW Info Provider|aosthof@novell.com | --- Comment #8 from Stephan Kulow <coolo@novell.com> 2007-11-22 23:54:56 MST --- I guess we better reassign it -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 Alexander Osthof <aosthof@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|aosthof@novell.com |jplack@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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 User jplack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=328482#c9 Joachim Plack <jplack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #9 from Joachim Plack <jplack@novell.com> 2007-12-12 13:03:56 MST --- No ressources assigned here right now, will address problem later -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 User jplack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=328482#c10 Joachim Plack <jplack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jplack@novell.com Status|RESOLVED |REOPENED Resolution|LATER | --- Comment #10 from Joachim Plack <jplack@novell.com> 2008-03-19 22:13:52 MST --- reevaluate for SLE11 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 Stanislav Visnovsky <visnov@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |visnov@novell.com Component|YaST2 |Booting -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 User jplack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=328482#c11 Joachim Plack <jplack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jplack@novell.com |juhliarik@novell.com Status|REOPENED |NEW --- Comment #11 from Joachim Plack <jplack@novell.com> 2008-07-15 05:21:55 MDT --- assign to yast2-bootloader maintainer -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=328482#c12 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|juhliarik@novell.com |jreidinger@novell.com --- Comment #12 from Jozef Uhliarik <juhliarik@novell.com> 2008-07-27 14:15:15 MDT --- Updating lilo.conf is perl-Bootloader issue. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P3 - Medium -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=328482#c13 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jreidinger@novell.com |juhliarik@novell.com Status|ASSIGNED |NEW --- Comment #13 from Josef Reidinger <jreidinger@novell.com> 2008-09-11 05:44:07 MDT --- Jozo - problem is on your side, this line is problematic: 2007-09-26 13:17:04 <1> 10.20.1.21(3671) [YCP] Bootloader.ycp:631 section Linux: not linux, xen or failsafe, skipping kernel and initrd remapping 2007-09-26 13:17:04 <1> 10.20.1.21(3671) [YCP] Bootloader.ycp:631 section FailsafeV1: not linux, xen or failsafe, skipping kernel and initrd remapping 2007-09-26 13:17:04 <1> 10.20.1.21(3671) [YCP] Bootloader.ycp:598 section oS_10.3: converting old kernel parameter from to 2007-09-26 13:17:04 <1> 10.20.1.21(3671) [YCP] Bootloader.ycp:598 section oS_10.3: converting old image parameter from /boot/vmlinuz to /boot/vmlinuz-2.6.22.5-31-default so you remap only two section from 4....and then lilo fail, because it contains some nonexisted file (old vmlinuz for two entries). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=328482 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=328482#c14 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #14 from Jozef Uhliarik <juhliarik@novell.com> 2008-09-17 07:53:48 MDT --- the problem is that section doesn't include key "original_name" where is specific type of section. It means that lilo.conf doesn't include yast comments for section. :( it happend if someone edit lilo.conf by hand and forgot to add ###Don't change this comment - YaST2 identifier: Original name: linux### I am sorry :( BTW. lilo is not supported now Josef parsing lilo.conf and adding key "original_name" is done by perl-Bootloader. ;-) -- 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.
participants (1)
-
bugzilla_noreply@novell.com