https://bugzilla.novell.com/show_bug.cgi?id=224828 Summary: Update from RC1 to RC4: Wrong menu.lst for grub Product: openSUSE 10.2 Version: RC 4 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: jplack@novell.com ReportedBy: aj@novell.com QAContact: qa@suse.de CC: stefan.fent@novell.com After update from RC1, grub tried to boot a non-existing kernel and failed. menu.lst: x40aj:~ # cat /boot/grub/menu.lst # Modified by YaST2. Last modification on Thu Nov 30 09:52:11 CET 2006 default 4 timeout 8 gfxmenu (hd0,5)/boot/message ###Don't change this comment - YaST2 identifier: Original name: linux### title openSUSE 10.2 root (hd0,5) kernel /boot/vmlinuz root=/dev/sda6 vga=0x317 hwprobe=modules.pata resume=/dev/sda5 splash=silent showopts initrd /boot/initrd ###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 10.2 root (hd0,5) kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3 initrd /boot/initrd title vmlinuz root (hd0,5) kernel /boot/vmlinuz root=/dev/sda6 vga=0x317 resume=/dev/sda5 selinux=0 splash=silent showopts initrd /boot/initrd ###Don't change this comment - YaST2 identifier: Original name: xen### title XEN root (hd0,5) kernel /boot/xen.gz module /boot/vmlinuz-xen root=/dev/sda6 vga=0x317 hwprobe=modules.pata resume=/dev/sda5 splash=silent showopts module /boot/initrd-xen title Kernel-2.6.18.2-33-default root (hd0,5) kernel /boot/vmlinuz-2.6.18.2-33-default root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent showopts initrd /boot/initrd-2.6.18.2-33-default x40aj:~ # cat /etc/grub.conf root (hd0,5) install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0,5) /boot/grub/stage2 0x8000 (hd0,5)/boot/grub/menu.lst install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) /boot/grub/stage2 0x8000 (hd0,5)/boot/grub/menu.lst quit x40aj:~ # ls -l /boot/ total 8120 -rw-r--r-- 1 root root 512 2005-08-31 23:17 backup_mbr lrwxrwxrwx 1 root root 1 2006-11-30 09:05 boot -> . -rw-r--r-- 1 root root 72710 2006-11-27 19:38 config-2.6.18.2-34-default drwxr-xr-x 2 root root 4096 2006-11-30 09:52 grub lrwxrwxrwx 1 root root 26 2006-11-30 09:52 initrd -> initrd-2.6.18.2-34-default -rw-r--r-- 1 root root 3283883 2006-11-30 09:52 initrd-2.6.18.2-34-default -rw-r--r-- 1 root root 379904 2006-11-30 09:52 message -rw-r--r-- 1 root root 86990 2006-11-27 19:40 symsets-2.6.18.2-34-default.tar.gz -rw-r--r-- 1 root root 344102 2006-11-27 19:40 symtypes-2.6.18.2-34-default.gz -rw-r--r-- 1 root root 100600 2006-11-27 19:39 symvers-2.6.18.2-34-default.gz -rw-r--r-- 1 root root 744294 2006-11-27 19:33 System.map-2.6.18.2-34-default -rwxr-xr-x 1 root root 1761938 2006-11-27 19:37 vmlinux-2.6.18.2-34-default.gz lrwxrwxrwx 1 root root 27 2006-11-30 09:27 vmlinuz -> vmlinuz-2.6.18.2-34-default -rw-r--r-- 1 root root 1474998 2006-11-27 19:33 vmlinuz-2.6.18.2-34-default Note: Default is for the 2.6.18.2-33 kernel which is not there. -- 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.