LinuxQuestions.org
Help answer threads with 0 replies.
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 12-31-2016, 09:36 AM   #1
eco_bach
Member
 
Registered: Dec 2016
Posts: 242

Rep: Reputation: Disabled
Spinnning desktop icon on boot


Hi
What are some possible causes of a desktop hanging on boot and you only see a spinning icon? (see attached) Is there some item in the Grub boot menu I can check? Should I boot from a USB key and run some type of administrative task? Running Ubuntu-Mate 16.04
Attached Thumbnails
Click image for larger version

Name:	IMG_20161231_102335.jpg
Views:	28
Size:	271.8 KB
ID:	23854  
 
Old 12-31-2016, 10:25 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
The problem isn't with grub. Linux has booted successfully so grub isn't involved any more. The problem obviously is bringing up the desktop. In Linux, the desktop sits on top of the system like a hat on a head. Even if it goes wrong, you still have a working Linux system

If you press ctrl-alt-f1, you will get a linux login prompt. Login here and have a look at the file /var/log/Xorg.0.log. Post it here if necessary. It is the record of Linux's attempt to bring up a working desktop. My guess is that this is a graphics driver problem.
 
Old 12-31-2016, 11:06 AM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Sometimes a proprietary GPU driver can interfere with boot up.
 
Old 12-31-2016, 11:35 AM   #4
eco_bach
Member
 
Registered: Dec 2016
Posts: 242

Original Poster
Rep: Reputation: Disabled
Thanks
Hmmm, why is it that EVERY crash or hang problem I've had can be traced back to Nvidia drivers? Its the main reason I gave up on Centos and switched to Ubuntu..ease of driver upgrades. Oh well...
 
Old 12-31-2016, 12:20 PM   #5
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
One other thing that can cause a long wait for boot might be an Internet connection.

During boot things get started and if there is no Internet connection you're waiting for one or more time-outs, maybe inet, maybe NTP (with a lot of server entries) or other services.

That generally does not happen if you have an Ethernet connection to your router or to the ISP modem. If you're starting the Internet manually after boot, say with Wi-Fi instead of Ethernet things can sit there for a while until they time out. I have the same sort of problem with my lap top when not at home (where it's always connected with Ethernet), long wait for time-outs.

Of course, it could be proprietary drivers as mentioned above but...

If you're not connected with Ethernet, why not plug one in and see if it works for you -- most system automagically recognize and connect when there is a network available on start up.

Hope this helps some.
 
Old 12-31-2016, 12:21 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I had the same problem with my desktop. Debain would not boot for me no matter what I tried. I'm pretty sure it was the AMD/ATI Radeon GPU or card itself or the driver not playing nice. All distro's but Debian work on that desktop.

Post the output of the Xorg file for hazel it could provide clues as to what might be the issue.

Happy New Year-
 
Old 01-01-2017, 09:57 AM   #7
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
op, is it actually hanging? maybe you can just use the desktop normally despite the spinner?

in any case, some app is starting up & misbehaving, maybe
Code:
ps axwww|sort -r|head
one of those?
 
Old 01-02-2017, 08:42 AM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940
To clarify, there are two points at which an operating system might "entertain the masses" at startup. You need to know which one you're seeing, and how to get around it.

(1) During initial boot, an image can be thrown up to conceal the "slew of messages whirling by" on the console.

(2) When the GUI starts up (and, unlike Windows, the GUI is not "joined at the hip" to the underlying OS ...), another entertainment screen might be displayed before the functional desktop image appears.

The two displays might be visually merged such that it is not obvious when a transition occurs.

- - -

The shutdown sequence sometimes has entertainment screens, too.
 
Old 01-02-2017, 04:58 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I wonder if "plymouth" is to blame?

Any thoughts on that ondoho and sundialsvcs?

-------------------------------------------------------------
eco_bach:

Does your os eventually boot?
 
Old 01-03-2017, 05:31 AM   #10
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 Ztcoracat View Post
I wonder if "plymouth" is to blame?

Any thoughts on that ondoho and sundialsvcs?
the attached image is from the very last stage of booting, after login i think. definitely not plymouth.

in windows, a solid spinner means the user cannot interact with the system at all.
in linux, it doesn't really mean much at all, you can still click on things and open menus and apps.
 
Old 01-03-2017, 03:14 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ondoho View Post
the attached image is from the very last stage of booting, after login i think. definitely not plymouth.

in windows, a solid spinner means the user cannot interact with the system at all.
in linux, it doesn't really mean much at all, you can still click on things and open menus and apps.
Thanks; ondoho-

Having a look at the Xorg. file would help I'm thinking. Which OP has yet to post.
 
Old 01-03-2017, 04:50 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Hmmm, why is it that EVERY crash or hang problem I've had can be traced back to Nvidia drivers?
in ten years i have NEVER!!! had a nvidia issue on CentOS , Scientific Linux 5,6,or 7

now i have had MAJOR issues with the Fedora and suse pre built rpm's !!!
so i use the Nvidia.run
-- with the upgrade to 42.2 i decided to try the suse G03 nvidia driver bad mistake!
-- last night's update FUBAR'ed the driver so i am now back to the *.run driver


please post your hardware specs and IF nvidia
are you using Nouveau ?
the ubuntu version of nvidia's driver
or the .run driver
 
  


Reply



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
Trash icon vanished from desktop after Gnome 3 desktop upgrade gael33 Linux - Newbie 4 11-16-2011 05:17 PM
script to move desktop icon to desktop/escritorio, how to know language? permalac Linux - Newbie 3 01-10-2009 08:49 AM
Desktop icons dosnt have ToolTips (apear when mouse hover above desktop icon) Acidx Linux - General 1 12-03-2006 07:48 PM
Desktop Icon, Help!!! metalaid Linux - Software 1 01-21-2004 02:27 PM
desktop icon athenerx Linux - General 2 04-27-2002 09:52 AM

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

All times are GMT -5. The time now is 10:37 PM.

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