Results 1 to 3 of 3

Thread: 13.04 Reboots instead of Shuting down

  1. #1
    Join Date
    Aug 2013
    Beans
    5

    13.04 Reboots instead of Shuting down

    Hello,
    I just installed Ubutun 13.04 onto a Comptuer with a Intel DH87RL Motherboard, and when I try shutting down.

    sudo shutdown -h now

    or

    sudo shutdown -P now

    the system turns of for maybe a second then reboots. I've tried the "acpi=force", and "acpi=noirq quiet splash", and "acpi=off pci=noacpi apm=force" fixes I've found via google.

    I've looked at my mother board bios settings, and disabled all wake on "etc".

    Any Thoughts?

  2. #2
    Join Date
    Oct 2010
    Location
    Above ground...(for now)
    Beans
    761

    Re: 13.04 Reboots instead of Shuting down

    Howdy. Welcome to the playpen

    Did you install 16GB of memory on your motherboard?
    If so, the problem might be related to this: Intel DH87RL continuously rebooting with 16 GB Memory

    If you don't think you're affected by Intel's problem with your motherboard, then try the following:

    Put the BIOS back to the way it was before you tweaked it, or load the factory default settings into it.

    Then try the following kernel boot parameter settings, both of them at the same time,
    Note that there must not be any whitespaces in the value string for the reboot parameter:
    Code:
    "acpi=force reboot=a,b,p"
    If the kernel boot parameters, given above, end up working, you should run further tests on the reboot parameter values to narrow them down to a single one, for example:
    Code:
    "acpi=force reboot=b"

    If that doesn't work, please post the output from this command:
    Code:
    dmesg | grep -i taint
    If you don't get any output from the command in the code box above,
    Then post all the output from the following command:
    Code:
    dmesg
    Here are some links that you may find helpful:

    Links to Grub resources:

    Links to kernel boot parameters:

    Links to trouble shooting resources for power off failure:
    Last edited by Crusty Old Fart; August 26th, 2013 at 08:39 PM.
    Suffering from severe chronic female supervision deficiency syndrome resulting in
    an increasing intolerance of adolescent scatological effluence and PMS induced nefarious diatribe.
    How to: Mark your thread as: [SOLVED]

  3. #3
    Join Date
    Aug 2013
    Beans
    5

    Re: 13.04 Reboots instead of Shuting down

    I ended up having to return the board for a different issue, the replacement board shutsdown fine. Thank you for the help.

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
  •