Pinebook Pro Boot Issues - Booting needs multiple attempts
#1
I received my Pinebook Pro a week ago and three days ago I began having an issue when I turn on my machine, the orange light stays on and the OS will not boot. It normally takes between 3-5 tries on average before the computer will load the OS. The orange light will stay on for hours and nothing will happen, so it is not a matter of the machine booting slowly. I have ensured the eemc switch is flipped towards the hinge, the eemc module is properly seated, and all cabling is properly inserted. I have this issue booting from both eemc and SD card. I have also tried installing fresh OS installation s on both eemc and SD card. I have tried the plasma, xfce, and i3 versions of Manjaro, Debian, and Elementary OS, so I am ruling out there is an issue with software. I am currently using manjaro plasma as I type this from my PBP and that is what I initially started with on initial set up.

Other than this annoying issue with boot up, I am enjoying my PBP! Heart
#2
Sounds damn annoying
Since you are using manjaro, mostly don't boot, use sleep
Sleep is a lot faster too, ~10-12s for desktop restore, another 10-12s for wifi
Manjaro is one of the 4 distros where sleep works properly (7%/day)
(Elementary is another)
In systemsettings5, under power, you can set it up, for example if
lid switch is bad, to ignore it and pwr button to ask or sleep
have you looked in dmesg for error or fail?
If you have a serial cable, you probably could troubleshoot it
#3
Are you trying different Uboot versions? That sounds like the culprit if not.
#4
(09-22-2020, 01:44 PM)wdt Wrote: Sounds damn annoying
Since you are using manjaro, mostly don't boot, use sleep
Sleep is a lot faster too, ~10-12s for desktop restore, another 10-12s for wifi
Manjaro is one of the 4 distros where sleep works properly (7%/day)
(Elementary is another)
In systemsettings5, under power, you can set it up, for example if
lid switch is bad, to ignore it and pwr button to ask or sleep
have you looked in dmesg for error or fail?
If you have a serial cable, you probably could troubleshoot  it

I have been using sleep and it hasn't let me down yet.

Running dmesg after boot gives the below output. It seems there is a issue with the firmware which I have always suspected. Is there any way to flash a new, working firmware image to the PBP?

[    0.000000] Linux version 5.8.10-2-MANJARO-ARM (gitlab-runner@on2-runner) (gcc (GCC) 10.2.0, GNU ld (GNU Binutil>
[    0.000000] Machine model: Pine64 Pinebook Pro
[    0.000000] efi: UEFI not found.
[    0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[    0.000000] cma: Reserved 64 MiB at 0x00000000f0400000
[    0.000000] Zone ranges:
[    0.000000]  DMA      [mem 0x0000000000200000-0x000000003fffffff]
[    0.000000]  DMA32    [mem 0x0000000040000000-0x00000000f7ffffff]
[    0.000000]  Normal  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]  node  0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0 totalpages: 1015296
[    0.000000]  DMA zone: 4088 pages used for memmap
[    0.000000]  DMA zone: 0 pages reserved
[    0.000000]  DMA zone: 261632 pages, LIFO batch:63
[    0.000000]  DMA32 zone: 11776 pages used for memmap
[    0.000000]  DMA32 zone: 753664 pages, LIFO batch:63

(09-22-2020, 01:50 PM)KC9UDX Wrote: Are you trying different Uboot versions?  That sounds like the culprit if not.

I have not changed the Uboot version.
#5
manjaro has an alternative uboot that you could try,,
uboot-pinbookpro-bsp (manual write required)
Or mrfixit's, that may or may not be the best, certainly up there
#6
(09-27-2020, 04:23 PM)wdt Wrote: manjaro has an alternative uboot that you could try,,
uboot-pinbookpro-bsp (manual write required)
Or mrfixit's, that may or may not be the best, certainly up there

I tried installing the alt uboot and received an error during the pkgbuild process.

I ran:

git clone https://gitlab.manjaro.org/manjaro-arm/p...pine64-git

chown -R "username" uboot-pine64-git

cd uboot-pine64-git

makepkg -si

Not really a coding whiz but from looking at the output of the pkgbuild process, it seems some value was set wrong and errored out the pkgbuild. See attached. Has anyone else seen this problem and know a way to get the git pkg installed?


Attached Files Thumbnail(s)
   
#7
(10-01-2020, 07:15 PM)mtndew Wrote:
(09-27-2020, 04:23 PM)wdt Wrote: manjaro has an alternative uboot that you could try,,
uboot-pinbookpro-bsp (manual write required)
Or mrfixit's, that may or may not be the best, certainly up there

I tried installing the alt uboot and received an error during the pkgbuild process.

I ran:

git clone https://gitlab.manjaro.org/manjaro-arm/p...pine64-git

chown -R "username" uboot-pine64-git

cd uboot-pine64-git

makepkg -si

Not really a coding whiz but from looking at the output of the pkgbuild process, it seems some value was set wrong and errored out the pkgbuild. See attached. Has anyone else seen this problem and know a way to get the git pkg installed?



I tried to install the wrong pkg. Installed uboot-pinebookpro pkg and powered off/powered on about a dozen times and I booted correctly each time. I still have the issue where if I do a reboot instead of shutdown, my display comes up garbled. It seems the besides the display being screwed up, the system comes up correctly since I can blindly login, bring up a terminal and type sudo poweroff and the system shuts down. Anyone know a fix for the reboot issue?
#8
>Installed uboot-pinebookpro pkg
Is that a typo? Is uboot-pinebookpro-bsp what you mean?
Anyway, you could try mrfixit's uboot, it is a bsp type, it never screwed me around
Don't know link, sorry, i get from updated recovery SD (mrfixit distro)
A lot simpler, save (emmc) mbr, 1st 16M SD-> emmc, restore mbr
Right now, my emmc uboot area is blank, so that I can "test" various uboots on SD,
but I have been a bit unambitious lately
#9
(10-01-2020, 10:58 PM)wdt Wrote: >Installed uboot-pinebookpro pkg
Is that a typo? Is  uboot-pinebookpro-bsp  what you mean?
Anyway, you could try mrfixit's uboot, it is a bsp type, it never screwed me around
Don't know link, sorry, i get from updated recovery SD (mrfixit distro)
A lot simpler, save (emmc) mbr, 1st 16M SD-> emmc, restore mbr
Right now, my emmc uboot area is blank, so that I can "test" various uboots on SD,
but I have been a bit unambitious lately
yeah i meant uboot-pinebookpro-bsp. That fixed the power up issue. PBP boots up each time I press the power button now. I'll give mrfixit a try and see if it fixes the issue where i have a garbled screen when i reboot.
#10
(10-01-2020, 10:58 PM)wdt Wrote: >Installed uboot-pinebookpro pkg
Is that a typo? Is  uboot-pinebookpro-bsp  what you mean?
Anyway, you could try mrfixit's uboot, it is a bsp type, it never screwed me around
Don't know link, sorry, i get from updated recovery SD (mrfixit distro)
A lot simpler, save (emmc) mbr, 1st 16M SD-> emmc, restore mbr
Right now, my emmc uboot area is blank, so that I can "test" various uboots on SD,
but I have been a bit unambitious lately

It looks like mrfixit is a Debian image, unless I downloaded the wrong git pkg: https://github.com/mrfixit2001/debian_de...226.img.xz

Not looking to switch OS's, I'm quite happy with Manjaro-i3. Can you provide a link to the software you were referring to? I don't REALLY need reboot to work, I always hard shut down every time I need to restart my machine, I'm just interested in fixing the issue for the sake of fixing it at this point.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro on Debian 12 Power Issue u974615 1 228 03-13-2024, 10:46 AM
Last Post: u974615
  Pinebook Pro Source for Trackpad Flex / Ribbon Cable rankharris 1 179 02-17-2024, 07:06 PM
Last Post: tllim
  HDMI or VGA From Pinebook Pro via Pinebook Pro Docking Deck? segaloco 0 151 02-13-2024, 10:43 PM
Last Post: segaloco
  Pinebook Pro charging issues tomekdev 1 525 01-05-2024, 08:40 PM
Last Post: tomekdev
  Replacement battery for PineBook Pro DrYak 3 954 11-07-2023, 10:09 AM
Last Post: DrYak
  Pinebook Pro Revised Keyboard Firmware jackhumbert 73 126,972 09-13-2023, 03:43 AM
Last Post: k3dAR
  PineBook Pro dead ottahe 9 5,712 01-18-2023, 07:41 PM
Last Post: ottahe
  Pinebook Pro malfunctioned hardware samtux 10 4,137 12-27-2022, 03:31 PM
Last Post: samtux
  Touchpad Issues - August 2022 Run SteveCaruso 5 2,800 12-14-2022, 11:00 PM
Last Post: doug
  PineBook Pro revision 2.2: Wishlist for the hardware issue fixes dsimic 115 131,688 11-30-2022, 04:28 PM
Last Post: KC9UDX

Forum Jump:


Users browsing this thread: 1 Guest(s)