This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

init: cannot find '/sbin/ueventd', disabling 'ueventd'



Hi,

I'm tryin to build android kernel on pandaboard.

first, i build x loader, uboot and uImage, which i copy on the first partition of my SD card

then I creat my filesystem, and i copy it into the second partition on my SD card.

finally. I inserted my SD card into pandaboard and while booting I got this:

devtmpfs: mounted
Freeing init memory: 244K
init: cannot find '/sbin/ueventd', disabling 'ueventd'
init: Timed out waiting for /dev/.coldboot_done
init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
init: cannot find '/system/bin/vold', disabling 'vold'
init: cannot find '/system/bin/netd', disabling 'netd'
init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
init: cannot find '/system/bin/rild', disabling 'ril-daemon'
init: cannot find '/system/bin/app_process', disabling 'zygote'
init: cannot find '/system/bin/mediaserver', disabling 'media'
init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
init: cannot find '/system/bin/installd', disabling 'installd'
init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
init: cannot find '/system/bin/keystore', disabling 'keystore'
init: cannot find '/system/bin/uim-sysfs', disabling 'uim'
init: cannot execve('/system/bin/pvrsrvinit'): No such file or directory
init: service 'console' requires console
init: cannot find '/sbin/adbd', disabling 'adbd'
CPU1: shutdown

Can someone hel me please!!

thanks in advance.

  • Hi,

    zak android said:
    init: cannot find '/sbin/ueventd', disabling 'ueventd'
    init: Timed out waiting for /dev/.coldboot_done
    init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
    init: cannot find '/system/bin/vold', disabling 'vold'
    init: cannot find '/system/bin/netd', disabling 'netd'
    init: cannot find

    Please make sure that /system/bin folder and necessary files are present in your filesystem. If these files are present then try by changing filesystem permission.

       $ chmod -R 777 <sd card filesystem path>

    Regards,

    Pankaj Bharadiya

     

     

  • hi 

    in fact, i don't find have these files !!!

    did you know what could be the cause?

    help me pleaase

    regards

  • Hi Zak,

            Please verify whether root file-system is mounted or not. In working scenario expected log is 

    mmcblkop1 -> contains MLO, x-loader.bin, uImage 

    mmcblkop2 -> contains rfs

    EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    VFS: Mounted root (ext4 filesystem) on device 179:2.
    devtmpfs: mounted

    If this mounting did not happen in your case, try to check init.rc and init.omap4430.rc for necessary changes.

    This issues occurs if rootdelay is not set, set rootdelay=6

    If any issues, please provide log, so that we debug the issue.

    Thanks.