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:
parent
17ce5ae96d
commit
9d495f26cb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user