![]() |
Booting Issues - 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 Issues (/showthread.php?tid=19557) Pages:
1
2
|
RE: Booting Issues - molino - 03-25-2025 I had also exactly these problems. update, then bootloop and no files to downgrade under /var/cache/apt/archives/. Even if the PineNote hangs in bootloop, it is possible, at least for me, to log in via ssh! It was not necessary to use the UART dongle. I downloaded the file mutter-common_47.4-1_all.deb here Code: wget https://ftp.rz.uni-wuerzburg.de/debian/pool/main/m/mutter/mutter-common_47.1-4_all.deb and pasted it into Code: sudo mv mutter-common_47.1-4_all.de /var/cache/apt/archives/ . Then Code: sudo dpkg -i /var/cache/apt/archives/mutter-common_47.4-1_all.deb and the PineNote immediately switched to desktop mode. It worked for me. Hope for others too. RE: Booting Issues - Badgery - 03-26-2025 (03-24-2025, 01:10 PM)Halfgreek Wrote:(03-22-2025, 02:40 PM)yetiinabox Wrote:(03-16-2025, 09:11 AM)Badgery Wrote: I had this same problem, after doing an update a few days again I was stuck in 'booting....' loop so I followed these steps to get it working. try this first 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 RE: Booting Issues - franzthiemann - 04-01-2025 Unfortunatly, I did not read these posts before updating and tried fixing it myself. I removed gdm3 and now I can not reinstall it, since the dependencies are broken. Code: user@pinenote:~$ sudo apt install gdm3 Does anyone has and Idea how to restore my pinenote back to working order? RE: Booting Issues - yetiinabox - 04-04-2025 Folks, So we've worked out that the workaround to the problem is to downgrade mutter-common - this problem recurs every single time I upgrade using apt, and I've rescued the PineNote (over SSH, which is much easier than using the UART) with the downgrade several times now. I don't have access to the PineNote Matrix channel - is there any further discussion there of what the underlying problem might be? I gather the automatic upgrade is falling foul of the warnings about patched software at pinenote.mweigand.net. If the stock debian mutter-common (see below) works, then obviously it wasn't patched - so what's breaking? Many thanks all. I'm keeping the tail on this email as it is the answer people will come looking for: try this first 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 RE: Booting Issues - molino - 04-16-2025 After the workaround with downgrade of the mother-common worked for a while, it doesn't seem to work anymore. After an upgrade followed by an downgrade I am still stuck in the bootloop. This also happens when reflashing the system to Debian Trixie - 2025.1. After the first upgrade bootloop again and downgrade of the mother-common does not help anymore. I don't read anything about it in any forum. It doesn't seem to be a problem. Am I the only one with this? Not an issue in the last April Community Update either. For me is the PN at the moment not to use. The only option is to reflash and use it without upgrading. Does anyone have an idea? RE: Booting Issues - molino - 04-18-2025 I have found a solution. On the page https://github.com/PNDeb/pinenote-debian-image/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 RE: Booting Issues - Sterling - 04-19-2025 Running sudo apt full-upgrade worked to fix my boot issue. After first setting up the Pinenote, I tried installing updates from Gnome software, but each time it restarted, none of the updates applied. So I tried sudo apt-upgrade, which seemed to run successfully, but after rebooting, the "Booting..." screen would just flash. I was able to access the shell from my Mac by:
Still having some other issues, but happy to have Gnome back up and running. RE: Booting Issues - Vince - 04-24-2025 (04-18-2025, 01:44 AM)molino Wrote: I have found a solution. On the page Thanks, just to say this resolved my booting error as well thanks guys! |