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
  • 122,292
  • 133
  • 301
  • 332

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,815
Fabby
  • 35,017
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,180