|
Bugzilla – Full Text Bug Listing |
| Summary: | initrd: mdadm not run | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Jan Engelhardt <jengelh> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jan Engelhardt
2010-04-07 01:22:59 UTC
Subsequently I removed root=... from grub/menu.lst, because I remember this parameter is integrated into the initramfs image anyway. Rerunning mkinitrd yields: Root device: /dev/disk/by-label/myraidfs (/dev/md30 (mounted on / as xfs) Despite being smart enough to figure out it points to md3, it still record /dev/disk/by-label/myraidfs into the rootdev variable, giving another reason for the boot to fail (i.e. even when there's no root= parameter in menu.lst) Can you try with mdadm from Factory? *** This bug has been marked as a duplicate of bug 583424 *** Seems to be solved in 11.3 indeed, where /dev/disk/by-id/md-uuid:.... is used by default. |