Hi there, make sure that your init.rc is mounting the right partiotion schema .

Example from init.rc:

# mount ext4 partitions
    # Mount /system rw first to give the filesystem a chance to save a
checkpoint
    mount ext4 /dev/block/mmcblk0p2 /system
    mount ext4 /dev/block/mmcblk0p2 /system ro remount

    # We chown/chmod /data again so because mount is run as root + defaults
    mount ext4 /dev/block/mmcblk0p5 /data nosuid nodev
    chown system system /data
    chmod 0771 /data


[]'s

Hamilton Vera

On Wed, Nov 17, 2010 at 6:23 AM, Srinidhi K V <srinidh...@yahoo.co.in> wrote:
> Hi All,
>
> I tried to bring up Froyo on Hawk board, I was able to do it from the Kernel
> and File System provided Core Druid
> However when I boot with the File System built from the sources I am getting
> an error.
> Freeing init memory: 148K
> Warning: unable to open an initial console.
> init: /init.rc: 70: invalid command 'copy'
> init: /init.rc: 71: invalid command 'copy'
> init: /init.rc: 154: invalid option 'ioprio'
> init: /init.rc: 159: group option accepts at most 6 supp. groups
> init: /init.rc: 159: invalid option 'ioprio'
> init: cannot open '/initlogo.rle'
> init: cannot find '/system/bin/sh', disabling 'console'
> 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'
>
> Can any one give some pointers on fixing this.
>
> Thanks
> Srinidhi
>
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>



-- 
Hamilton Vera
int Administrator (char Network[],char ComputationalSystems[])
http://hvera.wordpress.com

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to