
Originally Posted by
please_try_again
Since you also installed 12.1 stage1 in sda10, couldn't you chainload this Grub and tell us if it behaves differently?
Excellent suggestion. I have now tried that. And it behaves the same way.

Originally Posted by
please_try_again
I assume that /boot/grub/menu.lst in sda10 is correct and doesn't have a timeout of 0 (?).
The "menu.lst" looks correct to me. The timeout is 8. Apart from the actual boot lines, the menu.lst looks much the same as in the 11.4 menu.lst

Originally Posted by
please_try_again
I'm also interested in learning if findgrub actually identifies 12.1 Grub as "openSUSE".
Here's the output from running "findgrub" on the 12.1 system:
Code:
# findgrub
Find Grub Version 3.4 - Written for openSUSE Forums
- reading MBR on disk /dev/sda ...
- searching partition /dev/sda1 () ...
- searching partition /dev/sda2 (NTFS) ... --> Windows7/Vista Loader found in /dev/sda2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can add the following entry to /boot/grub/menu.lst :
###Don't change this comment - YaST2 identifier: Original name: WindowsBootLoader###
title Windows on /dev/sda2
rootnoverify (hd0,1)
chainloader +1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- searching partition /dev/sda3 * (NTFS) ... --> Windows7/Vista Loader found in /dev/sda3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can add the following entry to /boot/grub/menu.lst :
###Don't change this comment - YaST2 identifier: Original name: WindowsBootLoader###
title Windows on /dev/sda3
rootnoverify (hd0,2)
chainloader +1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- reading bootsector /dev/sda4 (Extended) ... --> Grub found in /dev/sda4 => sda5 0x83 (openSUSE)
- reading bootsector /dev/sda5 (LINUX) ...
- searching partition /dev/sda6 (FAT32) ...
- reading bootsector /dev/sda7 (LINUX) ...
- reading bootsector /dev/sda8 (LINUX) ...
- skipping partition /dev/sda9 (swap)
- reading bootsector /dev/sda10 (LINUX) ... --> Grub found in /dev/sda10 => sda10 0x83 (openSUSE)
Press <enter> to Exit findgrub...
Bookmarks