
17 Dec
2023
17 Dec
'23
2:52 p.m.
Kevin Cozens via talk wrote on 2023-12-17 14:43:
Any clues as to why Debian takes 4 to 5 times as long? I'm hoping there is some bad configuration out of the box causing Debian 12 to be acting so slow. Anyone have any ideas where I should start looking? If I can't get to the bottom of the problem I will be staying with Linux Mint.
Try `dmesg | less` and see if anything eye-catching is in there. Also, `journalctl` with some option like `--boot=-1` for *previous* boot logs, or for running in Mint with separate partitioning, `journalctl --directory=/path/to/debian/logs`. Note that `journalctl -k` or `journalctl --dmesg` will show only kernel messages, like `dmesg`... Hope this helps somehow. rb