[Bug 768859] New: my nvidia fakeraid array on which I have the root partition is not activated properly by the initrd
https://bugzilla.novell.com/show_bug.cgi?id=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c0 Summary: my nvidia fakeraid array on which I have the root partition is not activated properly by the initrd Classification: openSUSE Product: openSUSE 12.2 Version: Beta 2 Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: josua.m@t-online.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1 I have opensuse installed on a nvidia fakeraid raid1 array at /dev/mapper/nvidia_bbbdidfc_part4. After installing opensuse(which in fact doesn't work without manual work), the system will not boot. Reproducible: Always Steps to Reproduce: 1. create a hardware fakeraid raid1 array 2. install opensuse to a partition on that array 3. try to boot the resulting system Actual Results: Console complains /dev/sdb4 beeing in use(where sdb is part of the array) and falls to a shell Expected Results: normal system boot what happened is that "/dev/mapper/nvidia_bbbdidfc" exists, but no partitions. there should also be nvidia_bbbdidfc_part{1..4}. I found a fix for this issue which involves editing /lib/mkinitrd/boot/21-dmraid.sh Inside, there is a line saying "/sbin/dmraid -a y -p" This line, according to man will initialize the raid array but no partitions. so obviously a boot cant work. I changed it to say this: "/sbin/dmraid -a y -P _part" then recreated the initrd by chrooting into the system and from then on I can boot fine. I am adding this _part, because I noticed during the installation that some unknown things expect the dmraid devices to be called like this: nvidia_bbbdidfc,nvidia_bbbdidfc_part1,... By default, dmraid will name the devices liek this: nvidia_bbbdidfc,nvidia_bbbdidfcp1,... -- 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=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c kk zhang <kkzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |snwint@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=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|snwint@suse.com |mmarek@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.
https://bugzilla.novell.com/show_bug.cgi?id=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c Michal Marek <mmarek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mmarek@suse.com |nfbrown@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.
https://bugzilla.novell.com/show_bug.cgi?id=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c1 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |hare@suse.com InfoProvider| |josua.m@t-online.de --- Comment #1 from Neil Brown <nfbrown@suse.com> 2013-10-14 07:10:16 UTC --- Could it be that it is creating the partitions, but named "-partX" rather than "_partX"? In that case it is a known problem, though I'm not sure what the planned fix it. However as you have a work around, I suspect you are happy that we know there is a problem and are working towards a fix. Your change shouldn't have effect the creation of the "-part" device. That is done by "kpartx" called from /etc/udev/rules.d/70-kpartx.rules. Can you please confirm whether or not they exist. 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.
https://bugzilla.novell.com/show_bug.cgi?id=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c2 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@suse.com AssignedTo|nfbrown@suse.com |hare@suse.com --- Comment #2 from Neil Brown <nfbrown@suse.com> 2013-11-11 06:27:20 UTC --- Hi Hannes, reassigning to you as this is that kpartx -part or _part problem. If it is resolved, please close. 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.
https://bugzilla.novell.com/show_bug.cgi?id=768859 https://bugzilla.novell.com/show_bug.cgi?id=768859#c3 Hannes Reinecke <hare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|josua.m@t-online.de | Resolution| |DUPLICATE --- Comment #3 from Hannes Reinecke <hare@suse.com> 2014-01-07 12:12:48 UTC --- I have updated the multipath-tools rpm for 12.3 to fix this issue. *** This bug has been marked as a duplicate of bug 810840 *** http://bugzilla.novell.com/show_bug.cgi?id=810840 -- 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