https://bugzilla.novell.com/show_bug.cgi?id=779534 https://bugzilla.novell.com/show_bug.cgi?id=779534#c19 Michael Chang <mchang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arvidjaar@gmail.com --- Comment #19 from Michael Chang <mchang@suse.com> 2013-01-04 10:37:11 UTC --- Did I see ghost? The log reveals something that we are familiar with and should get fixed .. ++ echo /dev/sda5 ++ xargs /usr/sbin/grub2-probe --device-map=/boot/grub2/device.map --target=drive --device + grub_drive='(hd0,msdos6)' ++ echo '(hd0,msdos6)' ++ sed -e 's/^(\(\([^,\\]\|\\\\\|\\,\)*\)\(\(,[a-zA-Z0-9]*\)*\))$/\3/' + grub_partition=,msdos6 /dev/sda5 should be grub device (hd0,msdos5). The (hd0,msdos6) is nonsensical as that is your Windows NTFS partition. A much like reincarnation of bnc#785341, although the symptom differs as now /dev/sda5 (first logical partition) is wrongly translated .. (In that bug the wrong translation started from second logical partition (/dev/sda6)) And this is a *regression* from M1 to M2, made me feel more odd as it looks not likely a regression but a bug which should be in both M1 & M2 (If it is). CC Andrey, as he help to address above issue and fix it. See if he has any idea. THANKs. -- 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.