Bug 266110 - Kernel update creates invalid lilo.conf
Summary: Kernel update creates invalid lilo.conf
Status: RESOLVED DUPLICATE of bug 252911
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Final
Hardware: i686 openSUSE 10.2
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 08:47 UTC by Roland Genske
Modified: 2007-04-19 09:39 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Genske 2007-04-19 08:47:27 UTC
Customer configured lilo bootloader for whatever reason ;-)

After applying on-line update which updated the kernel, the /etc/lilo.conf file contained a mismatching "default" directive. As a consequence, lilo did not correctly install and the system rebooted with the old kernel. The boot process then failed because the old /lib/modules were no longer present :-(

This is the lilo.conf file created when the kernel was updated. Please note that "default" does not refer to an existing "label".

# Modified by YaST2. Last modification on Mon Apr 16 13:38:40 UTC 2007
menu-scheme = Wb:kw:Wb:Wb
timeout = 80
lba32
change-rules
reset
read-only
prompt
default = Kernel-2.6.18.8-0.1-default
message = /boot/message
boot = /dev/cciss/c0d0

image = /boot/vmlinuz-2.6.18.8-0.1-default
    label = Kernel-2.6.
    append = "   resume=/dev/cciss/c0d0p2 splash=silent showopts"
    vga = 0x317
    initrd = /boot/initrd-2.6.18.8-0.1-default
    root = /dev/cciss/c0d0p1
Comment 1 Cristian Rodríguez 2007-04-19 09:39:07 UTC

*** This bug has been marked as a duplicate of bug 252911 ***