My Manjaro brocken after last updates.
Last string is Stuck at Finished TLP system startup/shutdown
What should I do?
Hi @totish, and welcome!
As far as I know, that is something to do with power(management). Indeed, according to the Arch wiki:
TLP is a feature-rich command line utility for Linux, saving laptop battery power without the need to delve deeper into technical details.
I highly doubt that is why it’s not starting, just that it was the last message output before the system hung (hanged?)
That said, there might be an easier way to troubleshoot this, but since I don’t know it, I’m going to tell you what I do know. This is how I’d go about finding the cause:
1. chroot
into the system:
How to chroot
-
Ensure you’ve got a relatively new ISO or at least one with a still supported LTS kernel.
-
Write/copy/
dd
the ISO to a USB thumb drive. -
When done, boot with the above mentioned USB thumb drive into the live environment.
-
Once booted, open a terminal and enter the following command to enter the
chroot
environment:
manjaro-chroot -a
- If you have more than one Linux installation, select the correct one to use from the list provided.
When done, you should now be in the chroot
environment.
But, be careful, as you’re now in an actual root environment on your computer, so any changes you make will persist after a restart.
2. From there you can find logs that might be more explanatory:
Finding errors for specific boot
journalctl --priority=warning..crit --no-pager --boot=-1
Where:
- The
--priority=warning..err
argument limits the output to warnings and errors only; - and the
--no-pager
formats the output nicely for use here, on the forum; - the
--boot=-1
argument limits the output to log messages from the previous boot. This can be adjusted to-2
for the boot before that,-3
to the boot before that, and so on and so forth.
Feel free to share the outputs here if you wish us to see wwhat theree is to see:
When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:
```
pasted text
```
Or three (3) tilde signs, like this:
~~~
pasted text
~~~
This will just cause it to be rendered like this:
Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.
Instead of like this:
Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.
Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.
Thereby increasing legibility thus making it easier for those trying to provide assistance.
For more information, please see:
Additionally
If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C
. For example:
LC_ALL=C bluetoothctl
This will just cause the terminal output to be in English, making it easier to understand and debug.
Furthermore, please see:
- [HowTo] Provide System Information,
- [HowTo] Post screenshots and links,
- [HowTo] Request support, and
- [HowTo] Post command output and file content as formatted text.
Please also note and heed: Forum Rules - Manjaro
Hope you manage!
Sorry for bothering you. The solution was very simple. Since I am a HaikuOS fan, I decided to look at the Manjaro partition and read the logs on it. When I mounted the Manjaro partition, I saw that it was full. I simply deleted unnecessary videos and images, and now my system successfully booted after the update.
totish@Bort007 ~]$ uname -a
Linux Bort007 6.11.10-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat, 23 Nov 2024 00:48:38 +0000 x86_64 GNU/Linux
Thanks and best regards!
Welcome to the Haiku shell.
And here is a piece of the HaikuOS terminal, the same command uname -a, although this is not linux
~> uname -a
Haiku shredder 1 hrev58126 Sep 14 2024 06:02:42 x86_64 x86_64 Haiku
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.