Ubuntu version - 23.04 Laptop - HP Elitbook 840 g3 Processor - i7 6th generation RAM - 24GB DDR4 SSD - Samsung EVO Plus 970 M.2 (500GB)
My Ubuntu is installed on the M.2 along with Windows 11. Win11 seems fast enough but Ubuntu is lagging and very slow to open even a directory, terminal, browser. What can be the cause of this issue?
I have updated from Update manager and from terminal using sudo apt-get update && apt-get upgrade -y
Here is the output of recent journalctl entries: https://pastebin.com/4z5XwNbB
journalctl -r
. Can you post them in pastebin and share the link? – Archisman Panigrahi Jun 07 '23 at 05:36journalctl -r > output.txt
. That would save the output to the fileoutput.txt
. Then, upload the contents of that file to pastebin (in case that is too large, we would need only the recent logs - let us know). – Archisman Panigrahi Jun 07 '23 at 06:11journalctl -n 2000 > output.txt
. If there are any major issues, it should show up in those 2000 lines – Archisman Panigrahi Jun 07 '23 at 06:13Do you still see any issue?
– ShahadatRafi Jun 08 '23 at 16:02