I've installed Ubuntu 18.04 on my computer alongside Windows 10.
Problems started just at the end of the installation. When the installation is completed, I clicked on the "Restart now" button and the screen froze for ten minutes. I hold on the reset button and forced the computer to shutdown.
At the first start, after grub, Ubuntu logo appeared and the screen froze for another 20 minutes. I had the shut down the laptop with the reset button again.
Then at the second attempt, something completely different happened. Ubuntu did not started. But it gave some errors about ACPI as you can see in the picture:
But I found a way to start Ubuntu. I select resume boot option at the recovery mode from grub. And it starts and works.
I'm just a starter and not proficient enough in codings. Please keep that in mind.
Btw, windows works perfectly.
edit1: sudo nano /etc/default/grub
Changed the GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" line to the following:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
Saved the file, then ran sudo update-grub Then rebooted. It worked but now there are problems in graphics. Everything happens, opens frame by frame.
So, I undo-ed this solution and opened ubuntu from recovery mode again. solution from --> https://askubuntu.com/a/391608/909445
edit2: detailed system specs --> https://drive.google.com/file/d/1CV6-pQ7qYTESgBrD9S-pmr2GQDK6LVxT/view?usp=sharing
Thanks.