View Single Post
Posts: 45 | Thanked: 136 times | Joined on Jan 2012 @ Hyderabad
#14
Originally Posted by saponga View Post
Thank you very much for share the image
I didn't find any "sdcard_partition.sh" script so i've just created a new fs with one single partition and dd'ed the image to that. Everything went ok but i've got those errors during boot:
Code:
Target file system doesn't have requested /sbin/init.
No init found. Try passing init= bootarg
followed by some "Module not found" and finally:
Code:
Can't access tty: job control turned off
(initramfs)
and then i've got stuck in initramfs since i don't know what to do.
You should not dd to the partition, dd only to the device.
ex: dd if=xxxxxx.img of=/dev/sdx bs=512k

you should dd to /dev/sdx not /dev/sdx1.

After you dd, check partitions using gparted or other tools. There should be 3 partitions. 1st part is vfat, 2nd is ext4, 3rd is swap.

If you still get that error please let me know.
 

The Following User Says Thank You to rapol.goutham For This Useful Post: