View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#8
Before going on: Do you still have the FIASCO and the EMMC images, which you flashed with. If so, did you check the images for correctness using the md5sum, that are also available on the download pages. Those images may give you untrackable problems if corrupted during download.
If these are really proven correctly, try the following dangerous steps:
Code:
sudo gainroot
sfdisk -c /dev/mmcblk0 2 0
reboot
After the reboot try to check the filesystem of /dev/mmcblk0p2
Code:
sudo gainroot
fsck -af /dev/mmcblk0p2
If this runs without further errors, change the type of the partition back
Code:
sfdisk -c /dev/mmcblk0 2 83
and reboot.

Good luck!