LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Shutdown and reboot not work (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/shutdown-and-reboot-not-work-4175563419/)

acer2! 01-08-2016 11:11 AM

Shutdown and reboot not work
 
I instaled Ubuntu 15.10. in a ideapad 100.

I encounter a problem whenever I shutdown or restart; I get past the shutdown text screen and the screen goes black, my computer doesn't power off. I have to hold down the power button in order to complety shut down.

I prove with:

reboot=b
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi=force”
INIT_HALT=poweroff

but not work

I do not want to restart by console.

any ideas?

timl 01-09-2016 03:50 AM

After shutdown can you pls press CTRL-ALT-F1 - this should transfer control to the console and you should see what the system is trying to do. If you can report this back then someone may be able to diagnose your problem.

Cheers

Ztcoracat 01-09-2016 03:56 AM

To force a shutdown run this command in the terminal.

Code:

sudo shutdown -h now
I not sure if Plymouth is responsible for the black screen or not but it's possible.
Plymouth is the application which provides the graphical "splash" screen when booting and shutting down an Ubuntu system.
https://wiki.ubuntu.com/Plymouth

Is your Ideapad a Lenovo? Laptop or tablet?
You might want to include the specifications of your machine and the exact make and model so we can help you.

ondoho 01-09-2016 02:32 PM

Quote:

Originally Posted by acer2! (Post 5475076)
I prove with:

reboot=b
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi=force”
INIT_HALT=poweroff

but not work

what is this?
where did you get it from?
where did you put it?
did you run "sudo update-grub" afterwards?

Ztcoracat 01-09-2016 06:40 PM

Quote:

Originally Posted by ondoho (Post 5475676)
what is this?
where did you get it from?
where did you put it?
did you run "sudo update-grub" afterwards?

That's the Grub file that OP edited with that argument.
I suspect OP didn't update grub:-

acer2!:

If sudo shutdown -h now doesn't work for you try editing the Grub File again and use this.
-::-It works for most laptops.-::-

Code:

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash no apic
If that doesn't do it than the only other thing I've learned to try is:
Code:

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash no apic irqpoll

ondoho 01-12-2016 12:10 AM

Quote:

Originally Posted by Ztcoracat (Post 5475782)
That's the Grub file that OP edited with that argument.

yes but which one? /etc/default/grub or /boot/grub/grub.cfg?
i mean, i know where to put these arguments, but does op?
Quote:

I suspect OP didn't update grub:-
that too, probably.

but pesky acpi issues, could have a dozen more reasons.

with the level of detail and frequency op provides, i doubt s/he will find a solution anytime soon.

acer2! 01-12-2016 04:08 AM

Quote:

Originally Posted by Ztcoracat (Post 5475436)
To force a shutdown run this command in the terminal.

Code:

sudo shutdown -h now
I not sure if Plymouth is responsible for the black screen or not but it's possible.
Plymouth is the application which provides the graphical "splash" screen when booting and shutting down an Ubuntu system.
https://wiki.ubuntu.com/Plymouth

Is your Ideapad a Lenovo? Laptop or tablet?
You might want to include the specifications of your machine and the exact make and model so we can help you.

Lenovo

The problem was solved by installing Xubuntu 14.04.

Ztcoracat 01-12-2016 06:08 AM

Quote:

Originally Posted by ondoho (Post 5476742)
yes but which one? /etc/default/grub or /boot/grub/grub.cfg?
i mean, i know where to put these arguments, but does op?
that too, probably.

but pesky acpi issues, could have a dozen more reasons.

with the level of detail and frequency op provides, i doubt s/he will find a solution anytime soon.

Most likely it's the /boot/grub/grub.cfg-:)

Ztcoracat 01-12-2016 06:11 AM

Quote:

Originally Posted by acer2! (Post 5476829)
Lenovo

The problem was solved by installing Xubuntu 14.04.

Ok so to confirm and clarify:
Xubuntu shuts down successfully for you?

acer2! 01-12-2016 08:42 AM

Quote:

Originally Posted by Ztcoracat (Post 5476864)
Ok so to confirm and clarify:
Xubuntu shuts down successfully for you?

Xubuntu shuts down successfully but when update the kernel, i have to write reboot=bios again.

Thanks.

Ztcoracat 01-12-2016 08:45 AM

Quote:

Originally Posted by acer2! (Post 5476925)
Xubuntu shuts down successfully but when update the kernel, i have to write reboot=bios again.

Thanks.

Thanks for the update.

I use to run Xubuntu it's really a cool distribution, IMO.
Have a great day and enjoy your Xubuntu-:)


All times are GMT -5. The time now is 02:00 PM.