LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-07-2016, 12:27 AM   #1
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Rep: Reputation: 3
[Solved] Ubuntu 15.04 Does Not Shutdown or Restart


2016-06-15
My simple personal fix: Reversion to Ubuntu 12.04.

2016-06-07

I think this is a known Ubuntu 15.04 bug. I've tried some solutions posted by other users but they don't seem to work for me. The cursor just keeps on moving from left to right. My only way to power off my Dell laptop is to depress the power button until the machine really shuts down.

2016-06-13
Ubuntu 15.04 does not restart either!


Any help will be much appreciated.

Julianvb

Last edited by julianvb; 06-15-2016 at 10:31 AM.
 
Old 06-07-2016, 02:40 PM   #2
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
Try holding down Ctrl + Alt + F1 or F2 to drop to a shell. Than run this:
Code:
sudo shutdown -h now
If that doesn't work make this change to the grub file:

Code:
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash noapic irqpoll
<Or> try it without irqpoll:-

Quote:
The cursor just keeps on moving from left to right.
Is the screen black or purple when that happens? (details plz)
 
Old 06-10-2016, 12:56 PM   #3
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Quote:
Try holding down Ctrl + Alt + F1 or F2 to drop to a shell. Than run this:
Code:[suddo shutdown -h now

If that doesn't work make this change to the grub file:

Code:

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash noapic irqpoll

<Or> try it without irqpoll:-

The cursor just keeps on moving from left to right.
Is the screen black or purple when that happens? (details plz)
Hi, ZTcoracat,

Thank you very much for your help. I've just tried your suggestions. Ubuntu 15.04 still fails to shutdown. However, Linux returns the following err when I run
Code:
 update-grub
Please see my attached .jpg screenshot. The screen is black when Ubuntu 15.04 attempts to shutdown to no avail.

Julianvb
Attached Thumbnails
Click image for larger version

Name:	update-grub-err.jpg
Views:	35
Size:	44.1 KB
ID:	22067  

Last edited by julianvb; 06-10-2016 at 03:47 PM. Reason: to complete my reply.
 
Old 06-10-2016, 05:35 PM   #4
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
Looking at the screenshot you posted it looks like splash is not found and grub needs updated.
Look at your kernel line when your distro first boots up.

Is the work 'splash' in the kernel line?

If not you'll need to edit the kernel line.

Your kernel line should look similar to the pic in this link.
https://wiki.ubuntu.com/Kernel/KernelBootParameters

-::-I'm surprised that sudo shutdown -h now didn't work.-::-
 
Old 06-13-2016, 10:22 AM   #5
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
2016-06-13

Thanks. Editing GRUB menu doe not solve shutdown issue or enable Ubuntu 15.04 to restart.

Julianvb
 
Old 06-13-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
Quote:
Originally Posted by julianvb View Post
2016-06-13

Thanks. Editing GRUB menu doe not solve shutdown issue or enable Ubuntu 15.04 to restart.

Julianvb

Is the word 'splash' in the kernel line?
 
Old 06-13-2016, 03:27 PM   #7
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Yes. I even re-installed Ubuntu 15.04 from the same DVD a few months ago without making any headway.

By the way, I've seen numerous reports on this well-known Ubuntu 15.04 system bug at various Linux-support websites but few workable solutions. I think Canonical must have tested Ubuntu 15.04 fairly thoroughly before releasing it.

Julianvb
 
Old 06-13-2016, 09:27 PM   #8
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 julianvb View Post
Yes. I even re-installed Ubuntu 15.04 from the same DVD a few months ago without making any headway.

By the way, I've seen numerous reports on this well-known Ubuntu 15.04 system bug at various Linux-support websites but few workable solutions. I think Canonical must have tested Ubuntu 15.04 fairly thoroughly before releasing it.

Julianvb
It sounds like it could be a bug julianvb.
Did you report it?

Have you tried the these answers in this link?
http://askubuntu.com/questions/63034...-wont-shutdown

-::- -::- -::- -::- -::- -::- -::-
If everything I've suggested has failed I have 2 last ideas.

You could try recompiling the kernel and see if that helps.
In some cases recompiling the kernel makes things that didn't work before work afterwards.

https://help.ubuntu.com/community/Kernel/Compile
http://www.berkes.ca/guides/linux_kernel.html

Aside from that the only other suggestion I can give you is to download the new Ubuntu 16.04 and perform a fresh installation. It's not a good idea to keep doing hard shut downs; it can comprise the fs.
http://releases.ubuntu.com/16.04/
 
Old 06-14-2016, 12:41 AM   #9
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
I haven't reported this problem as a system bug as I am still under the weather. I agree with you that it would be much better and simpler to try Ubuntu 16.04.

Thanks very much again.

Julianvb
 
Old 06-14-2016, 06:04 PM   #10
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
2016-06-14

I've just tested both the 64-bit and 32-bit versions 0f Ubuntu 16.04 with no improvements.

Actually matters got worse as Ubuntu 16.04 now rejects most of the simple aliases contained in my personal ~/.bash_aliases file because of "Too many parameters!" They have been working with 64-bit Ubuntu 15.04, 32-bit Ubuntu 12.04 and 32-bit LM17.1 for years on the same Dell laptop and other computers.

Any help will be appreciated.

Julianvb

Last edited by julianvb; 06-14-2016 at 06:09 PM.
 
Old 06-14-2016, 07:02 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 julianvb View Post
2016-06-14

I've just tested both the 64-bit and 32-bit versions 0f Ubuntu 16.04 with no improvements.

Actually matters got worse as Ubuntu 16.04 now rejects most of the simple aliases contained in my personal ~/.bash_aliases file because of "Too many parameters!" They have been working with 64-bit Ubuntu 15.04, 32-bit Ubuntu 12.04 and 32-bit LM17.1 for years on the same Dell laptop and other computers.

Any help will be appreciated.

Julianvb
Wow; sorry to hear of the disappointment.
What kernel is Ubuntu 15.04 using?

I see your dealing with looking at this chart. Ubuntu 14.04's time is almost up.
http://www.ubuntu.com/info/release-end-of-life

I would try re-compiling the kernel and if that doesn't work roll back to a kernel you know worked with your pc. That kernel would be what Ubuntu 14.04 came with most likely.

If your Dell is old it may be that there isn't support for it in the kernel. (kernel regression)

I've told you everything I know to try. I'm sorry I'm out of ideas.
 
1 members found this post helpful.
Old 06-15-2016, 10:24 AM   #12
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
2016-06-15

Ztcoracat,

I really can't thank you enough for your patient continuous help. This morning I decided to revert to my good old reliable Ubuntu 12.04 in spite of the handy new features offered by the newer Ubuntu releases. What a relief it's to have something you can rely on day in and day out.

julianvb
 
Old 06-15-2016, 01:52 PM   #13
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
You're very Welcome.

Glad to hear that Ubuntu 12.04 is working for you.

I encourage you to report that as a bug so the Developers will see it and work on it when they can.
 
Old 06-15-2016, 02:06 PM   #14
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Correction:

What is the proper procedure to report an Ubuntu distro bug from LQ? I tried reporting a glaring website problem at launchpad.net and gave up because I found the 'administrative' people not very cooperative. I bet they have yet to fix it even now. I think the key explanation may be cost.

Thanks for your suggestion.

julianvb

Last edited by julianvb; 06-15-2016 at 04:55 PM.
 
Old 06-15-2016, 02:31 PM   #15
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 could be mistaken but I don't think you can report a bug with LQ.

Sorry to hear that the administrative people were not very cooperative.
-::-You know; they answer to a higher power too.-::-

Canonical is the owner of the Ubuntu Project so I would write to them since you got the response that you did with Launch Pad.

http://www.canonical.com/

If you'd like you could write to the CEO: Andrea Kates of Launch Pad in the below link.
<OR> write to the company that funds Launch Pad and that will most defiantly turn some heads.

https://www.launchpadcentral.com/about-us
 
1 members found this post helpful.
  


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
No wifi in Ubuntu 14.04 on HP530 lapto. Also Ubuntu will not shutdown CarlGoodman28 Linux - Newbie 28 06-04-2016 04:19 PM
Shutdown of Ubuntu is slow ... cybernetico Ubuntu 10 02-02-2014 04:04 PM
Shutdown problem under Ubuntu zamot Linux - Newbie 54 11-14-2008 11:50 AM
What Should Ubuntu Look Like At Shutdown and Hibernate? Teasdale Linux - Newbie 1 02-02-2008 05:50 AM
Ubuntu 7.10 shutdown problem MegaSvensk Linux - General 1 10-23-2007 05:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:59 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