Lanchon
Lanchon
hi, thanks! this is an old device, and as such it might work, its GPT might not be locked. please read: https://github.com/Lanchon/REPIT/issues/55 and decide whether u'd like to take the...
> I don't think the gpt is locked down good work there! i'll try to do this port soon. might take a bit cause i'm travelling in europe at the...
wtf!!! this comes from your dump, there seems to be no partition table there... ``` ========================================================================================================== ls -l /sys/block/mmcblk0 ---------------------------------------------------------------------------------------------------------- lrwxrwxrwx 1 root root 0 Jan 1 04:59 /sys/block/mmcblk0 ->...
no, don't do that. what you can do is dmsg and try to figure out how the kernel found the partitions. in THEORY, they could even be compiled into the...
hey thanks for this info... interesting. the secondary GPT is kinda swapped in format, i mean header and content:  source: https://en.wikipedia.org/wiki/GUID_Partition_Table in the GPT [headers](https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_table_header_(LBA_1)) you can find: -...
ok, and which are the workarounds? do you plan to pull and follow this up?
the exynos 4 devices (i9100 etc) have a custom partitioning system called PIT involving a partition where the PT info is stored, a custom binary format for this PT called...
so the custom TegraPT shit is placed at the beginning of the devices, so we cant fix the GPT. more info about the custom PT: https://www.phoronix.com/scan.php?page=news_item&px=Linux-Kernel-TegraPT-Patches https://lkml.org/lkml/2020/5/16/404 https://lkml.org/lkml/2020/2/24/1358
if i were you, id create a GPT through a manual process and flashed that to the backup GPT. manual process could be: pull the mmc file, operste on the...
- create a same size empty sparse file. - create a GPT inside the files using the tool of your choice. - copy over the 32 sectors of the actual...