Berion
Developer
@Megoosa In yours specific case, best will be APA-Jail type-A, which is option A, and modifying lines:
206:
219:
27904 came from: (25*1024)+2304
2304 came from: 2048+128+128 (basic partitions + recovery + fallback opl)
206:
Code:
echo -e "device ${DEVICE}\ninitialize yes\nmkpart __.recovery 128M CFS\nmkpart +OPL 128M PFS\nmkpart __.POPS 25G PFS\nls -l\nexit" | cat | sudo "${TOOLKIT_PATH}/apps/PFS Shell.elf"
Code:
echo -e ",27904MiB,17\n,,07" | sudo sfdisk ${DEVICE}
2304 came from: 2048+128+128 (basic partitions + recovery + fallback opl)
Last edited:


Is it possible to fix this without destroying the data?
:
: