And at last...We're Back!! :-)
Reading was so fast, but writing the image was slow and made me worry:
Making Backup:
Code:
root@ubuntu:~# dd if=/dev/sdc1 of=kindle1.img
1331256+0 records in
1331256+0 records out
681603072 bytes (682 MB) copied, 61.8736 s, 11.0 MB/s
root@ubuntu:~# dd if=/dev/sdc2 of=kindle2.img
49152+0 records in
49152+0 records out
25165824 bytes (25 MB) copied, 2.65295 s, 9.5 MB/s
root@ubuntu:~# dd if=/dev/sdc3 of=kindle3.img
16384+0 records in
16384+0 records out
8388608 bytes (8.4 MB) copied, 0.691376 s, 12.1 MB/s
Dumping the provided image
Code:
root@ubuntu:~# dd if=mmcblk0p1.img of=/dev/sdc1
1331256+0 records in
1331256+0 records out
681603072 bytes (682 MB) copied, 634.65 s, 1.1 MB/s
Now the Kindle is up and running! :-)
Thank you guys, for your help.
Do you think that the same root password should work now?