Tried to use an old intel NUC (small pc , j5005 cpu) and install OpenWrt.
The device has a sdcard reader , after quick boot it hangs on "waiting for root partition partuuid=....."
Tried few version including old ones , same behavior on all versions.
I almost gave up and tried the same sdcard in a usb card reader and it works just fine.
Using the usb card reader the boot device is /dev/sda , I guess when booting directly from internal sdcard reader it boots from mmcblk0 (not sure how to verify this) and can't find the root partition ?
While i can keep using the usb card reader , it seems less "elegant" and i am looking for some pointers how to fix/investigate this issue more thoroughly.
I meant i don't see /dev/sdX or something like that in the cfg file so i am not sure why partuuid does not work in this fashion (since it is the same partition).
I'll try to change the partuuid to hardcoded device path and see if it works at all.
On boot selected that entry and it hangs on waiting for root=/dev/mmcblk0p2
Keyboard not working on this stage , so i don't know whether it possible to gain console access and list devices name or to debug this issue with more info.