Bug 460607

Summary: [PATCH] mkinitrd fails to produce working initrd for usb root
Product: [Fedora] Fedora Reporter: Dave Airlie <airlied>
Component: mkinitrdAssignee: Peter Jones <pjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, notting, oliva, wtogami
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-27 19:49:47 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:
Bug Depends On:    
Bug Blocks: 438943    
Attachments:
Description Flags
Patch that supports built-in usb .hci[_-]hcd.ko none

Description Dave Airlie 2008-08-29 00:36:04 UTC
Description of problem:

mkinitrd still uses /proc/usb/ for stabilising, however I don't get the mount line in my initrd at all despite have a USB root disk. If I stick sleep 15 manually instead of the stabiliser then it boots fine.

So not sure if /proc/usb is gone away or why the mount line isn't getting emitted.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Alexandre Oliva 2008-09-03 19:26:40 UTC
Created attachment 315677 [details]
Patch that supports built-in usb .hci[_-]hcd.ko

The problem came up because ohci-hcd et al are now built into the kernel, rather than modules.  This broke the heuristics to mount /proc/bus/usb right after loading those modules.  The attached patch fixed this problem for me.

Comment 2 Bill Nottingham 2008-10-27 19:49:47 UTC
This should already be fixed by http://git.fedorahosted.org/git/?p=mkinitrd;a=commitdiff;h=0e3a5937c49ecada201d99909cf6fa06e0163596, in 6.0.63-1.

Please reopen if it's not.