Laptop Reboots Or Shuts Off Randomly When Plugged In Or Running On Battery.

Discussion in 'Hardware' started by Rayzipan, Jul 5, 2021.

  1. Rayzipan

    Rayzipan Specialist

    Hi.

    I have a 2014 laptop. It's rarely used so I'm surprised that it's having issues.

    This happens at any time - even when I'm just doing non-demanding tasks.

    Has anyone an idea on what to do or the cause?

    Thanks.
     
  2. plodr

    plodr Major Geek Super Extraordinaire

    A 7 year old laptop probably needs 2 new batteries: the CMOS battery and the battery it runs off of when not plugged in.
     
  3. Rayzipan

    Rayzipan Specialist

    Hi plodr. But would an old laptop battery and button battery actually cause random reboots and shutdowns (even when using the mains power)? I have another laptop, a 2008 Acer that still works fine.
     
  4. Digerati

    Digerati Major Geek Extraordinaire

    I agree with plodr. You might also try removing the main battery and see if it runs and remains stable on the charger alone (this assumes your notebook supports running without a battery installed - not all do). If it runs fine on the charger alone, that verifies the battery needs replacing.

    As far as rarely been used, electronics still age when not used (albeit, not as quickly) - though much depends on how it is stored when not in use. Was it plugged in the whole time? Stored in a cool, dry place?

    Also, sudden reboots, freezes, and shut downs are also symptoms of heat related issues. Make sure the vents are free of heat trapping dust and that the fans are spinning. Note too that bearing lubricants in fan motors that have not been used for long periods of time can harden, seizing up the fan, creating a heat problem.
    The CMOS (button) battery would not. A failing CMOS battery typically results in missing or corrupt BIOS settings (incorrect date and time, being common). But the main battery could if it developed an intermittent internal short - a fairly common problem with aging batteries.
     
  5. Rayzipan

    Rayzipan Specialist

    Hi Digerati.

    I ran it before from the mains with the battery removed - the random shutdowns still occurred. When the laptop was not used (which was most of the time as my main PC is a Desktop), it was stored in a laptop bag in a cool and dry location. I opened the laptop yesterday, no dust was noticed. The 'bearing lubricants' is a new one to me. The fans run alright.
     
  6. Digerati

    Digerati Major Geek Extraordinaire

    Well, if it reboots while on charger only, you can try a new CMOS battery because they are only a couple $$ so no big deal. But I suspect another component has decided to fail and being 7 years old, it most likely is not economically feasible to have it repaired. If me, I would delete any personal data from the drive (you may need to remove it and attach it to another computer if it keeps rebooting) and recycle the computer. Best Buy will take it off your hands keeping the hazardous materials out of our landfills.
     
  7. Eldon

    Eldon Major Geek Extraordinaire

    The next time it reboots, check the time. Then look in Event Viewer for a possible cause at that time if the computer's time is correct.
     
  8. Rayzipan

    Rayzipan Specialist

    Yes, I too suspect there's something else at play. A repair probably wouldn't be worth it alright. Isn't Best Buy a USA based shop? I'm in Ireland.
     
  9. Rayzipan

    Rayzipan Specialist

    Hi Eldon. I'm on Linux.
     
  10. Digerati

    Digerati Major Geek Extraordinaire

    Oh, sorry. Yes, Best Buy is in the US. But I am sure there are recycle centers there too.
     
  11. Philipp

    Philipp Administrator Staff Member

    A little more details like Laptop brand/model and used Linux distribution/version could be helpful ;)
     
  12. Rayzipan

    Rayzipan Specialist

    Yes. :)
     
  13. Rayzipan

    Rayzipan Specialist

    Hi Philipp. The laptop model is a bit obscure (SCHENKER M704). I have Peppermint OS 10 on it.
     
  14. Philipp

    Philipp Administrator Staff Member

    You could check the system logs for issues. To view the system log, open the terminal and run:
    Code:
    sudo less /var/log/syslog
    Then scroll down to see the latest entries.

    Have you tried another OS? You could try another distro without installing it using a live DVD image.
     
    Rayzipan likes this.
  15. Rayzipan

    Rayzipan Specialist

    The laptop can run fine for a long while - I ran a movie and it never had any issue for over an hour. The next time it does a random reboot or shutdown, I'll check the system logs.
    It previously had Debian 10 Stable when the issue started. I thought the random reboots may have been caused by a corrupt/incomplete update so I then installed Peppermint OS. That likely rules out a corrupt OS.
     
  16. Rayzipan

    Rayzipan Specialist

    I replaced the old HDD and installed Debian 11 onto an SSD. The random reboots still happen.

    I've yet to try a new button battery (CMOS/BIOS) -- but I can't see how that could cause the random reboots.
     
  17. Rayzipan

    Rayzipan Specialist

    I tried a Hard Reset:

    1) Turn off laptop.
    2) Remove power, hard drives, battery, and any attached peripheral devices.
    3) Press and hold power button for 60 seconds and release.
    4) Put battery back in and plug in charger.
    5) Boot laptop and see if it fixed the randomly shutting down issue.

    I let the laptop run for 1.5 hours - no issue. I let a movie play for most of the time.
    The odd thing is, when the reboots did occur in the past - they seems to come one after another. In other words, once they started it was pointless using the laptop at that time.
     
  18. Rayzipan

    Rayzipan Specialist

    I entered the BIOS and the correct date & time is kept. So the CR2032 battery doesn't seem to be a cause.
     
  19. Rayzipan

    Rayzipan Specialist

    And it's happened again. :mad:
     
  20. Rayzipan

    Rayzipan Specialist

    Hi Philipp. Would that still be relevant since I've installed a new distro on a new drive? I did run it anyway but the list is enormous.

    One such line reads:
    Code:
    Sep  9 12:50:00 MY_PC_NAME kernel: [   16.025122] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
     
    Last edited: Sep 9, 2021
  21. Philipp

    Philipp Administrator Staff Member

    Yes, it is. Debian is logging everything ;)

    Try to find the first line after a new reboot. This will look like this:
    Code:
    Sep  9 14:10:04 threadripper kernel: [    0.000000] Linux version 5.10.0-6-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.28-1 (2021-04-09)
    and then take a look at the messages before the reboot occurs.

    Have you checked the thermals? This sounds like a heat issue.
     
    Rayzipan and the mekanic like this.
  22. Wavetar

    Wavetar Sergeant

    It could definitely be an overheating issue. Install a utility like Core Temp or similar, and see if it's running hot. I had to recently solve a similar issue, disassembled the laptop & replace the dried out thermal paste on the CPU with Arctic Silver, now works like a charm.
     
  23. Rayzipan

    Rayzipan Specialist

    @Philipp
    @Wavetar

    The temperature look ok (I ran the 'sensors' terminal command):

    coretemp-isa-0000
    Adapter: ISA adapter
    Package id 0: +37.0°C (high = +84.0°C, crit = +100.0°C)
    Core 0: +35.0°C (high = +84.0°C, crit = +100.0°C)
    Core 1: +33.0°C (high = +84.0°C, crit = +100.0°C)

    nouveau-pci-0100
    Adapter: PCI adapter
    GPU core: N/A (min = +0.60 V, max = +1.20 V)
    temp1: N/A (high = +95.0°C, hyst = +3.0°C)
    (crit = +105.0°C, hyst = +5.0°C)
    (emerg = +135.0°C, hyst = +5.0°C)

    acpitz-acpi-0
    Adapter: ACPI interface
    temp1: +14.0°C (crit = +120.0°C)

    BAT0-acpi-0
    Adapter: ACPI interface
    in0: 11.86 V
    curr1: N/A
     
  24. Philipp

    Philipp Administrator Staff Member

    Rayzipan likes this.
  25. Rayzipan

    Rayzipan Specialist

    Hi Philipp. I may well do that some time. I must add though that I've used the nouveau drivers for a long time in the past and there were no random reboot issues.
     
  26. Philipp

    Philipp Administrator Staff Member

    I had in the past some crashing issues with the AMDGPU driver, which is the open source driver for AMD based GPUs. Graphics drivers can cause sometime really weird behavior.
     
  27. Wavetar

    Wavetar Sergeant

    Hmmm. Is anything showing in Windows event viewer at the times of the reboots? If not, then it's likely a hardware issue with the power supply.
     
  28. Eldon

    Eldon Major Geek Extraordinaire

    See posts 7 & 9.
     
    Rayzipan likes this.
  29. Rayzipan

    Rayzipan Specialist

    Cheers, Eldon. :)
     
  30. Rayzipan

    Rayzipan Specialist

    I was using the laptop for about 4 hours recently, no issues at all. Hmm.
     
  31. Rayzipan

    Rayzipan Specialist

    I rarely use the laptop. It hasn't shut down since so I can't post any new error messages yet.
    I ran bpytop and it shows the CPU temperature + the 4 cores. When doing little, they were in the 30s (Celsius). When I launched Firefox (with a good few tabs), the cores shot up into the 60s, then went down into the 30s again. The fans kicked in when I launched Firefox. Are those temperature changes about normal?
     
  32. Philipp

    Philipp Administrator Staff Member

    Yes, this is normal.
     
    Rayzipan likes this.
  33. Rayzipan

    Rayzipan Specialist

    Thank you, Philipp. :)
     
  34. Rayzipan

    Rayzipan Specialist

    The laptop is too temperamental to be usable. I could turn it on and it can run fine for hours. The next day, I can hit the power button and it starts, then shuts off immediately. There must be some physical damage somewhere - which is odd as it was never dropped or roughed around.
     
  35. Philipp

    Philipp Administrator Staff Member

    Have you checked the logs or tried the different video driver?
     
  36. Rayzipan

    Rayzipan Specialist

    The last time I could not boot up. I pressed the power button, then the laptop started for a few seconds and then shuts off. I doubt it's a driver issue. I had the nouveau driver on that laptop for many years and this shutdown/reboot behavior never occurred.
     
  37. Philipp

    Philipp Administrator Staff Member

    One last idea. Have you checked the memory with memtest?
     
    Rayzipan likes this.
  38. Rayzipan

    Rayzipan Specialist

    I think I tried that a while back with Memtest86+. I can try again by removing a stick of RAM at a time and try to boot. :)
     
  39. Rayzipan

    Rayzipan Specialist

    I booted with 2 RAM sticks in and ran Memtest86+. The program ran briefly and then froze.

    Then I ran each RAM stick separately, one for 3.5 hours and the other for 1h. I'm not sure how long a full Memtest86+ test actually takes but surely if something was wrong, it would have shown in that time. Both sticks showed no errors.

    It's odd how they run fine separately but not together. o_O

    The CPU temp was about 58~67 degrees Celsius while Memtest86+ was running. Is that ok?

    I wonder if one of the 2 RAM slots could be bad? But then why would the RAM be good when tested on their own (in their own slots)?

    I think I'll leave the RAM stick that ran for 3.5 hours in on it's own and see how it fares regarding the random reboot issue. I have Debian 11 with Xfce on it so it will still run fine on just 4GB instead of the usual 8GB.
     
    Last edited: Oct 30, 2021
  40. Rayzipan

    Rayzipan Specialist

    I've now run the laptop for a fair while. No more random reboots. Somehow, both RAM sticks in together must have been conflicting.
     
  41. Rayzipan

    Rayzipan Specialist

    Lo and behold - the issue has returned. I switched on the laptop today and it turns on and then almost immediately goes into a reboot loop.

    I removed the RAM stick and switched slots - it again did more rapid reboots.

    :confused::mad:
     
  42. Rayzipan

    Rayzipan Specialist

    I took out the original button battery (KTS). I put in a new button battery (Kodak). The mains and battery lights were on but pressing the power button did nothing. Then I tried starting up with no button battery - it briefly started, then shut off (the same as with the KTS battery).
    Perhaps there's some issue with the CMOS battery?
     
  43. Rayzipan

    Rayzipan Specialist

    I've ordered a new laptop. I may just put this 2014 laptop into retirement.
     
  44. Digerati

    Digerati Major Geek Extraordinaire

    It sounds like it has served you well.

    You probably should pull the drive out of it and temporarily install it in, or attach it to another computer, then purge the drive of any personal data you don't need anyone else to see.
     
  45. Rayzipan

    Rayzipan Specialist

    Hi Digerati. Unfortunately even though it's almost 8 yo, I didn't actually use it a whole lot. The drive will be re-used elsewhere alright.
     
  46. the mekanic

    the mekanic Major Mekanical Geek

    This reminds me of an HP laptop I dealt with years ago. Random issues with laptop not starting, oddly shutting down or rebooting, and when cold it would often not boot at all. All you would get with the latter was the screen powered on.

    Turns out it was poor quality solder on the system board which required a reflow of the board, which is somewhat advanced.
     
  47. Rayzipan

    Rayzipan Specialist

    Hi TM. Alas, that's beyond my ability. Thanks for the info. :)
     
  48. Rayzipan

    Rayzipan Specialist

    I tried this: "Removed power cable, removed CMOS battery, then held in PC power button for 30 seconds."

    I then re-connected every. The laptop booted and I was at the desktop screen for less than a minute. Then it went into a continuous reboot loop.
     
  49. the mekanic

    the mekanic Major Mekanical Geek

    Is this with the HDD in your original post? Or a fresh install?
     
  50. Rayzipan

    Rayzipan Specialist

    Hi. No, but I've tried many different drives since -- the issue persists.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds