08-22-2025, 11:36 AM
(04-24-2025, 03:11 AM)Vince Wrote:Hi there,(04-18-2025, 01:44 AM)molino Wrote: I have found a solution. On the page
https://github.com/PNDeb/pinenote-debian...issues/119 .
Solution 1 removes the error messages in journalctl, but does not fix the boot problem.
Solution 2 then also fixes the boot problem, without any downgrade.
from: matthewglane
When you installed updates on your system, did you have any packages being held back? I ask because your solution alone didn't fix the refreshing Booting... image for me. I was getting the same error messages in my journalctl, and following your procedure did get rid of those messages, but the refreshing Booting... image wasn't fixed until I force updated the packages that were being held back by using sudo apt full-upgrade.
I always just did an apt upgrade.
This was the solution
Thanks, just to say this resolved my booting error as well thanks guys
I'm still stuck at "Pinote is booting..." ma sequence of action were:
1) Did an update & upgrade (I've also did the "bash install_stable_1056mhz_uboot.sh" as suggesested in teh GettingStarted Section, but we can exclude that was the problem)
Code:
sudo apt update
sudo apt upgrade
Here I had the first manifastation of the booting problem.
The via UART:
3) Did the full upgrade
Code:
sudo apt full-upgrade
4) Download and downgrade of mutter-common:
Code:
wget https://snapshot.debian.org/archive/debian-ports/20250302T203536Z/pool/main/m/mutter/mutter-common_47.4-1_all.deb
Code:
sudo dpkg -i /var/cache/apt/archives/mutter-common_47.4-1_all.deb
Reboot.... still stuck at booting
5) I tried again a full-upgrade
Code:
sudo apt full-upgrade
After a reboot the problem was still there...
I can share journals if needed.
Not a great first day with Pinenote =)
Thanks!