Hi @ACOne,
Although I genuinely admire the fact that you’ve provided logs, the fact of the matter is they don’t really help me. Perhaps someone else, perhaps not. However, the following would help, both me as well as other people:
Finding errors for specific boot
journalctl --priority=warning..crit --no-pager --boot=-1
Where:
- The
--priority=warning..errargument limits the output to warnings and errors only; - and the
--no-pagerformats the output nicely for use here, on the forum; - the
--boot=-1argument limits the output to log messages from the previous boot. This can be adjusted to-2for the boot before that,-3to the boot before that, and so on and so forth.
Also, please provide some more systems information. To that end, please see:
- [HowTo] Provide System Information,
- [HowTo] Post screenshots and links,
- [HowTo] Request support, and
- [HowTo] Post command output and file content as preformatted text.
Please also note and heed: Forum Rules - Manjaro
Hope you manage!
Tip: 
To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:
```
pasted text
```
Or three (3) tilde signs, like this:
~~~
pasted text
~~~
This will just cause it to be rendered like this:
Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.
Instead of like this:
Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.
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 improving legibility and making it much easier for those trying to be of assistance.
![]()
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.
Please edit your post accordingly.