Bug 471093
Summary: | mount: error mounting /dev/root on /sysroot as ext3: No such file or directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zak Peirce <plastikman> |
Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dcantrell, fred99, hdegoede, katzj, krh, pjones, rstrode, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-11-13 15:25:01 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Zak Peirce
2008-11-11 18:57:00 UTC
not a plymouth issue. Moving to mkinitrd because that might be the source of the problem (but it might get moved to a different component still) Were there any other messages before the ones you showed? That was the only message that displayed on the screen. I am planning on recreating the initrd when i get back in front of that machine. I will post the progress later on. after pulling the initrd apart and adding this to the init file I am in business echo Waiting for driver initialization. stabilized --hash --interval 250 /proc/scsi/scsi not sure how i would make this appear using the mkinitrd command but manually adding it to the init seems to have solved the problem for me. (In reply to comment #3) > not sure how i would make this appear using the mkinitrd command but manually > adding it to the init seems to have solved the problem for me. You can either use the workaround in bug #466607 comment #24, or edit your mkinitrd to add your scsi module to the set of special cases, around line 1490 or so (it sets 'wait_for_scsi'). Then you won't have to remember to hand-edit init every time you install a new kernel. The first method causes init to insmod scsi_wait_scan, while the second method causes init to call stabilized(). Please add your experience to bug #466607, and close this one as a duplicate if the workaround(s) work for you. *** This bug has been marked as a duplicate of bug 466607 *** |