You are probably already informed :-), but the last 10.2 kernel update brake the computer boot...

the menu.lst of grub is badly rewriten and the previous kernel and initrd are deleted

this may be related to a special config..

I have on my drive

* hda1 swap
* hda2 10.2
* hda3 SLES

boot menu was (from memory, it's no more here)

floppy
10.2 * (default)
SLES
new compiled kernel

The new grub menu.lst is below (because not anybody needs to read it). It default to floppy boot!!!

the sles boots, hopefully! but not the others. vmlinuz and initrd (in /boot) are linked to the compiled kernel 0.3 (not by me!!) so the fix wads simple: shorten the entries of openSUSE 10.2 (/dev/hdc2)

but it's a chance the new kernel works (it only allows more usb debugging)

jdd (must leav now, will fill a bug later if necessary)

default menu.lst

# Modified by YaST2. Last modification on Tue May 22 13:38:25 CEST 2007
default 0
timeout 8
gfxmenu (hd0,1)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Disquette
    rootnoverify (hd0,0)
    chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 10
    root (hd0,2)
kernel /boot/vmlinuz root=/dev/hdc3 vga=0x317 resume=/dev/hdc1 splash=silent showopts
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: openSUSE 10.2 (/dev/hdc2)###
title openSUSE 10.2 (/dev/hdc2)
kernel (hd0,1)/boot/vmlinuz-2.6.18.2-34-default root=/dev/hdc2 vga=0x317 resume=/dev/hdc1 splash=silent showopts
    initrd (hd0,1)/boot/initrd-2.6.18.2-34-default

title 2.6.18.8-0.3-default
kernel (hd0,1)/boot/vmlinuz-2.6.18.8-0.3-default root=/dev/hdc3 vga=0x317 resume=/dev/hdc1 splash=silent showopts

--
http://www.dodin.net
http://gourmandises.orangeblog.fr/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to