Results 1 to 9 of 9

Thread: shutdown doesn't power-off

  1. #1
    Join Date
    Mar 2010
    Location
    England
    Beans
    178
    Distro
    Xubuntu 12.04 Precise Pangolin

    shutdown doesn't power-off

    I've installed lubuntu on my old P3 desktop and when I shutdown it halts the system but then stops with the logo and dots showing on the monitor and the lights still on on the front of the computer. All the answers I can find for this involve shutting down using the terminal but I want to be able to pass this computer on to a complete novice, so everything needs to work by GUI.
    I have had this with some of the other systems I have tried out on this computer, but not with all.

    Any suggestions?

    Susan
    Pentium 4, 2.4 GHz 1.5GB RAM
    Xubuntu 12.04
    Computers are my mid-life crisis - it could have been worse!

  2. #2
    Join Date
    Nov 2008
    Location
    Sussex, England
    Beans
    871
    Distro
    Lubuntu

    Smile Re: shutdown doesn't power-off

    Quote Originally Posted by s1wood View Post
    ...I have had this with some of the other systems I have tried out on this computer, but not with all...
    Susan
    There may be a clue here, which OS can power-down & which cannot?

  3. #3
    Join Date
    Jan 2009
    Location
    Estonia
    Beans
    79
    Distro
    Ubuntu Development Release

    Re: shutdown doesn't power-off

    Do you see any errors on dmesg ?

    Remove quiet and splash from /grub/menu.lst and shut the computer down :

    sudo shutdown -h now

    Do you see any errors then ?

  4. #4
    Join Date
    Nov 2008
    Location
    Sussex, England
    Beans
    871
    Distro
    Lubuntu

    Smile Re: shutdown doesn't power-off

    Quote Originally Posted by supererki View Post
    ...Remove quiet and splash from /grub/menu.lst ...
    Lubuntu 10.10 does not have a /boot/grub/menu.lst file as it uses Grub2.

  5. #5
    Join Date
    Mar 2010
    Location
    England
    Beans
    178
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: shutdown doesn't power-off

    I don't remember exactly which systems I've been trying (I've been doing a lot of playing) but I think PCLinux Zen Mini was OK but I had the problem with PC Linux LDE light. Puppy 5.1 is OK.

    Susan
    Pentium 4, 2.4 GHz 1.5GB RAM
    Xubuntu 12.04
    Computers are my mid-life crisis - it could have been worse!

  6. #6
    Join Date
    Sep 2010
    Location
    Benelux.
    Beans
    56

    Re: shutdown doesn't power-off

    yep , i think you've been hacked , had ...

    Rather it's probably set to go in hybridization mode ,than switching off completely ... i'm sure i saw it somewhere in the config. something something

  7. #7
    Join Date
    Mar 2010
    Location
    England
    Beans
    178
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: shutdown doesn't power-off

    I've decided to go for Ubuntu 10.10 instead - for various reasons.
    It's still not turning off completely but I've got so many people wanting it in spite of its many limitations that I think the new owner can just get used to pressing the button!
    If anyone has an answer I would still be interested in case I come across this again (I have been offered another old computer to play with).

    Thanks for advice.

    Susan
    Pentium 4, 2.4 GHz 1.5GB RAM
    Xubuntu 12.04
    Computers are my mid-life crisis - it could have been worse!

  8. #8
    Join Date
    Nov 2008
    Location
    Sussex, England
    Beans
    871
    Distro
    Lubuntu

    Smile Re: shutdown doesn't power-off

    One thing you could try is to modify your /etc/default/grub file.

    Adding "acpi_osi=Linux" sometimes fixes power related issues (fan control, shutdown & so on), Although other Linux operating systems that you have tried seem to be OK.

    Edit the grub file and try adding:-
    Code:
    GRUB_CMDLINE_LINUX="acpi_osi=\"Linux\""
    Or edit your existing line from (say):-
    Code:
    GRUB_CMLINE_LINUX_DEFAULT="quiet splash"
    ...to...
    Code:
    GRUB_CMLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
    You may find other examples by searching the net for "acpi_osi=Linux"

  9. #9
    Join Date
    Jun 2010
    Beans
    3

    Re: shutdown doesn't power-off

    GREAT !!
    GRUB_CMDLINE_LINUX="acpi_osi=\"Linux\""
    Thats the trick on my old acer aspire 1680 ( and , I believe , many other )
    thx

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
  •