From summary really. Once installed in a dual boot with Mageia 2, Mageia 3 no longer recognises the mageia 2 install as being mageia and just lists it as 'Linux sda1'. It used to recognise it and list it as something like Mageia 2 (Official) Not sure if this is a maybe a grub bug instead of installer so please assign as necessary.
CC: (none) => ennael1, tmbWhiteboard: (none) => 3beta2
is it grub or grub2 ?
It is grub legacy
Priority: Normal => release_blocker
valid 3beta3 draklive-install also
Whiteboard: 3beta2 => 3beta2 3beta3
valid classic installer 3beta3
this is strange * current labels: linux linux-nonfb failsafe * looking for configured grub on partitions sda5 sda7 sda8 * find_root_parts found sda5: Mageia (Official) for x86_64 * current labels: linux linux-nonfb failsafe Linux sda5 http://svnweb.mageia.org/soft/drakx/trunk/perl-install/bootloader.pm?revision=7424&view=markup#l2163
side effect from rosa change import ? http://svnweb.mageia.org/soft/drakx/trunk/perl-install/bootloader.pm?r1=6627&r2=6628& $e->{name} ||= "Linux $e->{bootpart}{device}"; versus $e->{name} = $e->{menuentry} || "Linux $e->{bootpart}{device}";
confirmed that is works with the live (and indeed this menuentry var come only from grub2 which is not called in the suggest (useless))
Keywords: (none) => PATCHSource RPM: (none) => drakxtools-curses
Does it fixes it if you revert in /usr/lib/libDrakX/bootloader.pm the line: $e->{name} = $e->{menuentry} || "Linux $e->{bootpart}{device}"; back to: $e->{name} ||= "Linux $e->{bootpart}{device}";
Keywords: (none) => NEEDINFO
yes this is what I did in my test, (didn't try since)
Keywords: NEEDINFO => (none)Summary: Mageia is no longer recognised in installed grub menu - dual boot shown as Linux sda1 (3beta1 & 2) => Mageia is no longer recognised in installed grub menu - dual boot shown as Linux sda1
Fixed in SVN
Status: NEW => RESOLVEDResolution: (none) => FIXED
*** Bug 9655 has been marked as a duplicate of this bug. ***
CC: (none) => westlake2012