PINE64
PinePhone UBPorts Edition stuck on PINE64 logo 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: PinePhone UBPorts Edition stuck on PINE64 logo screen (/showthread.php?tid=14790)



PinePhone UBPorts Edition stuck on PINE64 logo screen - Giovanni Iannotti - 08-31-2021

After the last update, done yesterday (30/08/2021), the telephone is failing to boot. It is stuck on PINE 64's screen.

I tried using the solution proposed here: https://forum.pine64.org/showthread.php?tid=10130  (See below)
Differently from what is said there, the "Installing update" screen never appears. Instead, I get a screen that says "Awaiting command" and UBPorts logo / robot.
Using the commands described on that thread does reboot the phone, but it only takes me back to the PINE 64's screen.

Thank you.

Best regards,

Giovanni Iannotti

PS: These are the instructions I followed:


  1. Use a USB A-C cable to plug your phone into your PC
  2. Hold the PinePhone's power button for 4 seconds or more to power it off.
  3. Wait 5 seconds
  4. Hold the Volume Up and Power buttons on the PinePhone to boot into recovery. You should see the LED light red, then yellow, then green. The "Installing update" screen will appear, but a progress bar to indicate update progress will not. Ignore the "Installing update" part. 
  5. Your PC may automatically mount the PinePhone's partitions. If it does, Safely Remove or Eject all of them.
  6. Open a terminal on your PC. Type
    telnet 172.16.42.1

  7. You should receive the text 'Welcome to Rescue SD Shell!'
  8. In the new Rescue SD shell, type
    umount /dev/mmcblk2p10; e2fsck -fy /dev/mmcblk2p10 && sync

  9. Once this command pipeline finishes, type
    sync && reboot -f




RE: PinePhone UBPorts Edition stuck on PINE64 logo screen - Nooblife - 08-31-2021

There hasn't been a stable update, so i assume you are on the devel channel? Things will break there from time to time.


RE: PinePhone UBPorts Edition stuck on PINE64 logo screen - Giovanni Iannotti - 08-31-2021

(08-31-2021, 12:20 PM)Nooblife Wrote: There hasn't been a stable update, so i assume you are on the devel channel? Things will break there from time to time.

Thank you for your answer, Nooblife. I am not sure in which channel the device is. I am a Ubuntu / UBports supporter without experience as a developer. I bought the phone in order to support both UBports and Pine 64. All I do is to turn it on and update it once or twice per month, since it arrived and try using it as a regular telephone.
Do you think there is a way to fix the problem or the phone became useless? Should I buy a memory card and try flashing the device?

If it helps, this is what I get in the Terminal:

telnet 172.16.42.1
Trying 172.16.42.1...
Connected to 172.16.42.1.
Escape character is '^]'.

Welcome to Rescue SD Shell!
/ # umount /dev/mmcblk2p10; e2fsck -fy /dev/mmcblk2p10 && sync
e2fsck 1.45.6 (20-Mar-2020)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
userdata: 13579/635232 files (7.1% non-contiguous), 419141/2529828 blocks
/ # sync && reboot -f

Thank you again.

Best regards,

Giovanni


RE: PinePhone UBPorts Edition stuck on PINE64 logo screen - Nooblife - 08-31-2021

Sorry i can't help you with that. You could try to ask on the ubports forum, but i doubt anyone can help you out.

The easiest way is just to reflash the device, but that would require a microSD card. Having a sd card will also let you try different distroes on the phone without having to overwrite the internal storage every time you want to test something new. The phone is not broken Smile

How to fix:

1. flash jumpdrive to a micro sd card with Balenaetcher or another tool (you need to have a sd card reader on the pc).
2. insert the sdcard into the phone and boot it with cable connected to the pc
3. you can now use Balenaetcher to flash the emmc (internal storage) with the  ubports image or another distro.

Hope that helps.


RE: PinePhone UBPorts Edition stuck on PINE64 logo screen - Giovanni Iannotti - 09-01-2021

(08-31-2021, 09:31 PM)Nooblife Wrote: Sorry i can't help you with that. You could try to ask on the ubports forum, but i doubt anyone can help you out.

The easiest way is just to reflash the device, but that would require a microSD card. Having a sd card will also let you try different distroes on the phone without having to overwrite the internal storage every time you want to test something new. The phone is not broken Smile

How to fix:

1. flash jumpdrive to a micro sd card with Balenaetcher or another tool (you need to have a sd card reader on the pc).
2. insert the sdcard into the phone and boot it with cable connected to the pc
3. you can now use Balenaetcher to flash the emmc (internal storage) with the  ubports image or another distro.

Hope that helps.
Dear Nooblife,

Thank you. That helped a lot. I have just installed Mobian.

Best regards,

Giovanni Iannotti