PINE64
[Possible solution] Stuck on blank screen - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125)
+---- Thread: [Possible solution] Stuck on blank screen (/showthread.php?tid=9901)



[Possible solution] Stuck on blank screen - kugiigi - 05-19-2020

It seems that being stuck on a blank screen after the pine64 splash screen is a pretty common issue lately. Most of the time it happens after an OTA update but for me, it happened as well when I hard shutdown my PinePhone after being unresponsive. 

I'm not sure if this is always the case but here's some steps you can try to recover your UT installation.

  1. Shutdown your PinePhone.
  2. Press and hold Power + Volume Up until it boots to the recovery mode screen (one that shows Installing Update)
  3. Connect your PinePhone to a desktop/laptop via USB cable.
  4. Check if all partitions in your UT installation, either emmc or sd card, can be mounted. In my case, the userdata is corrupted and cannot be mounted.
  5. If you found a partition that cannot be mounted, run the command below
    sudo fsck /dev/<partition id>exampleConfusedudo fsck /dev/sdb10
  6. The command will check for errors and you will be asked if you want to fix them. Just answer Y in those questions.
  7. Eject your PinePhone and shut it down.
  8. Turn it on and see if it boots properly now.



RE: [Possible solution] Stuck on blank screen - Nooblife - 05-21-2020

Thx! This worked for me. Userdata was corrupted.


RE: [Possible solution] Stuck on blank screen - brorean - 06-26-2020

Thank you, this worked for me as well.


RE: [Possible solution] Stuck on blank screen - someGermanGuy - 06-29-2020

can this also happen when flashing newly to the SD card?
i just flashed the sd with ubports and after one successful boot, its blank/black.


RE: [Possible solution] Stuck on blank screen - rocket2nfinity - 06-29-2020

Maybe caused by this https://forum.pine64.org/showthread.php?tid=9832