![]() |
booting is looping - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineNote (https://forum.pine64.org/forumdisplay.php?fid=171) +--- Forum: PineNote Software (https://forum.pine64.org/forumdisplay.php?fid=173) +--- Thread: booting is looping (/showthread.php?tid=19929) |
booting is looping - jabi27 - 07-26-2025 Hi After Quote:- deleting symlink /lib64 the pinenote is "booting..." and flashing the screen every 3-4 seconds and nothing else is happening. Any ideas ? Best and thanks /Jan RE: booting is looping - Dendrocalamus64 - 07-27-2025 Use another computer as its serial console and see what it's printing. https://pine64.org/documentation/PineNote/Development/UART/ Sounds like this thread: https://forum.pine64.org/showthread.php?tid=19557 https://github.com/PNDeb/pinenote-debian-image/issues/119 RE: booting is looping - jabi27 - 07-27-2025 (Today, 12:41 AM)Dendrocalamus64 Wrote: Use another computer as its serial console and see what it's printing. Thanks again :-) It seems it is looping over: Code: Jul 27 09:31:24 pinenote systemd[588]: dbus.service: Killing process 58476 (pool-0) with signal SIGKILL. And this error - as I read it - comes from Code: Jul 27 09:31:23 pinenote gnome-shell[58534]: Running GNOME Shell (using mutter 47.4) as a Wayland display server The second link you provided (and thanks again) suggest apt upgrade again via the console. I will try that /Jan Thanks Following the steps from https://github.com/PNDeb/pinenote-debian-image/issues/119 did it. Pinenote is back :-) minicom -D /dev/ttyUSB0 -b 1500000 sudo apt-get update sudo apt-get upgrade sudo apt-get full-upgrade sudo apt-get upgrade sudo shutdown -r now |