stage2: preload ahci before udev/propagator

This change tries to force loading the storage driver
for cases when SecureBoot is "helping" the chainloader
to fail, see #29705 for details collected so far.

Of course ahci.ko only does AHCI but that's every storage
controller I've seen on UEFI/SecureBoot systems so far.
This commit is contained in:
Michael Shigorin 2014-01-22 21:07:00 +04:00
parent 17ce5ae96d
commit 9d495f26cb

View File

@ -12,3 +12,6 @@ else
fi fi
echo 'FEATURES += propagator' >> /etc/initrd.mk echo 'FEATURES += propagator' >> /etc/initrd.mk
# FIXME: #29705 workaround
echo 'MODULES_PRELOAD += ahci' >> /etc/initrd.mk