Comment 22 for bug 1626689

Revision history for this message
Rodger Cespedes (rodcespe) wrote (last edit ):

Hi Everyone,

Hope you're doing well!

wanted to share some feedback on what i have found!

I was struggling because I was facing the same symptoms mention in this bug. My Laptop would bootup just fine it would reach all the way up to the user login screen, I would then type my user and password and then a few seconds will go by and my pc will go into standby mode. what I have found to resolve my issue was adding the acpi=off in the GRUB_CMDLINE_LINUX_DEFAULT. I also added additional commands which didn't help to fix the problem but in the end i kept them in the GRUB_CMDLINE_LINUX_DEFAULT.

I was able to manage to resolve this bug by editing the GRUB and did the following:

Step 1 edit Grub
sudo nano /etc/default/grub

Step 2 Edit linke
I edited this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet"

And replace it with this line:
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset noplymouth button.lid_init_state=ignore intel_idle.max_cstate=4 acpi=off"

Step 3 Save
then save the grub file.

Step 4 Then update grub
sudo update-grub

Step 5 Then reboot
then go ahead and reboot your PC and it should resolve this issue.

Would like to share this link as reference which helped me figure this out
https://ubuntuforums.org/showthread.php?t=2404968