Results 1 to 9 of 9

Thread: PC does not shut down

  1. #1
    Join Date
    Nov 2008
    Beans
    293

    PC does not shut down

    Ubuntu Version 11.10
    Desktop

    When I try to shut down the PC, it shows the text:
    *Killing all renaming process Status Failed
    150.538963 System halted.
    And the PC hangs.

    This problem started after the recent updates.
    I tried starting the PC in recovery mode for any broken packages, but it did not show any.

    If the text does not come, the closing Ubuntu windows stops at last two points.

    It is a dual boot, so I have to restart the PC in windows and shut it down.
    Interests: CMS web sites, E-book Solutions,

  2. #2
    Join Date
    Nov 2008
    Location
    Lleida, Spain
    Beans
    1,157
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: PC does not shut down

    Quote Originally Posted by raunhar View Post
    Ubuntu Version 11.10
    Desktop

    When I try to shut down the PC, it shows the text:
    *Killing all renaming process Status Failed
    150.538963 System halted.
    And the PC hangs.

    This problem started after the recent updates.
    I tried starting the PC in recovery mode for any broken packages, but it did not show any.

    If the text does not come, the closing Ubuntu windows stops at last two points.

    It is a dual boot, so I have to restart the PC in windows and shut it down.
    Is your graphic card from nvidia?

  3. #3
    Join Date
    Feb 2013
    Location
    Wrocław, Poland
    Beans
    51
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: PC does not shut down

    Quote Originally Posted by raunhar View Post
    Ubuntu Version 11.10
    Desktop

    When I try to shut down the PC, it shows the text:
    *Killing all renaming process Status Failed
    150.538963 System halted.
    And the PC hangs.

    This problem started after the recent updates.
    I tried starting the PC in recovery mode for any broken packages, but it did not show any.

    If the text does not come, the closing Ubuntu windows stops at last two points.

    It is a dual boot, so I have to restart the PC in windows and shut it down.
    Can you show us the output of
    lspci | grep -i VGA
    so we know what video card you've got?

  4. #4
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

  5. #5
    Join Date
    Nov 2008
    Beans
    293

    Re: PC does not shut down

    The graphic card is not from nvidia. It is the default on-board card.
    Interests: CMS web sites, E-book Solutions,

  6. #6
    Join Date
    Nov 2008
    Location
    Lleida, Spain
    Beans
    1,157
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: PC does not shut down

    Quote Originally Posted by raunhar View Post
    The graphic card is not from nvidia. It is the default on-board card.
    Edit the file /etc/default/grub:
    sudo gedit /etc/default/grub

    then change that line:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to this:
    GRUB_CMDLINE_LINUX_DEFAULT="acpi=force quiet splash"

    save the changes and type:
    sudo update-grub
    then reboot

    And test if the computer can shut down.

  7. #7
    Join Date
    Nov 2008
    Beans
    293

    Re: PC does not shut down

    Same problem persists even after editing the grub file.
    Interests: CMS web sites, E-book Solutions,

  8. #8
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: PC does not shut down

    to get the verbose mode (letting you know what happen while shutting down), remove the "quiet splash" from /etc/default/grub

    then : sudo update-grub

    also clean the system as much as possible:
    clean/autoclean/autoremove/gtkorphan/bleachbit (as root, but carefully set the options)

    and of course, glance at .xsession-errors & /var/log/dmesg to find possible usefull errors.

  9. #9
    Join Date
    Nov 2008
    Location
    Lleida, Spain
    Beans
    1,157
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: PC does not shut down

    Quote Originally Posted by raunhar View Post
    Same problem persists even after editing the grub file.
    type this:
    dmesg > log.txt
    then upload the file log.txt

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
  •