[CLOSED]Shutdown problems w/mint 18.1 cinnamon serena..

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
sncalaska

[CLOSED]Shutdown problems w/mint 18.1 cinnamon serena..

Post by sncalaska »

[CLOSED]i have been having problems getting this os to shutdown.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 7 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
prestonR

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by prestonR »

What kernel are you using? Please open a terminal and give us the results of:

Code: Select all

inxi -Fxz
sncalaska

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by sncalaska »

Kernel: 4.4.0-53

I also do have the preferred nvidia driver. i upgraded from mint 18 cinnamon sarah to serena.
Last edited by sncalaska on Thu Jan 19, 2017 12:47 pm, edited 1 time in total.
sncalaska

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by sncalaska »

also having a reboot problem; not so great as i'm dual booted to windows 10.
sncalaska

shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

cinnamon serena. can anyone offer any step by step command line solutions?
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: shutdown and reboot problems w/linux mint 18.1...

Post by austin.texas »

Does this mean it will not shutdown? Or reboot?
Post the result of

Code: Select all

inxi -Fxz
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
sncalaska

Re: shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

shutdown intermittently works. this is an old dell xps 410 tower.

Dell-DXP061 ~ $ inxi -Fxz
System: Host: -Dell-DXP061 Kernel: 4.4.0-53-generic x86_64 (64 bit gcc: 5.4.0)
Desktop: Cinnamon 3.2.7 (Gtk 3.18.9-1ubuntu3.1)
Distro: Linux Mint 18.1 Serena
Last edited by sncalaska on Thu Jan 19, 2017 12:50 pm, edited 1 time in total.
Mik3e
Level 4
Level 4
Posts: 221
Joined: Sat Jan 01, 2011 2:54 pm

Re: shutdown and reboot problems w/linux mint 18.1...

Post by Mik3e »

The command line for shutdown is: shutdown -P now
for restart: shutdown -r now

Mike
sncalaska

Re: shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

Thanks Mike; i'll use those til i find a solution. shutdown is still intermittent.

Later: command didn't shutdown, but command to reboot worked.
Can anyone offer suggestion to fix shutdown issue?
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: shutdown and reboot problems w/linux mint 18.1...

Post by austin.texas »

Do you have the same problems when using the live Mint USB or DVD?
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
sncalaska

Re: shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

the shutdown/reboot problems just cropped up in the last few weeks. i did the install on a usb stick, but that was mint 18, not 18.1.18.1 was an upgrade.
i am getting an occasional proper shutdown, but mostly i have to depress the button and hold on my tower to turn mint 18.1 off.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: shutdown and reboot problems w/linux mint 18.1...

Post by deepakdeshp »

Code: Select all

man shutdown
will give all details about the shutdown command.

You can see http://askubuntu.com/questions/578144/w ... -shut-down .
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: shutdown and reboot problems w/linux mint 18.1...

Post by austin.texas »

sncalaska wrote:Later: command didn't shutdown, but command to reboot worked.
The command to shutdown is

Code: Select all

sudo shutdown -h now
("h" for "halt")
sncalaska wrote:i am getting an occasional proper shutdown, but mostly i have to depress the button and hold on my tower to turn mint 18.1 off.
Forcing a power off can damage the filesystem. Use REISUB (reboot) or REISUO (shut down) instead.
Hold down the Alt and SysRq (Print Screen) keys, and enter r e i s u o
On my computer I can hold down Alt and tap the SysRq key, then enter reisuo.
On some computers it has to be Shift-Alt and tap the SysRq key. Or it can be Ctrl-Alt and SysRq.
Laptops may require you to hold down the function key (fn) along with alt and sysrq.

Pause after each key to give the computer time to compute. (particularly after e, i, and s.)

Technical details:
r = unRaw (take control of keyboard back from X),
e = tErminate (send SIGTERM to all processes, allowing them to terminate gracefully),
i = kIll (send SIGKILL to all processes, forcing them to terminate immediately),
s = Sync (flush data to disk),
u = Unmount (remount all filesystems read-only),
b = reBoot.

I remember it as "Reboot Even If System Utterly Borked "
(or REISUB is just BUSIER backwards)
http://en.wikipedia.org/wiki/Magic_SysRq_key
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
sncalaska

Re: shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

deepakdeshp wrote:

Code: Select all

man shutdown
will give all details about the shutdown command.

You can see http://askubuntu.com/questions/578144/w ... -shut-down .
Thanks for the webpage, but my shutdown/reboot by normal means is not solved.
sncalaska

Re: shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

austin.texas wrote:
sncalaska wrote:Later: command didn't shutdown, but command to reboot worked.
The command to shutdown is

Code: Select all

sudo shutdown -h now
("h" for "halt")
sncalaska wrote:i am getting an occasional proper shutdown, but mostly i have to depress the button and hold on my tower to turn mint 18.1 off.
Forcing a power off can damage the filesystem. Use REISUB (reboot) or REISUO (shut down) instead.
Hold down the Alt and SysRq (Print Screen) keys, and enter r e i s u o
On my computer I can hold down Alt and tap the SysRq key, then enter reisuo.
On some computers it has to be Shift-Alt and tap the SysRq key. Or it can be Ctrl-Alt and SysRq.
Laptops may require you to hold down the function key (fn) along with alt and sysrq.

Pause after each key to give the computer time to compute. (particularly after e, i, and s.)

Technical details:
r = unRaw (take control of keyboard back from X),
e = tErminate (send SIGTERM to all processes, allowing them to terminate gracefully),
i = kIll (send SIGKILL to all processes, forcing them to terminate immediately),
s = Sync (flush data to disk),
u = Unmount (remount all filesystems read-only),
b = reBoot.

I remember it as "Reboot Even If System Utterly Borked "
(or REISUB is just BUSIER backwards)
http://en.wikipedia.org/wiki/Magic_SysRq_key
thanks for the keyboard tips.
i'm still stuck with os not shutting down or rebooting consistently; more times not.
i was afraid of data lose by shutting down w/button on tower.
do you know anything i can do to fix these issues? preferably with command line?
when i do not get a proper shutdown or reboot, i'm stuck on a screen that gives me no option to go backwards and use your commands.
sncalaska

Re: shutdown and reboot problems w/linux mint 18.1...

Post by sncalaska »

austin.texas, i see: the Alt+print screen+ reisuo works on the screen that hangs up when i try to shut down, too. good deal!
Sand
Level 1
Level 1
Posts: 16
Joined: Mon Dec 19, 2016 8:37 pm
Location: North Pole

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by Sand »

Hi everybody

I have a similar problem with shut down and have been searching for solutions here and there (Linus forum and similar) without any solution/s that worked for me.
So is shut down issue a known bug in the Linux kernel without a fix?

I'm using 4.8.0-34-generic x86_64 kernel on Mint 18.1 Serena (AMD A8-5600K APU with Radeon HD Graphics)

I have tried to modify Grub with different tweaks (GRUB_CMDLINE_LINUX_DEFAULT=) on this line without success. Funny thing is that after every different change computer has shut down properly once but after start it hangs again in splash window.
The only nominator that i have noticed working is that in the end of line changes in Grub i upgrade it in terminal and i wonder if this is what actually shuts down my desktop not the line tweaks :D
And no, it wont shut down with the different commands like the above. (sudo init 0,sudo shutdown -P now and similar)

If some out there has useful info or better a solution i also would be happy.

Regards
Sand
"People who get offended should be offended!"
sncalaska

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by sncalaska »

Sand wrote:Hi everybody

I have a similar problem with shut down and have been searching for solutions here and there (Linus forum and similar) without any solution/s that worked for me.
So is shut down issue a known bug in the Linux kernel without a fix?

I'm using 4.8.0-34-generic x86_64 kernel on Mint 18.1 Serena (AMD A8-5600K APU with Radeon HD Graphics)

I have tried to modify Grub with different tweaks (GRUB_CMDLINE_LINUX_DEFAULT=) on this line without success. Funny thing is that after every different change computer has shut down properly once but after start it hangs again in splash window.
The only nominator that i have noticed working is that in the end of line changes in Grub i upgrade it in terminal and i wonder if this is what actually shuts down my desktop not the line tweaks :D
And no, it wont shut down with the different commands like the above. (sudo init 0,sudo shutdown -P now and similar)

If some out there has useful info or better a solution i also would be happy.

Regards
Sand
I had wondered if a higher # kernel would fix my shutdown/reboot issues, but you are way out ahead of me as i only have 4.4.0-53 which is being recommended for security.
Sand
Level 1
Level 1
Posts: 16
Joined: Mon Dec 19, 2016 8:37 pm
Location: North Pole

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by Sand »

Hi sncalaska

A higher number on the kernel should give new/r hardware some advantage generally. And a good thing to know is that if your system works u don't need to upgrade to the latest kernel.

If u still have problem with shutdown u can try this solution and see if it helps:


Step 1: Go to terminal and type

sudo gedit /etc/default/grub


It will open the grub file. Change the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off
and close it after saving.


Step 2: Again hit the terminal and type


sudo gedit /etc/modules


It will open the modules - just type apm power_off=1 below lp and save the file.


Step 3: Next type in the terminal
sudo update-grub


Now the grub will be updated and you won't face any issue with shutdown.
There are quite many different variants of this code line in the different forums and it can be idea to try some of them to see what works for your hardware in the end.
This problem seems to happen to some users and what i understood. ( there isn't just one fix to this bug even if it has been around for a while. (have seen the same shutdown problems in cinnamon 17.3 also)

/Sand
"People who get offended should be offended!"
sncalaska

Re: Shutdown problems w/mint 18.1 cinnamon serena..

Post by sncalaska »

Sand, i had actually found what you provided googling a few weeks ago, trying to solve it myself. i already did the modifications then. please see the attachment to see if i put
modules2.jpg
the entry in correct place in modules(did not know what you meant by "lp"). Thought "#" was just stuff visible to person modifying.
i have 17.3 on another machine and it used to be on this one, never experienced this issue,

i did try to shutdown and had to use "reisuo+alt+print screen" after the Command line w/grub update.

let me see how shutdowns go to see if grub update helped.
thanks.

also, i've had a big problem w/ vlc media player only giving me audio on downloaded movies(which all work properly w/default media player on serena). you know anything on that? i have it posted in software.

i like mint cinnamon; wish i could get rid of these bugs.

thanks,
sc
Locked

Return to “Beginner Questions”