On 12/9/18 3:45 PM, Pablo Sebastián Greco wrote: > <snip> >>> Thanks! Getting it now.... >> >> Looks like the same dracut failure. >> >> :( >> >> > There must be another module missing, can you decompress the fedora > initramfs and list the used modules? > > You may need to use this command in an empty dir > > /usr/lib/dracut/skipcpio $your-img | gunzip -c | cpio -id After running: /usr/lib/dracut/skipcpio /boot/initramfs-4.18.16-300.fc29.armv7hl.img | gunzip -c | cpio -id in directory /root/info which was empty, I now have LOTS of entries: info]# ls -sl total 8 0 lrwxrwxrwx. 1 root root 7 Dec 10 12:51 bin -> usr/bin 0 drwxr-xr-x. 2 root root 74 Dec 10 12:51 dev 4 drwxr-xr-x. 12 root root 4096 Dec 10 12:51 etc 0 lrwxrwxrwx. 1 root root 23 Dec 10 12:51 init -> usr/lib/systemd/systemd 0 lrwxrwxrwx. 1 root root 7 Dec 10 12:51 lib -> usr/lib 0 drwxr-xr-x. 2 root root 6 Dec 10 12:51 proc 0 drwxr-xr-x. 2 root root 6 Dec 10 12:51 root 0 drwxr-xr-x. 2 root root 6 Dec 10 12:51 run 0 lrwxrwxrwx. 1 root root 8 Dec 10 12:51 sbin -> usr/sbin 4 -rwxr-xr-x. 1 root root 3130 Dec 10 12:51 shutdown 0 drwxr-xr-x. 2 root root 6 Dec 10 12:51 sys 0 drwxr-xr-x. 2 root root 6 Dec 10 12:51 sysroot 0 drwxr-xr-x. 2 root root 6 Dec 10 12:51 tmp 0 drwxr-xr-x. 6 root root 53 Dec 10 12:51 usr 0 drwxr-xr-x. 4 root root 51 Dec 10 12:51 var What specifically should I be looking for? thanks