Bugzilla – Bug 148463
grub setup: SUSE 10.0 32 bit detection
Last modified: 2007-11-13 13:02:53 UTC
installation into /dev/sda3 worked pretty well. I get the following grub boot menu: # grep title /boot/grub/menu.lst title SUSE LINUX 10.0.42 title XEN title SUSE LINUX 10.0 64 bit (/dev/sda1) title SUSE LINUX 10.0 64 bit (/dev/sda2) ... ^^^^^^ ^^^^^^ 10.0 64 bit for /dev/sda1 is correct, but /dev/sda2 is a _32_ bit 10.0 installation!!
please attach /var/log/YaST2/* from the system which installed the grub.
Created attachment 66760 [details] the requested y2log
Still there in 10.2 ... The label generation is finally done in GfxMenu::translateSectionTitle This cannot be easily fixed as translation always takes the _running_ system which is somewhat broken by design. In BootGrub::CreateSections the information from Storage::GetOtherLinuxPartitions() is kind of badly evaluated. Olaf please check'n' fix, yast2-bootloader
This is obsolete now.