Bugzilla – Bug 150210
2x SATA SAMSUNG 160GB ROOT=/dev/md0 (stripping) /boot=/dev/md2 (mirroring) MOUNTING ROOT FAILD
Last modified: 2006-02-16 06:16:23 UTC
Hi, I`m getting roblem when booting linux. Here is some out: Loading Reiserfs md: md0 stopped. mdadm [856] segfault at 00000000000.......... some numbers /init: line 503: 856 segmentation fault /sbin/mdadm --assemble --scan $mdconf rootfs major=9 minor=0 devn=2304 /dev/md0: unknown volume type /init 534: =: command not found Mounting root /dev/md0 mount: unknown file system '' umount: /dev is busy umount: /dev is busy Kernel panic........................ The root md0 partition is stripping raid. The /boot is placed in md2 (mirroring one). Waiting for any answer Greetings Piotr Klimczak
This is a known problem (see the bug this has been marked as a duplicate of). It will be fixed in the next beta. The easiest work-around is to modify the initramfs used to boot the kernel and change the init script (/init, line 503) so that it has "--update=summaries". i.e. /sbin/mdadm --assemble --scan --update=summaries $mdconf Hope that helps. *** This bug has been marked as a duplicate of 146514 ***