a new attempt
Here are the extracts from dmesg i can suspect.
around line 263 :
<3>[ 2.222980] c1 init: could not import file /system/etc/init.local.rc
<4>[ 2.225921] c1 init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<3>[ 2.409017] c1 init: cannot open '/initlogo.rle'
but as the kernel startup goes further, i don't know if i can suspect one of those lines. I've just commented
reference to init.local.rc in init.rc as it contains only CM specific service loading. Let's see later if we'll need
it with Firefox OS.
Later i can find these lines
<3>[ 2.643364] c2 init: cannot find '/system/bin/dmbserver', disabling 'dmb'
<3>[ 2.643446] c2 init: cannot find '/system/bin/bintvoutservice', disabling 'TvoutService_C'
but after checking in the CM9.1 backup, it appears that these files are not present in the rom.
it seems to reference proprietary binaries. I've checked in the samsung rom and found bintvoutservice but no dmbserver.
I've found the reference to these files in the init.smdk4x12.rc, so I commented the lines out for 'dmb'.
As above, it doesn't block the boot process.
I haven't noticed anything else, but something bothered me...
init.smdk4x12.rc isn't referenced in init.rc, however, init.rc content doesn't seems to be interpreted. So I moved
the import init.b2g.rc and chmod instructions to init.smdk4x12.rc.
Rebuilded the updated rom files for a new attempt.
Comportement changed : when i boot, the samsung splash screen disappears but the screen remains black and I have no access to adb...
Hard buttons seems to react as they light on when i touch them, but nothing else seems to work.
Where else could i watch ? Can someone explain (or reference a thread) init.rc/init.smdk4x12.rc on GT-I9300 ?