Bug 1211480

Summary: sdhci_pci not included in initramfs when system storage is on it
Product: [Fedora] Fedora Reporter: Wei-Lun Chao <bluebat>
Component: dracutAssignee: dracut-maint-list
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: dracut-maint-list, harald, jonathan, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dracut-038-39.git20150518.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-21 17:36:51 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:

Description Wei-Lun Chao 2015-04-14 06:13:44 UTC
Description of problem:
Similar with bug 1063556
intel baytrail system with emmc storage
installed initramfs not included sdhci-pci driver

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


How reproducible:
always

Steps to Reproduce:
1.normal install
2.
3.

Actual results:
installed well but first boot failed

Expected results:
installed well and first boot OK

Additional info:
if just before restart and switch to tty2 with
chroot /mnt/sysimage
dracut -f --add-drivers sdhci-pci /boot/initramfs-$KERVER.img $KERVER
then first boot OK.

Comment 1 Harald Hoyer 2015-04-23 11:16:29 UTC
commit 6dcc5e1158bf502b431491a381a16ca894f99ae2

Comment 2 Fedora Update System 2015-05-18 12:18:08 UTC
dracut-038-39.git20150518.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/dracut-038-39.git20150518.fc21

Comment 3 Fedora Update System 2015-05-19 16:21:15 UTC
Package dracut-038-39.git20150518.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing dracut-038-39.git20150518.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-8504/dracut-038-39.git20150518.fc21
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2015-05-21 17:36:51 UTC
dracut-038-39.git20150518.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Wei-Lun Chao 2015-05-22 01:49:35 UTC
Thanks!