05-26-2020, 02:05 AM
(05-24-2020, 07:45 AM)none Wrote:(05-22-2020, 11:20 PM)kugiigi Wrote: I don't have these problems as well. So far OTA works fine on my PinePhone. Although, it seems that UT is more prone to partition/file system corruption now. It could happen after an OTA or in my case a hard shutdown. In these cases, you will be stuck in a blank screen after the pine64 screen. This is fixable by running fsck on the corrupted partition though.
Also, just to clear to everyone that OTA-12 isn't relevant to the pinephone because its development is separate from the other UT supported devices for now. So basciallyicthere's no OTA-12 for the pinephone.
I read the post about using fsck. none of my partitions are corrupted. the problem still persists.
I've tried with fsck as well, each time with different, freshly formatted sd cards and fresh installs of UT.
It's always the same three partitions that can't mount, and I get errors with superblocks each time, always like this:
Code:
$ sudo fsck /dev/sdb1
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb1
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
I've tried e2fsck as well, to no avail. I'm only having these issues with builds of UT since May 12 on my Pinephone. All other images (postmarketOS, deb+phosh, etc) that I have tested so far (a few on the same sd cards) do just fine.
I might go out and purchase a few more sd cards just to make sure that I haven't corrupted these beyond repair somehow, but it is odd that I'm not having issues with any other images, and older builds of UT that I still have on my machine are able to boot just fine with no crashes/black screens/etc.