Page 1 of 5 123 ... LastLast
Results 1 to 10 of 41

Thread: Lubuntu 14.04 won't shut down

  1. #1
    Join Date
    Aug 2013
    Beans
    133

    Lubuntu 14.04 won't shut down

    Hello everybody,

    I just did a clean install of Lubuntu 14.04 on an old Acer Travelmate 2410 laptop to replace Windows XP. Everything is fine except that it won't shut down, it just hangs on the shutdown screen. Only a hard shutdown will actually shut the machine down. Specs are Intel Celeron 1.60Ghz, 1.5Gb of RAM and a 100Gb hard drive. Please can somebody point me in the right direction?

    Many thanks,

    Chris
    Last edited by sandyd; April 28th, 2014 at 11:28 PM. Reason: remove windows slang

  2. #2
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Lubuntu 14.04 won't shut down

    Have you tried using the terminal?
    Ctrl+Alt+t will get a terminal. Then enter
    Code:
    sudo halt
    or
    Code:
    sudo shutdown -h now
    You will of course be asked for your password. Enter it.

    For your information you can also reboot using the terminal to reboot
    Code:
    sudo reboot
    Alternatively,
    1. Hold down the Alt and SysRq (Print Screen) keys.
    2. While holding those down, type the following in order. Nothing will appear to happen until the last letter is pressed: REISUB
    3. Watch your computer reboot magically
    This works on most computers.
    Last edited by Rex Bouwense; April 28th, 2014 at 11:33 PM. Reason: Additional Information
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  3. #3
    Join Date
    Aug 2013
    Beans
    133

    Re: Lubuntu 14.04 won't shut down

    Hi Rex,

    Thanks for responding! I tried all your suggestions and the only one that works is the REISUB. Only that and holding the power button down will make the computer switch off or reboot. It's almost as if something is missing, or didn't install correctly in the first place. Do you have any other suggestions as to how I can correct this problem? The machine will be going to somebody completely non technical, so it all needs to work.

    Thanks,

    Chris

  4. #4
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Lubuntu 14.04 won't shut down

    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  5. #5
    Join Date
    Aug 2013
    Beans
    133

    Re: Lubuntu 14.04 won't shut down

    Hi bapoumba,

    Thanks for your response. I looked at the link and I have already tried editing the grub file to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force" as suggested, but I was not able to save the changes, as it said that I didn't have permission to do so. As it was a fresh install I have decided to put Lubuntu 13.10 on in it's place, as I never had any problems with that on another computer. I searched the internet and saw that many who updated from 13.10 to 14.04 didn't have any issues (including myself - both my main computers upgraded to (Ubuntu) 14.04 without any problems), so I'm now putting 13.10 back on and after checking that it all works correctly, will upgrade to 14.04 internally. It's a bit more work, but I'm hoping that it'll cure the problem.

    Chris

  6. #6
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Lubuntu 14.04 won't shut down

    OK thanks, please report back if you see it fixed the shut down problem. That may help others.
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  7. #7
    Join Date
    Aug 2013
    Beans
    133

    Re: Lubuntu 14.04 won't shut down

    Update: I wiped 14.04 and did a fresh install of 13.10 using the same disc that I used successfully on my other machine. It shut down and re-booted without problem. I then allowed it to upgrade itself to 14.04 and tested the shut down and reboot. It failed to shut down or reboot. I can only assume that this is a bug and I hope that Canonical will fix it, as 14.04 is currently unusable.

  8. #8
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Lubuntu 14.04 won't shut down

    I have no idea if this would work : https://help.ubuntu.com/community/Gr...utdown_freezes

    Which video card do you have ?
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  9. #9
    Join Date
    Aug 2013
    Beans
    133

    Re: Lubuntu 14.04 won't shut down

    Quote Originally Posted by bapoumba View Post
    I have no idea if this would work : https://help.ubuntu.com/community/Gr...utdown_freezes

    Which video card do you have ?
    Hi bapoumba,

    As I mentioned in a previous post, I have already tried this. It wouldn't let me save the alteration, it said that I don't have permissions. How do you open that file as root?

    Thanks,

    Chris

  10. #10
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Lubuntu 14.04 won't shut down

    Did you use
    Code:
    sudo nano /etc/default/grub
    nano is a small terminal editor. Will ask for your password, ctrl-o (letter o) to write changes and ctrl-x to save.
    Please make a backup before editing the file
    Code:
    sudo cp /etc/default/grub /etc/default/grub_bak
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

Page 1 of 5 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •