LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-13-2019, 10:46 AM   #1
toddly
Member
 
Registered: Apr 2019
Posts: 67

Rep: Reputation: Disabled
After update, Laptop won't boot [FAILED to start Light Display Manager]


I hadn't run any updates for over a month, so decided to run them. Once they were installed and I was told I was 'up to date', I restarted my laptop. Only it would not boot. After repeated attempts, I tried hitting F keys on boot-up, and saw a screen with this information: Failed to start Light Display Manager (Bad TLP) A start job is running for hold until boot process finishes up.
But the boot process never finishes; it gets hung up and Linux never loads.
Any advice? Thanks!
 
Old 08-13-2019, 02:21 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Please provide more information about your system.
Please boot into recovery mode (or something tot hat effect) and issue
Code:
journalctl -b
show us that output.
Use code tags for that output.
 
1 members found this post helpful.
Old 08-13-2019, 04:15 PM   #3
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
Thanks, but...

Thanks Ondoho, but I have no idea how to boot in recovery mode or use code tags. I am a true newbie. The computer is a Dell laptop and I installed Linux on it immediately after I bought it in around February. I do not use the computer that much, so I tend to allow the recommended updates to pile up. This time, when I initially tried to install the updates, several of the updates came back as no longer available. When I then refreshed/updated the updater program, it came back with a bunch of installed updates and said my computer was up-to-date. That was the last time I have been able to use my computer. If anyone can instruct me on how to provide my system information, I will gladly do so.
Thanks again.
 
Old 08-14-2019, 01:16 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Boot the system up, when it's done press Ctrl-Alt-F2 - does that bring you to a login prompt?

If yes, log in with your usual credentials and enter the following commands:
Code:
sudo apt install pastebinit
journalctl -b | pastebinit
and give us the link that you get.

If no: https://www.startpage.com/do/dsearch...+into+recovery
 
1 members found this post helpful.
Old 08-15-2019, 03:07 PM   #5
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
ondoho,
Thanks. Because my computer does not boot, I tried the Ctrl-Alt-F2 command a few seconds after turning on thhe computer. I did not get a login prompt. This is what I got:
Dell Inspiron 3576
Settings
General
System Information
Battery Information
Boot Sequence
Advanced Boot Options
UEFI Boot Path Security
Date/Time
System Configuration
Video
Security
Secure Boot
Performance
Power Management
POST Behavior
Virtualization Support
Wireless
Maintenance
System Logs
Support Assist System Resolution

Restore Settings Apply Exit

Please let me know if I performed the Ctrl-Alt-F2 procedure incorrectly and I will try it again.
Thanks.
 
Old 08-15-2019, 03:22 PM   #6
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
Trying to Boot to Recovery Mode

I followed the link to instructions on how to Boot to Recovery Mode. I arrived at the following options:
resume
clean
dpkg
fsck
grub
network
root
system-summary

Which option should I select?
Thanks
 
Old 08-15-2019, 03:32 PM   #7
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
After running the suggested pastebinit commands, here is the link I was given: https://pastebin.com/FbGuaGXN

So far so good?
 
Old 08-16-2019, 12:36 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
OK.
your display manager, lightdm, errored out but it doesn't tell us why (you actually provided that info in post #1, I'm sorry it slipped by me).
Using the same method, please provide
Code:
systemctl -n999 lightdm
lspci -k
you can also try to get to a text prompt with Ctrl-Alt-F2 again, but do it at the very end of the boot process (when lightdm errors).
 
1 members found this post helpful.
Old 08-18-2019, 11:49 AM   #9
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
Unknown operation

The response I got was: Unknown operation lightdm.
My guess is that one of the updates that I had originally attempted had something to do with lightdm, and that update probably never properly loaded.
Next step?
Thanks.
 
Old 08-18-2019, 11:55 AM   #10
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
Ctrl-Alt-F2

I cannot successfully do a Ctrl-Alt-F2 because upon boot, the screen will remain blank for hours, and I can only see what is on the screen when I power the machine off. Then it gives me a one-second glimpse at the screen. That is the only way I was able to see the "Failed to Start Light Display Mananger" and "Bad TLP" messages. And, like I posted earlier, I ultimately end up at the Dell Inspiron Settings screen.
 
Old 08-18-2019, 08:45 PM   #11
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by toddly View Post
I followed the link to instructions on how to Boot to Recovery Mode. I arrived at the following options:
resume
clean
dpkg
fsck
grub
network
root
system-summary

Which option should I select?
Thanks
Here's a site that speaks of the recovery mode that you got above. That site suggests signing in as root, and then mucking about, which frankly is hardly safe. I would first try "clean", and see what happens. Then, I'd try "fsck" (file system consistency check). Then "resume". Then, if it's not working still, "system-summary" to see if it gives you any clues (it likely won't). Finally, if that had failed, I'd choose "root" and attempt to enter in. If it lets you in to access the system (likely only by command line), then you can run the commands that ondoho suggested to get more feedback.
 
Old 08-19-2019, 02:20 AM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by toddly View Post
The response I got was: Unknown operation lightdm.
My guess
Don't guess. It was my mistake, should've been
Code:
systemctl -n999 status lightdm
lspci -k
 
1 members found this post helpful.
Old 08-19-2019, 06:50 AM   #13
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
I googled bad TLP. Apparently it's caused by a hardware error on the pci bus in your computer.
 
2 members found this post helpful.
Old 08-19-2019, 10:53 AM   #14
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,148
Blog Entries: 21

Rep: Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483Reputation: 3483
Hazel probably hit it on the nose. Hardware breaks.

I usually use a

Code:
apt-get -f install
after

Code:
 apt-get dist-upgrade
in case something was missed during upgrade. I be looking for zero outputs.

Code:
harry@biker:~
$ sudo apt-get -f install
[sudo] password for harry: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
harry@biker:~
 
1 members found this post helpful.
Old 08-20-2019, 01:59 PM   #15
toddly
Member
 
Registered: Apr 2019
Posts: 67

Original Poster
Rep: Reputation: Disabled
I tried systemctl code again

ondoho-
I tried the systemctl -n999 status lightdm code and this is what I got:

lightdm.service - Light Display Manager
Loaded: loaded (/lib/systemd/system/lightdm.service; indirect; vendor preset:
Active: inactive (dead)
Docs: man:lightdm(1)
log file:

At this point I was unable to use the lspci -k code, but when I returned to my root prompt and entered it, I was given a screen filled with information about kernel modules and kernel drivers

So, at this point do we have any useful information to diagnose or fix the problem? What about rokytnji's idea about apt-get? Might that be useful now?

Although hazel may be correct, it is odd that my hardware would break when the laptop has hardly been used in its meager six months of existence. And why would it break immediately after doing an overdue update? hmm

Mark alfred suggested I try other options besides root, such as "clean" and "fsck". When I select those options, I am told: "Continuing will remount your /filesystem in read/write mode and mount any filesystem defined in /etc/fstab. Do you wish to continue?
Because I don't understand what any of that means, I have thus far chosen not to proceed. But I'd happily try those options if proceeding is safe.

Thank you all! I sincerely hope our efforts here will bear some fruit shortly, as I have been stuck using a 1999 computer with no 'h' key and running firefox 35. A tad cumbersome.

Last edited by toddly; 08-20-2019 at 02:08 PM.
 
  


Reply

Tags
boot issues, ldm, updates



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
failed to start light display manager blfs (system gets stuck) ahmed bedair Linux From Scratch 4 07-13-2019 06:57 AM
Failed to start Light Diaplay Manager RippleRock Linux Deepin 1 08-22-2018 08:39 PM
[SOLVED] Light Display Manager hangs during boot, after installing (some) software packages jjanderson5 Linux - Laptop and Netbook 5 02-23-2017 11:03 PM
[SOLVED] Changed my display manager to light-gtk-greeter. Now I can't login. marinecomm Ubuntu 1 08-31-2013 09:13 AM
bZerk keyboard w/ blue light.. with no light? Flexo Linux - Hardware 0 03-06-2006 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration