Ubuntu hangs at shutdown since changed from 16.04 to 18.04Ubuntu Won't Let Me ShutdownUbuntu 14.10 Startup & Shutdown Issues w/ HP Pavilion x360Ubuntu 16.04 won't shutdownUbuntu 16.04 hangs on shutdownUbuntu mate17:04 not shutting down correctlyACPI issue on Thinkpad T470 laptopInstallation failure on second m.2 SSD with AMD 3900x and Asus ROG Strix X570 motherboard
Help resolve territory acquisition design difference of opinion in MMO RTS
Has the 75 move draw rule ever been invoked in a FIDE rated standard game involving a GM?
Convert Unix timestamp to human-readable time
Is there an uncertainty associated with the value 0 K for absolute zero?
Can a Horizon Walker ranger use the Distant Strike feature to teleport out of the Forcecage spell?
Practically, how does an 'observer' collapse a wave function?
How to write the sum of function inside LaTeX?
What to expect when pursuing a second doctorate in an unrelated field
Who originated the dangerous avocado-pitting technique?
How offensive is Fachidiot?
Should I correct a mistake on an arXiv manuscript, that I found while refereeing it?
Simple n-body class in C++
Can only rich people become president?
Multithreading program stuck in optimized mode but runs normally in -O0
Which verb means "to pet <an animal>"?
What websites can be protected by an SSL certificate?
Can a stolen Android phone with USB debugging enabled have screen lock bypassed?
Print your char count in words, in many languages
Was the payload bay of the Space Shuttle depressurized before launch?
Where are the NPC mages' spellbooks in the Lost Mine of Phandelver adventure?
Why do some PCBs have the courtyard in the silkscreen layer?
Was this “caterpillar” strategy a good way to advance my pawns?
I am a former model
Does the difficulty for the Google dinosaur game infinitely increase or stop at a certain point?
Ubuntu hangs at shutdown since changed from 16.04 to 18.04
Ubuntu Won't Let Me ShutdownUbuntu 14.10 Startup & Shutdown Issues w/ HP Pavilion x360Ubuntu 16.04 won't shutdownUbuntu 16.04 hangs on shutdownUbuntu mate17:04 not shutting down correctlyACPI issue on Thinkpad T470 laptopInstallation failure on second m.2 SSD with AMD 3900x and Asus ROG Strix X570 motherboard
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm using an MSI laptop, specifically the model GP72-2QE Leopard Pro.
Since I bought it, I have used Ubuntu and Windows 10, in dual boot, with UEFI and GPT disk partitions. With 12.04 and 16.04 LTS, I had no problems at all; everything worked just fine.
I reformatted the Ubuntu partition, and installed Ubuntu 18.04. Ever since, this PC will not shutdown; it will restart OK. Upgrading to 19.04 did not solve the problem.
I searched this problem; many articles recommended that I change my option in GRUB (like acpi=off, nomodeset=0
), but nothing worked.
It hangs with message reboot:powerdown
, but it feels like Ubuntu shut down but didn't power off the PC since I hear the disk drive turn off; only the fan keeps working.
I have this problem for about a year now and something I noticed is if I mount
and umount
my second drive (windows installation drive) my computer will power off fine(sometimes not always), maybe its just a coincidence.
How may I troubleshoot this problem?
Update-20/6/19
I noticed that my laptop shutdowns normally if unplug my mouse before, it happened twice today, any thoughts?
dual-boot shutdown
add a comment
|
I'm using an MSI laptop, specifically the model GP72-2QE Leopard Pro.
Since I bought it, I have used Ubuntu and Windows 10, in dual boot, with UEFI and GPT disk partitions. With 12.04 and 16.04 LTS, I had no problems at all; everything worked just fine.
I reformatted the Ubuntu partition, and installed Ubuntu 18.04. Ever since, this PC will not shutdown; it will restart OK. Upgrading to 19.04 did not solve the problem.
I searched this problem; many articles recommended that I change my option in GRUB (like acpi=off, nomodeset=0
), but nothing worked.
It hangs with message reboot:powerdown
, but it feels like Ubuntu shut down but didn't power off the PC since I hear the disk drive turn off; only the fan keeps working.
I have this problem for about a year now and something I noticed is if I mount
and umount
my second drive (windows installation drive) my computer will power off fine(sometimes not always), maybe its just a coincidence.
How may I troubleshoot this problem?
Update-20/6/19
I noticed that my laptop shutdowns normally if unplug my mouse before, it happened twice today, any thoughts?
dual-boot shutdown
Try to do it from the terminal once. To shutdown:sudo shutdown now
. Also try:sudo shutdown -r now
which will restart the machine. Sometimes one will hang and not the other which may help diagnose the problem further. Let us know what you find.
– jwcooper
Jun 14 at 17:05
Hello jwcooper thanks for answering so fast. I tried both of them it hanged on the first but not on the second command. I also tried "sudo powerdoff" which also hanged.
– Damian Parathyras
Jun 16 at 13:00
add a comment
|
I'm using an MSI laptop, specifically the model GP72-2QE Leopard Pro.
Since I bought it, I have used Ubuntu and Windows 10, in dual boot, with UEFI and GPT disk partitions. With 12.04 and 16.04 LTS, I had no problems at all; everything worked just fine.
I reformatted the Ubuntu partition, and installed Ubuntu 18.04. Ever since, this PC will not shutdown; it will restart OK. Upgrading to 19.04 did not solve the problem.
I searched this problem; many articles recommended that I change my option in GRUB (like acpi=off, nomodeset=0
), but nothing worked.
It hangs with message reboot:powerdown
, but it feels like Ubuntu shut down but didn't power off the PC since I hear the disk drive turn off; only the fan keeps working.
I have this problem for about a year now and something I noticed is if I mount
and umount
my second drive (windows installation drive) my computer will power off fine(sometimes not always), maybe its just a coincidence.
How may I troubleshoot this problem?
Update-20/6/19
I noticed that my laptop shutdowns normally if unplug my mouse before, it happened twice today, any thoughts?
dual-boot shutdown
I'm using an MSI laptop, specifically the model GP72-2QE Leopard Pro.
Since I bought it, I have used Ubuntu and Windows 10, in dual boot, with UEFI and GPT disk partitions. With 12.04 and 16.04 LTS, I had no problems at all; everything worked just fine.
I reformatted the Ubuntu partition, and installed Ubuntu 18.04. Ever since, this PC will not shutdown; it will restart OK. Upgrading to 19.04 did not solve the problem.
I searched this problem; many articles recommended that I change my option in GRUB (like acpi=off, nomodeset=0
), but nothing worked.
It hangs with message reboot:powerdown
, but it feels like Ubuntu shut down but didn't power off the PC since I hear the disk drive turn off; only the fan keeps working.
I have this problem for about a year now and something I noticed is if I mount
and umount
my second drive (windows installation drive) my computer will power off fine(sometimes not always), maybe its just a coincidence.
How may I troubleshoot this problem?
Update-20/6/19
I noticed that my laptop shutdowns normally if unplug my mouse before, it happened twice today, any thoughts?
dual-boot shutdown
dual-boot shutdown
edited Jun 20 at 11:16
Damian Parathyras
asked Jun 14 at 15:58
Damian ParathyrasDamian Parathyras
113 bronze badges
113 bronze badges
Try to do it from the terminal once. To shutdown:sudo shutdown now
. Also try:sudo shutdown -r now
which will restart the machine. Sometimes one will hang and not the other which may help diagnose the problem further. Let us know what you find.
– jwcooper
Jun 14 at 17:05
Hello jwcooper thanks for answering so fast. I tried both of them it hanged on the first but not on the second command. I also tried "sudo powerdoff" which also hanged.
– Damian Parathyras
Jun 16 at 13:00
add a comment
|
Try to do it from the terminal once. To shutdown:sudo shutdown now
. Also try:sudo shutdown -r now
which will restart the machine. Sometimes one will hang and not the other which may help diagnose the problem further. Let us know what you find.
– jwcooper
Jun 14 at 17:05
Hello jwcooper thanks for answering so fast. I tried both of them it hanged on the first but not on the second command. I also tried "sudo powerdoff" which also hanged.
– Damian Parathyras
Jun 16 at 13:00
Try to do it from the terminal once. To shutdown:
sudo shutdown now
. Also try: sudo shutdown -r now
which will restart the machine. Sometimes one will hang and not the other which may help diagnose the problem further. Let us know what you find.– jwcooper
Jun 14 at 17:05
Try to do it from the terminal once. To shutdown:
sudo shutdown now
. Also try: sudo shutdown -r now
which will restart the machine. Sometimes one will hang and not the other which may help diagnose the problem further. Let us know what you find.– jwcooper
Jun 14 at 17:05
Hello jwcooper thanks for answering so fast. I tried both of them it hanged on the first but not on the second command. I also tried "sudo powerdoff" which also hanged.
– Damian Parathyras
Jun 16 at 13:00
Hello jwcooper thanks for answering so fast. I tried both of them it hanged on the first but not on the second command. I also tried "sudo powerdoff" which also hanged.
– Damian Parathyras
Jun 16 at 13:00
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1151107%2fubuntu-hangs-at-shutdown-since-changed-from-16-04-to-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1151107%2fubuntu-hangs-at-shutdown-since-changed-from-16-04-to-18-04%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
Try to do it from the terminal once. To shutdown:
sudo shutdown now
. Also try:sudo shutdown -r now
which will restart the machine. Sometimes one will hang and not the other which may help diagnose the problem further. Let us know what you find.– jwcooper
Jun 14 at 17:05
Hello jwcooper thanks for answering so fast. I tried both of them it hanged on the first but not on the second command. I also tried "sudo powerdoff" which also hanged.
– Damian Parathyras
Jun 16 at 13:00