Wed Oct 02, 2013 1:58 am
This exchange sounds like it may be describing the problem that I have been having while trying to copy an 8gb SD which I bought preloaded with the NOOB image and then updated, wipi, camera, etc. Every way I tried failed. Most recently I have been trying using the dd command. Everything goes well, the numbers indicate a little difference in the sizes. When I move the restored SD over to the RaspberryPi and it boots up to the original NOOB setup thus leaving me starting from scratch again. Another point is that in the instructions two partitions are shown and my results show four partitions on both the original NOOB card (modified) and the image from the restored card.
Following is a before and after shot of the two images:
# ls
Bad_SD_Contents.odt Original_SD_Cont.odt Rpi_8gb_backup.img Rpi_8gb_failed_bkup.img
# fdisk Rpi_8gb_backup.img *******(This is a backup of the modified original)******
Command (m for help): p
Disk Rpi_8gb_backup.img: 7861 MB, 7861174272 bytes
4 heads, 16 sectors/track, 239904 cylinders, total 15353856 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ba6a2
Device Boot Start End Blocks Id System
Rpi_8gb_backup.img1 2048 2466796 1232374+ e W95 FAT16 (LBA)
Rpi_8gb_backup.img2 2473984 15353855 6439936 85 Linux extended
Rpi_8gb_backup.img5 2482176 2596863 57344 c W95 FAT32 (LBA)
Rpi_8gb_backup.img6 2605056 15353855 6374400 83 Linux
Command (m for help): q
# fdisk Rpi_8gb_failed_bkup.img ***(And this is a copy of the 2nd SD after loading it with the above image)***
Command (m for help): p
Disk Rpi_8gb_failed_bkup.img: 7822 MB, 7822376960 bytes
4 heads, 16 sectors/track, 238720 cylinders, total 15278080 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ba6a2
Device Boot Start End Blocks Id System
Rpi_8gb_failed_bkup.img1 2048 2466796 1232374+ e W95 FAT16 (LBA)
Rpi_8gb_failed_bkup.img2 2473984 15353855 6439936 85 Linux extended
Rpi_8gb_failed_bkup.img5 2482176 2596863 57344 c W95 FAT32 (LBA)
Rpi_8gb_failed_bkup.img6 2605056 15353855 6374400 83 Linux