Linux Kernel 5.15.11 (mainline) Busybox 1.34.1 x64 static build When executing mdev -s within the init of an initramfs devices aren't picked up and modules aren't being loaded. Instead one must execute find /sys/ -name modalias | xargs sort -u | xargs -n 1 modprobe to ensure all hardware is found and the relevant modules are loaded. How to reproduce: 1. create a minimal x64 QEMU machine 2. Launch a VM with a minimal Busybox-based initramfs where /init is a reqular shell script 3. Mount /proc and /sys then execute mdev -s as part of this script