I extracted the initramfs with /usr/lib/dracut/skipcpio initramfs-5.9.16_1.img | zcat | cpio -ivd and find thistobetter wrote: ↑Mon Dec 28, 2020 11:47 pmI suspect this config for MMC driver, they are set as modules so cannot be loaded before the root file system is mounted unless your initramfs has the driver. I think you have to check if it contains the drivers and loaded on booting.FrankElectron wrote: ↑Mon Dec 28, 2020 11:31 pm@tobetter Thank you. It is the default Kernel from Void Linux i installed. No CustomBuild.
After installing the Kernel there is a config5.9.16_1:
https://pastebin.com/zmeim46dCode: Select all
CONFIG_MMC_DW=m CONFIG_MMC_DW_PLTFM=m

Should it work? How can i check if the driver is loaded on booting?