hi ,
I am working with RPI2 .I have installed raspibian using noobs .It has booted properly and working.
I have copied all files from sd card(16GB) to my hard disk(root,boot,SETTINGS,Recovery);
Now I have formatted my sd card and created FAT(64mb) and ext4 partitions .
I have copied files from hard disk to sdcard
root->root
boot ->boot
using cp -r /media/cnu/Newvolume/RASPI/root/* /media/cnu/root
using cp -r /media/cnu/Newvolume/RASPI/boot/* /media/cnu/boot
I didnot copied settings and recovery folders
When i inserted sd card into pi and powered up .It has shown message root fs not found
I have edited cmdline.txt ,changed root = /dev/mmcblkop6 to /dev/mmcblkop2
When i inserted sd card into pi and powered up .It has shown message root fs not found
I have edited cmdline.txt ,changed root = /dev/mmcblkop6 to /dev/mmcblkop2
and changed file permissions in root folder(I changed file permissions when it has shown "unable to run init read only " message in next boot ).
sudo chmod 777 /media/cnu/root/*
When i inserted sd card into pi and powered up .It has shown following message:
No working init found. Try passing init = option to kernel. See linux documentation/init.txt for guidance.