Ubuntu 16.04 reboot after shutdown
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
andapt upgrade
. - Unplugging all USB devices before shutdown.
- Editing
grub
file withGRUB_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
add a comment |
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
andapt upgrade
. - Unplugging all USB devices before shutdown.
- Editing
grub
file withGRUB_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
Make sure Windows has released all the resources on its end... Get rid of Windowsfast boot
orquick start
or other similar Windows gimmick and see if anything changes.
– George Udosen
Apr 25 '17 at 6:17
add a comment |
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
andapt upgrade
. - Unplugging all USB devices before shutdown.
- Editing
grub
file withGRUB_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
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
andapt upgrade
. - Unplugging all USB devices before shutdown.
- Editing
grub
file withGRUB_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
16.04 shutdown reboot
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 Windowsfast boot
orquick start
or other similar Windows gimmick and see if anything changes.
– George Udosen
Apr 25 '17 at 6:17
add a comment |
Make sure Windows has released all the resources on its end... Get rid of Windowsfast boot
orquick 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
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Jun 4 '17 at 10:43
VenlorzVenlorz
11
11
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Make sure Windows has released all the resources on its end... Get rid of Windows
fast boot
orquick start
or other similar Windows gimmick and see if anything changes.– George Udosen
Apr 25 '17 at 6:17