[Bug 859493] New: grub2 can't find root device fs anymore after mdadm maintenance update
https://bugzilla.novell.com/show_bug.cgi?id=859493 https://bugzilla.novell.com/show_bug.cgi?id=859493#c0 Summary: grub2 can't find root device fs anymore after mdadm maintenance update Classification: openSUSE Product: openSUSE 13.1 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Maintenance AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dmueller@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- after release of bnc#810840, grub/grub2 fail on probing the fs on kpartx loopback mounted images: grub2-probe -t fs /boot/grub2 device-mapper: table ioctl on loop0p1_part1 failed: No such device or address device-mapper: table ioctl on loop0p1_part1 failed: No such device or address device-mapper: table ioctl on loop0p1_part1 failed: No such device or address grub2-probe: error: cannot find a GRUB drive for /dev/mapper/loop0p1_part1. Check your device.map. this is because bug 810840 introduced a _part1 compat rule, that is however misplaced here: lrwxrwxrwx 1 root root 7 Jan 20 16:21 loop0p1 -> ../dm-0 lrwxrwxrwx 1 root root 7 Jan 20 16:41 loop0p1_part1 -> ../dm-0 deleting the extra loop0p1_part1 makes grub2-probe succeed again. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=859493 https://bugzilla.novell.com/show_bug.cgi?id=859493#c Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mchang@suse.com AssignedTo|bnc-team-screening@forge.pr |hare@suse.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=859493 https://bugzilla.novell.com/show_bug.cgi?id=859493#c1 --- Comment #1 from Andrey Borzenkov <arvidjaar@gmail.com> 2014-01-21 09:35:23 UTC --- (In reply to comment #0)
lrwxrwxrwx 1 root root 7 Jan 20 16:21 loop0p1 -> ../dm-0 lrwxrwxrwx 1 root root 7 Jan 20 16:41 loop0p1_part1 -> ../dm-0
deleting the extra loop0p1_part1 makes grub2-probe succeed again.
Does it work if you use rename it to loop0_part1? The name loop0p1_part1 is bogus anyway. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=859493 https://bugzilla.novell.com/show_bug.cgi?id=859493#c2 Hannes Reinecke <hare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |dmueller@suse.com --- Comment #2 from Hannes Reinecke <hare@suse.com> 2014-01-30 11:34:18 UTC --- Hmm. What is the setup here? How can I recreate this? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=859493 https://bugzilla.novell.com/show_bug.cgi?id=859493#c5 --- Comment #5 from Michael Chang <mchang@suse.com> 2014-07-28 07:17:13 UTC --- Hi Gabor: Do you setup any (fake) raid or muitlipath disk ? Any output from "dmraid -r" or multipath -ll ? And also please attach the output of : /usr/sbin/grub2-probe -vv -t fs /boot/grub2 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=859493 https://bugzilla.novell.com/show_bug.cgi?id=859493#c Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|dmueller@suse.com |gnyers@suse.com -- 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.
participants (1)
-
bugzilla_noreply@novell.com