0

recently I got interested in Linux and I wanted to install a beginners-friendly distribution. So I first decided to install Deepin, but it got stuck at the loading logo and nothing from the solutions worked. I've tried to install other distributions like Mint Cinnamon, Manjaro and Ubuntu, but the instalation ended the same way - it loads, shows the logo and freezes/ gets stuck. I did the installations via bootable USB Drive. My laptop is ASUS K550V (Intel Core i7-6700HQ - 3.5Gz; 8GB RAM; nVidia GTX 950M). Smart Boot from BIOS was disabled by default.

Zanna
  • 72,312

1 Answers1

2

The problem might be with your GPU. By default, Nouveau drivers are installed for Nvidia GPUs and they might cause problems completing boot even during installation.

  1. Switch on and enter GRUB (the bootloader). enter image description here
  2. select the option "try Ubuntu" but do not click or press enter.
  3. Press e to edit the entry.
  4. Come to the line that includes quiet splash, delete it and write nomodeset enter image description here
  5. Then press Ctrl+x to boot.

If it works you need to do it once again after you install Ubuntu. (After doing that you can choose proprietary Nvidia driver and get rid of this problem.)

Zanna
  • 72,312
Ege Sucu
  • 556