I've installed Ubuntu Server on an old gaming laptop, but I'm having difficulties. After running for a while, the laptop will shutdown unexpectedly, like the power cord was pulled (with the noticeable "click" of a forced shutdown). I'm not sure what is causing it, but I'm currently leaning towards overheating. When running idle, the temperatures (using lm-sensors
) are around 50°C, but I've noticed the duration the laptop will run before shutting down will gradually shorten the more I use it, until it eventually shuts down even before booting into Ubuntu. The heat sinks are hot, but not burning to the touch. Here are some specs:
- Laptop Model: MSI Apache Pro (GE72MVR 7RG)
- Operating System: Ubuntu 20.04.3 LTS
- CPU: Intel i7-7700HQ
- GPU: NVIDIA GeForce GTX 1070 Mobile
- Memory: 16GB DDR4
Note on the operating system: Ubuntu was installed on a hard drive on another system due to difficulties with the laptop's display. Could this cause some configuration problems?
If the shutdowns are a result of overheating (or faulty sensor?), is it possible to see this in logs? If the shutdown is not handled by the operating system (hardware error), is this visible in logs? I've tried looking at last -x
, but all I could see is the shutdown marked as a "crash". How else can I figure out what caused the crash?
The output of ls -al /var/crash
:
total 8
drwxrwxrwt 2 root root 4096 Aug 24 08:47 .
drwxr-xr-x 13 root root 4096 Aug 24 08:47 ..
The output of grep -i temp /var/log/syslog*
was a bit long, so I put it a pastebin: https://pastebin.com/67qV0J9i
I can post more detailed information if needed.