https://bugzilla.novell.com/show_bug.cgi?id=445490 User joe_morris@ntm.org added comment https://bugzilla.novell.com/show_bug.cgi?id=445490#c13 --- Comment #13 from Joe Morris <joe_morris@ntm.org> 2008-12-23 04:59:11 MST --- Well, changing the timeout to 60 didn't change anything. The message "invalid root filesystem -- exiting to /bin/sh" is found in line 88 of boot-mount.sh where it looks like it is in the filesystem checking area. I suppose it cannot do a fsck, even though it looks like it has assembled the raid1, and not found the resume, before that message. If the wait_for_events is the fix, it isn't working here. Just to triple check, this is my last few lines from boot.md.sh: if [ "$md_dev" ] ; then /sbin/mdadm $mdconf --auto=md $md_dev || /sbin/mdadm -Ac partitions $mdarg --auto=md $md_dev fi wait_for_events fi (beware of word wrapping, that is only 5 lines). Thanks for any ideas. Should I reopen this bug? -- 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.