3

Yesterday (14.08.2018), a popup on Ubuntu 16.04 showed up and suggested to upgrade to 18.04. After upgrading ( it took several hours), I rebooted the laptop (ASUS U36S) and it showed the black screen with some notices about services.

The last one is different on every boot: currently it is "Started Network Manager Script Dispatcher". Then it eventually said that "Core/Package temperature above threshold.". How to fix it?

enter image description here

enter image description here

Here is yet another trial to boot:

enter image description here

karel
  • 114,770

2 Answers2

1

Your computer is overheating during the boot process and hardware problems can rarely be solved by software, but still:

  • if there is a BIOS setting to lower the CPU frequency, set it to the lowest setting possible
  • If that's impossible, put the laptop in a sealed plastic bag (ziploc) in the freezer for 20 minutes, try to boot it and execute the following commands as root or with sudo privileges:

    apt install lm-sensors
    sensors
    

that way all sensors in your PC will be activated and TurBo Boost can kick in.

    apt install pm-utils
    pm-powersave true

which will also put your computer in a low power state.

But the real advice is to take it apart, clean it out with a vacuum cleaner and alcohol (200° proof) and put it back together.

Videonauth
  • 33,355
  • 17
  • 105
  • 120
Fabby
  • 34,259
  • It did not help. – Mailis Toompuu Sep 02 '18 at 13:06
  • What did not help? taking it apart and cleaning it out??? – Fabby Sep 02 '18 at 13:10
  • Yes. For "apt install lm-sensors", it answers "no installation candidate". After cleaning the laptop from inside and outside and placing icebags under it, the screen stays on saying "Started Network Manager Script Dispatcher Service" for all the day (6 hours so far). – Mailis Toompuu Sep 02 '18 at 15:06
  • OK, so the temperature problem is gone. Now it becomes a problem of a simple black screen only. Let me look for the duplicate and close. If you want, you can accept the answer for getting rid of the Temperature problem. – Fabby Sep 02 '18 at 20:14
  • CPU temperature was not the reason, but the aftermath of the problem. I reinstalled Ubuntu 16. – Mailis Toompuu Sep 08 '18 at 05:16
  • 1
    What was the problem then? (The cleaning did lower the T°, not?) – Fabby Sep 08 '18 at 10:46
0

I had this problem a long time ago. Watching this Youtube video helped me, but I will try to explain it step by step.

In grub press e. This will enable you to enable the grub menu. If you can't see grub, press the shift key as you are booting. To see it permanently you will have to follow these steps.

Look for the word "splash". Go to the end of that line and type "nomodeset".

Next type CTRL + X to save your settings.

That's it. She goes a little more in depth about how set up graphics card drivers, but it is a short video. I hope this helps.

BJsgoodlife
  • 1,160
  • 5
  • 31
  • 59