2

I am experiencing the following issue: Today I downlaoded Ubuntu 18.04 for my MSI GP62M 7TREX LeopardPro, I had a few issues installing even(had to set acpi=off othewise it refused to boot). Just to point out, I'm using a legacy boot and I have a few issues at the moment, first one is that when I try to shutdown or sudo shutdown or sudo shutdown -h w/e. The screen freezes on the purple Ubuntu shutdown page and everytime I have to press the power button in order to turn the laptop off. I tried researching the issue, for example making some small changes in /etc/default/grub or /etc/systemd/sysctl.conf etc. I'm using the Nvidia 430 drivers for the moment I think, I'm not 100% sure as I'm currently dual booting the PC and right now I'm on my Windows 10. Can someone help me regarding the shutdown problem primarily please ?

Alex M
  • 21

1 Answers1

2

I don't know if you have tried this

Open a terminal, type

sudo nano /etc/default/grub

change the line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"

and run

update-grub
Kenivia
  • 237
  • 1
  • 10
  • I did it, after I restarted my PC, my keyboard no longer works. Now I can't do nothing and I'm locked out to my Windows 10 – Alex M Oct 19 '19 at 17:20
  • How can I edit the /etc/default/grub via Windows 10 now? Because I my keyboard no longer works when I select Ubuntu at the grub loader in the beginning. – Alex M Oct 19 '19 at 17:21
  • It might be because slow key is enabled. hold down shift for 8 seconds will disable/enable it. You can disable that later in the system settings – Kenivia Oct 19 '19 at 22:28
  • In 18.04, it's in Universal Access - Typing Assist(AccessX) – Kenivia Oct 19 '19 at 22:31
  • Alright I managed to get the OS running by uninstalling Ubuntu. But the issue with the screen freeze still persists! Can someone suggest anything else please ? – Alex M Oct 20 '19 at 17:10
  • @AlexM https://askubuntu.com/a/769972/1005646 try sudo swapoff -a && systemctl poweroff – Kenivia Oct 21 '19 at 07:22