Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1097301

Summary: dracut does not find block device modules for arm
Product: [Fedora] Fedora Reporter: Paul Whalen <pwhalen>
Component: dracutAssignee: dracut-maint-list
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dracut-maint-list, jcm, jonathan, pbrobinson, robatino
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: dracut-037-12.git20140402.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-30 17:45:17 UTC Type: Bug
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: 245418, 1043119    
Attachments:
Description Flags
patch to add mmc/sdhci drivers to generic initfs to enable boot from SD cards
none
patch to add mmc/sdhci drivers to generic initfs to enable boot from SD cards
none
ahci/mmc/sdhci patch that was sent upstream none

Description Paul Whalen 2014-05-13 14:05:36 UTC
Description of problem:
ARM block device modules need to be explicitly added to the initramfs but should be found automatically. Currently we need to either add the 'sunxi-mmc' module to support All-Winner devices or fix block device module detection for ARM.

Comment 1 Peter Robinson 2014-05-21 16:07:14 UTC
Created attachment 898064 [details]
patch to add mmc/sdhci drivers to generic initfs to enable boot from SD cards

This patch uses a more generic means of detecting which drivers are needed for MMC/SD booting on devices that have SD cards that aren't attached by USB like most ARM devices and tablets

Comment 2 Peter Robinson 2014-05-21 22:51:24 UTC
Created attachment 898155 [details]
patch to add mmc/sdhci drivers to generic initfs to enable boot from SD cards

fixes a typo on the last patch

Comment 3 Peter Robinson 2014-05-23 11:11:35 UTC
Created attachment 898652 [details]
ahci/mmc/sdhci patch that was sent upstream

This was the final patch the I've sent upstream too (vger seems to be slow so I don't have an link yet)

Currently the block driver detection for generic initrd doesn't include
the SD/MMC drivers so we fail to boot generic images on any device using
those platforms as boot devices when using a generic initrd. Add logic
to detect those modules. This primarily fixes embedded ARM devices but
also likely intel tablets/dev boards and enterprise hypervisors that
have the ability to boot from SD.

Also the ahci_init_controller misses a number of drivers that use the
libahci_platform module for the init so this fixes some missing achi
moduless too.

Finally it cleans up the ARM storage module hacks that the above now
deals with in a more generic manner.

Comment 4 Peter Robinson 2014-06-30 17:45:17 UTC
This was fixed in dracut 38 upstream, now in rawhide