linux - Kernel does not call /init script on initrd -


everyone. i'm working on first embedded linux , have nice bootsplash. i've decided use initrd possible, looks kernel not calling /init script. mounts ram disk , proceeds usual booting sequence.

<5>ramdisk: squashfs filesystem found @ block 0 <5>ramdisk: loading 16643kib [1 disk] ram disk...  <6>vfs: mounted root (squashfs filesystem) readonly on device 1:0. <6>kjournald starting.  commit interval 5 seconds <6>ext3-fs (mmcblk0p1): using internal journal <6>ext3-fs (mmcblk0p1): mounted filesystem ordered data mode <6>vfs: mounted root (ext3 filesystem) on device 179:1. <5>trying move old root /initrd ... okay <6>devtmpfs: mounted <6>freeing init memory: 180k <30>udevd[79]: starting version 182 

i have tried without success sorts of debugging knew of test whether script being called. no error @ all. after logging in, can see ram disk mounted @ /initrd, supposed be.

i'm using cubieboard 2 drivers , kernel (3.4) provided community. know it's old version, it's 1 best support sunxi socs far. i'm using both file systems (rootfs , initramfs) provided linaro base.

could me?

thank you.

what /etc/inittab? did initialize console in file? maybe tty init missed. show it?


Comments