Ubuntu 16.04 reboot after shutdown












1















I have a laptop (HP Probook 450 G0) with both Windows 10 and Ubuntu 14.04 in a dual boot configuration. Recently I upgraded Ubuntu to 16.04 using do-release-upgrade. After the upgrade, when I shutdown Ubuntu, the laptop automatically turns on after a few seconds (pretty similar to the problem in this thread Ubuntu 16 reboots seconds after shutdown). Windows 10 still works fine. I read a lot of boards looking for answers and tried some solutions, which are:




  • Turning off Wake up on LAN and Wake up on USB in BIOS settings.

  • Running apt update and apt upgrade.

  • Unplugging all USB devices before shutdown.

  • Editing grub file with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off.

  • Trying other ways to shutdown like sudo shutdown -h now, sudo poweroff -f, etc...

  • Reinstalling Ubuntu 16.04 (Erase and install from Live USB).


None of the above solutions work for me. The only solution that worked is to turn off WiFi using the shortcut button, and only then the computer will not start itself after shutdown.
Some side-notes:




  • Sometimes after login I can't use any USB port (I tried with my mouse and USB flash stick).

  • Even when I connect to the internet using an Ethernet cable, it still notifies/prompts me to connect to available WiFi connections.


Can someone help me with this problem. Thanks a lot!










share|improve this question

























  • Make sure Windows has released all the resources on its end... Get rid of Windows fast boot or quick start or other similar Windows gimmick and see if anything changes.

    – George Udosen
    Apr 25 '17 at 6:17


















1















I have a laptop (HP Probook 450 G0) with both Windows 10 and Ubuntu 14.04 in a dual boot configuration. Recently I upgraded Ubuntu to 16.04 using do-release-upgrade. After the upgrade, when I shutdown Ubuntu, the laptop automatically turns on after a few seconds (pretty similar to the problem in this thread Ubuntu 16 reboots seconds after shutdown). Windows 10 still works fine. I read a lot of boards looking for answers and tried some solutions, which are:




  • Turning off Wake up on LAN and Wake up on USB in BIOS settings.

  • Running apt update and apt upgrade.

  • Unplugging all USB devices before shutdown.

  • Editing grub file with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off.

  • Trying other ways to shutdown like sudo shutdown -h now, sudo poweroff -f, etc...

  • Reinstalling Ubuntu 16.04 (Erase and install from Live USB).


None of the above solutions work for me. The only solution that worked is to turn off WiFi using the shortcut button, and only then the computer will not start itself after shutdown.
Some side-notes:




  • Sometimes after login I can't use any USB port (I tried with my mouse and USB flash stick).

  • Even when I connect to the internet using an Ethernet cable, it still notifies/prompts me to connect to available WiFi connections.


Can someone help me with this problem. Thanks a lot!










share|improve this question

























  • Make sure Windows has released all the resources on its end... Get rid of Windows fast boot or quick start or other similar Windows gimmick and see if anything changes.

    – George Udosen
    Apr 25 '17 at 6:17
















1












1








1


1






I have a laptop (HP Probook 450 G0) with both Windows 10 and Ubuntu 14.04 in a dual boot configuration. Recently I upgraded Ubuntu to 16.04 using do-release-upgrade. After the upgrade, when I shutdown Ubuntu, the laptop automatically turns on after a few seconds (pretty similar to the problem in this thread Ubuntu 16 reboots seconds after shutdown). Windows 10 still works fine. I read a lot of boards looking for answers and tried some solutions, which are:




  • Turning off Wake up on LAN and Wake up on USB in BIOS settings.

  • Running apt update and apt upgrade.

  • Unplugging all USB devices before shutdown.

  • Editing grub file with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off.

  • Trying other ways to shutdown like sudo shutdown -h now, sudo poweroff -f, etc...

  • Reinstalling Ubuntu 16.04 (Erase and install from Live USB).


None of the above solutions work for me. The only solution that worked is to turn off WiFi using the shortcut button, and only then the computer will not start itself after shutdown.
Some side-notes:




  • Sometimes after login I can't use any USB port (I tried with my mouse and USB flash stick).

  • Even when I connect to the internet using an Ethernet cable, it still notifies/prompts me to connect to available WiFi connections.


Can someone help me with this problem. Thanks a lot!










share|improve this question
















I have a laptop (HP Probook 450 G0) with both Windows 10 and Ubuntu 14.04 in a dual boot configuration. Recently I upgraded Ubuntu to 16.04 using do-release-upgrade. After the upgrade, when I shutdown Ubuntu, the laptop automatically turns on after a few seconds (pretty similar to the problem in this thread Ubuntu 16 reboots seconds after shutdown). Windows 10 still works fine. I read a lot of boards looking for answers and tried some solutions, which are:




  • Turning off Wake up on LAN and Wake up on USB in BIOS settings.

  • Running apt update and apt upgrade.

  • Unplugging all USB devices before shutdown.

  • Editing grub file with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off.

  • Trying other ways to shutdown like sudo shutdown -h now, sudo poweroff -f, etc...

  • Reinstalling Ubuntu 16.04 (Erase and install from Live USB).


None of the above solutions work for me. The only solution that worked is to turn off WiFi using the shortcut button, and only then the computer will not start itself after shutdown.
Some side-notes:




  • Sometimes after login I can't use any USB port (I tried with my mouse and USB flash stick).

  • Even when I connect to the internet using an Ethernet cable, it still notifies/prompts me to connect to available WiFi connections.


Can someone help me with this problem. Thanks a lot!







16.04 shutdown reboot






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 4 '17 at 11:49









Tooniis

478628




478628










asked Apr 25 '17 at 6:12









Cuong T.TranCuong T.Tran

612




612













  • Make sure Windows has released all the resources on its end... Get rid of Windows fast boot or quick start or other similar Windows gimmick and see if anything changes.

    – George Udosen
    Apr 25 '17 at 6:17





















  • Make sure Windows has released all the resources on its end... Get rid of Windows fast boot or quick start or other similar Windows gimmick and see if anything changes.

    – George Udosen
    Apr 25 '17 at 6:17



















Make sure Windows has released all the resources on its end... Get rid of Windows fast boot or quick start or other similar Windows gimmick and see if anything changes.

– George Udosen
Apr 25 '17 at 6:17







Make sure Windows has released all the resources on its end... Get rid of Windows fast boot or quick start or other similar Windows gimmick and see if anything changes.

– George Udosen
Apr 25 '17 at 6:17












1 Answer
1






active

oldest

votes


















0














Try this dude.



Type in terminal

sudo nano /etc/default/grub

then find a line


GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"



Modify it to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off

Type in terminal sudo nano /etc/grub/modules then add apm power_off=1 under line lp. Save and close the terminal.

Update the GRUB

sudo update-grub


Source: Reboot after shutdown (Ubuntu 14.04 (also 12.04); Dell latitude E7440)



It worked for me






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f908606%2fubuntu-16-04-reboot-after-shutdown%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Try this dude.



    Type in terminal

    sudo nano /etc/default/grub

    then find a line


    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"



    Modify it to

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off

    Type in terminal sudo nano /etc/grub/modules then add apm power_off=1 under line lp. Save and close the terminal.

    Update the GRUB

    sudo update-grub


    Source: Reboot after shutdown (Ubuntu 14.04 (also 12.04); Dell latitude E7440)



    It worked for me






    share|improve this answer




























      0














      Try this dude.



      Type in terminal

      sudo nano /etc/default/grub

      then find a line


      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"



      Modify it to

      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off

      Type in terminal sudo nano /etc/grub/modules then add apm power_off=1 under line lp. Save and close the terminal.

      Update the GRUB

      sudo update-grub


      Source: Reboot after shutdown (Ubuntu 14.04 (also 12.04); Dell latitude E7440)



      It worked for me






      share|improve this answer


























        0












        0








        0







        Try this dude.



        Type in terminal

        sudo nano /etc/default/grub

        then find a line


        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"



        Modify it to

        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off

        Type in terminal sudo nano /etc/grub/modules then add apm power_off=1 under line lp. Save and close the terminal.

        Update the GRUB

        sudo update-grub


        Source: Reboot after shutdown (Ubuntu 14.04 (also 12.04); Dell latitude E7440)



        It worked for me






        share|improve this answer













        Try this dude.



        Type in terminal

        sudo nano /etc/default/grub

        then find a line


        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"



        Modify it to

        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=force apm=power_off

        Type in terminal sudo nano /etc/grub/modules then add apm power_off=1 under line lp. Save and close the terminal.

        Update the GRUB

        sudo update-grub


        Source: Reboot after shutdown (Ubuntu 14.04 (also 12.04); Dell latitude E7440)



        It worked for me







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 4 '17 at 10:43









        VenlorzVenlorz

        11




        11






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f908606%2fubuntu-16-04-reboot-after-shutdown%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕